| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | Bumped to 0.9.5 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | |/ / |
|
| | * | | Bumped to 0.9.4 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | * | | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...0.9.3 | Jason R. Coombs | 2013-07-15 | 2 | -6/+6 |
| | * | | Bumped to 0.9.3 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | * | | Added a couple of additional tests, including one capturing #42. | Jason R. Coombs | 2013-07-15 | 1 | -0/+14 |
| | * | | Added a test to prove the basic usage of content checks | Jason R. Coombs | 2013-07-15 | 1 | -0/+11 |
| | |/ |
|
| | * | Extracted hash-checking functionality into its own classes. Hashes are no lon... | Jason R. Coombs | 2013-07-15 | 1 | -26/+73 |
| | * | Bumped to 0.9.2 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | * | Bumped to 0.9.1 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | * | Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri... | Jason R. Coombs | 2013-07-13 | 1 | -3/+3 |
| | * | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | * | Enable using any guarenteed hash as a hash function | Donald Stufft | 2013-07-09 | 1 | -14/+20 |
| | * | Add a shim for python 2.4 compatability with hashlib | Donald Stufft | 2013-07-09 | 1 | -0/+6 |
| | * | Add the pure python sha implementations from PyPy to handle Python 2.4 | Donald Stufft | 2013-07-09 | 5 | -0/+1053 |
| | * | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 1 | -1/+1 |
| * | | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 32 | -277/+1528 |
| * | | some notes on things that needs to be fixed after all | Philip Thiem | 2013-07-06 | 1 | -2/+11 |
| * | | added some cmdline testing for svn_util and allowed negative numbers in the min | Philip Thiem | 2013-07-05 | 1 | -1/+14 |
| * | | some odd errors.. not sure what still has the directory in use.. | Philip Thiem | 2013-07-05 | 1 | -2/+6 |
| * | | fixed some issues with OSError | Philip Thiem | 2013-07-05 | 3 | -10/+95 |
| * | | urlparse --> urllib.parse in py3 | Philip Thiem | 2013-07-05 | 2 | -2/+7 |
| * | | consolidated externals and enteries because enteries need to file to | Philip Thiem | 2013-07-04 | 3 | -38/+37 |
| * | | use urlparse for url detection | Philip Thiem | 2013-07-04 | 1 | -3/+5 |
| * | | removed the objects | Philip Thiem | 2013-07-04 | 3 | -258/+8 |
| * | | got some global version done, SVN 1.3.x or later now required | Philip Thiem | 2013-07-04 | 3 | -3/+11 |
| * | | cannot use list since that requires repo access, initial recurse parsing | Philip Thiem | 2013-07-04 | 2 | -38/+52 |
| * | | cannot use list since that requires repo access, initial recurse parsing | Philip Thiem | 2013-07-04 | 3 | -21/+52 |
| * | | finished remove get_url() doesn't seem needed | Philip Thiem | 2013-07-04 | 1 | -2/+0 |
| * | | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 2 | -16/+2 |
| * | | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 3 | -44/+27 |
| * | | get_url now uses pulldom | Philip Thiem | 2013-07-04 | 1 | -8/+21 |
| * | | Remove some temporary logging | Philip Thiem | 2013-07-04 | 1 | -1/+0 |
| * | | If using a command, we can query the working copy version directly. | Philip Thiem | 2013-07-04 | 1 | -2/+5 |
| * | | If using a command, we can query the working copy version directly. | Philip Thiem | 2013-07-04 | 2 | -13/+41 |
| * | | py3 fixes | Philip Thiem | 2013-06-30 | 1 | -23/+18 |
| * | | Finished some 1.7 tests, and updated the zip file to include the .svn dirs | Philip Thiem | 2013-06-30 | 4 | -64/+92 |
| * | | Oops didn't return a value | Philip Thiem | 2013-06-30 | 1 | -1/+1 |
| * | | minor cleanups, added imports, | Philip Thiem | 2013-06-30 | 1 | -50/+68 |
| * | | minor naming issues sdist | Philip Thiem | 2013-06-30 | 1 | -2/+2 |
| * | | minor naming issues in egg_info.py | Philip Thiem | 2013-06-30 | 1 | -2/+2 |
| * | | Added an svn test module (needs fixing) | Philip Thiem | 2013-06-30 | 2 | -0/+73 |
| * | | Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10 | Philip Thiem | 2013-06-30 | 3 | -81/+135 |
| * | | added querying externals to the classes | Philip Thiem | 2013-06-30 | 1 | -0/+22 |
| * | | cleaned up the svn module, I think I can drop the old entry parsing all together | Philip Thiem | 2013-06-30 | 1 | -71/+15 |
| * | | Added a class for getting SVN information with a cmd. | Philip Thiem | 2013-06-30 | 1 | -16/+100 |
| * | | Add svn_util.py http://bugs.python.org/setuptools/file51/svn_versioning_2.patch | Philip Thiem | 2013-06-29 | 1 | -0/+110 |
| * | | Quick addition to get past svn test in another package. | Philip Thiem | 2013-06-28 | 1 | -4/+17 |
| |/ |
|
| * | Merge fix for #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 |
| |\ |
|
| | * | Restore Python 2.4 compatibility in test_easy_install. Fixes #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 |
| * | | Merged in vinay.sajip/setuptools/single-codebase (pull request #5) | Jason R. Coombs | 2013-06-19 | 10 | -17/+33 |
| |\ \ |
|