summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
| |/ /
| * | Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
| * | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...0.9.3Jason R. Coombs2013-07-152-6/+6
| * | Bumped to 0.9.3 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
| * | Added a couple of additional tests, including one capturing #42.Jason R. Coombs2013-07-151-0/+14
| * | Added a test to prove the basic usage of content checksJason R. Coombs2013-07-151-0/+11
| |/
| * Extracted hash-checking functionality into its own classes. Hashes are no lon...Jason R. Coombs2013-07-151-26/+73
| * Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
| * Bumped to 0.9.1 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
| * Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri...Jason R. Coombs2013-07-131-3/+3
| * Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
| * Enable using any guarenteed hash as a hash functionDonald Stufft2013-07-091-14/+20
| * Add a shim for python 2.4 compatability with hashlibDonald Stufft2013-07-091-0/+6
| * Add the pure python sha implementations from PyPy to handle Python 2.4Donald Stufft2013-07-095-0/+1053
| * Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-051-1/+1
* | Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-2032-277/+1528
* | some notes on things that needs to be fixed after allPhilip Thiem2013-07-061-2/+11
* | added some cmdline testing for svn_util and allowed negative numbers in the minPhilip Thiem2013-07-051-1/+14
* | some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
* | fixed some issues with OSErrorPhilip Thiem2013-07-053-10/+95
* | urlparse --> urllib.parse in py3Philip Thiem2013-07-052-2/+7
* | consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-043-38/+37
* | use urlparse for url detectionPhilip Thiem2013-07-041-3/+5
* | removed the objectsPhilip Thiem2013-07-043-258/+8
* | got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-043-3/+11
* | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-042-38/+52
* | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-043-21/+52
* | finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
* | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-042-16/+2
* | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-043-44/+27
* | get_url now uses pulldomPhilip Thiem2013-07-041-8/+21
* | Remove some temporary loggingPhilip Thiem2013-07-041-1/+0
* | If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-2/+5
* | If using a command, we can query the working copy version directly.Philip Thiem2013-07-042-13/+41
* | py3 fixesPhilip Thiem2013-06-301-23/+18
* | Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-304-64/+92
* | Oops didn't return a valuePhilip Thiem2013-06-301-1/+1
* | minor cleanups, added imports,Philip Thiem2013-06-301-50/+68
* | minor naming issues sdistPhilip Thiem2013-06-301-2/+2
* | minor naming issues in egg_info.pyPhilip Thiem2013-06-301-2/+2
* | Added an svn test module (needs fixing)Philip Thiem2013-06-302-0/+73
* | Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-303-81/+135
* | added querying externals to the classesPhilip Thiem2013-06-301-0/+22
* | cleaned up the svn module, I think I can drop the old entry parsing all togetherPhilip Thiem2013-06-301-71/+15
* | Added a class for getting SVN information with a cmd.Philip Thiem2013-06-301-16/+100
* | Add svn_util.py http://bugs.python.org/setuptools/file51/svn_versioning_2.patchPhilip Thiem2013-06-291-0/+110
* | Quick addition to get past svn test in another package.Philip Thiem2013-06-281-4/+17
|/
* Merge fix for #21Jason R. Coombs2013-06-191-5/+6
|\
| * Restore Python 2.4 compatibility in test_easy_install. Fixes #21Jason R. Coombs2013-06-191-5/+6
* | Merged in vinay.sajip/setuptools/single-codebase (pull request #5)Jason R. Coombs2013-06-1910-17/+33
|\ \