0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create README.md More... about 8 years ago
Incremented version More... over 8 years ago
Removing legacy ez_setup.py dependancy More... over 8 years ago
Updated version details More... over 8 years ago
Merge pull request #3 from cecemel/fix_unicode_python2_7 More... over 8 years ago
applied workaround from previous versions to handle unicode strings in python 2.7 More... over 8 years ago
added some functional tests + corrected tests from previous rounds -> unicode strings in python2.7 were not really unicode strings. More... over 8 years ago
fixed imports (removed relative paths, pep-8 does not like this) More... over 8 years ago
updated gitignore More... over 8 years ago
Merge pull request #2 from joshuago78/python3 More... over 8 years ago
Added documentation to the new methods, and a few changes to variable names for clarity. More... over 11 years ago
Modified pairtree_path so that it is compatible with both Python2 and Python3. So far I have only tested on versions 2.7 and 3.4. More... over 11 years ago
added call to __future__ in ez_setup to make it nackwards compatible with python2 More... over 11 years ago
Reverted to lower defualt version of setup tools More... over 11 years ago
some minor style changes to pairtree_path More... over 11 years ago
modified pairtree_path extensively to handle switxh to python 3. The regex functions no longer work because Python 3 treats all strings as unicode and does not allow you to mix bytes with strings. Parts of my solution feel a bit hacky, but at least all the tests pass. However, this solution is not backwards compatible with Python 2. More... over 11 years ago
updated default setuptools version More... over 11 years ago
First pass at python 3 conversion More... over 11 years ago
Merge pull request #1 from mjgiarlo/master More... almost 15 years ago
adds missing logging declaration to pairtreeclient, ups version
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
Merge branch 'master' of github.com:mjgiarlo/pairtree
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
adding random module import to client
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
resolving merge conflict and adding .gitignore from origin
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
change to copying technique in add_directory()
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
adding .gitignore
mjgiarlo
as Michael J. Giarlo
More... about 15 years ago
up version to 0.7.1
mjgiarlo
as Michael J. Giarlo
More... over 15 years ago
append obj to self.location
mjgiarlo
as Michael J. Giarlo
More... over 15 years ago
upping version
mjgiarlo
as Michael J. Giarlo
More... over 15 years ago
clean up add_directory docstring
mjgiarlo
as Michael J. Giarlo
More... over 15 years ago
Merge branch 'master' of git://github.com/benosteen/pairtree
mjgiarlo
as Michael J. Giarlo
More... over 15 years ago