summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Tidied up imports.Vinay Sajip2013-06-192-7/+1
| * | Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| * | More post-merge fixes.Vinay Sajip2013-06-194-5/+3
| * | Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| * | Merged upstream changes.Vinay Sajip2013-06-1922-119/+118
| |\ \
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1710-12/+19
| * | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| * | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-1527-189/+318
* | | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-193-3/+659
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bumped to 0.7.5 in preparation for next release.Jason R. Coombs2013-06-191-1/+1
| * | Reference parsed svn version variable instead of the whole of the data. Fixes...0.7.4Jason R. Coombs2013-06-191-1/+1
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...Jason R. Coombs2013-06-193-2/+658
| * | Bumped to 0.7.4 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
| |/
* | Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1829-270/+382
|\ \ | |/ |/|
| * Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| * Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| * Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| * Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8