summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
| | | | | --HG-- extra : rebase_source : 7dc845ac0d00407fe087e15d04fc3f75962d0fe6
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-042-16/+2
| | | | | --HG-- extra : rebase_source : c902dd83f2c3df73f3a6f84e08bd8a77b201cc21
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-043-44/+27
| | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
* get_url now uses pulldomPhilip Thiem2013-07-041-8/+21
| | | | | --HG-- extra : rebase_source : 233926ea03e438c2e86546c62e555a007654cacd
* Remove some temporary loggingPhilip Thiem2013-07-041-1/+0
| | | | | --HG-- extra : rebase_source : f613c3c009ab69ab51c7de82b49ffaef63ea7461
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-2/+5
| | | | | --HG-- extra : rebase_source : 0990530647692240d7b7126df1e1cdd5ae463ebb
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-042-13/+41
| | | | | --HG-- extra : rebase_source : e329ddea4345c4acd90997e8994bd3715926cfbb
* py3 fixesPhilip Thiem2013-06-302-71/+66
| | | | | --HG-- extra : rebase_source : 29629f51bacee1ae8394c559e4440dafcb9179d1
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-304-64/+92
| | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
* Oops didn't return a valuePhilip Thiem2013-06-303-68/+68
| | | | | --HG-- extra : rebase_source : aebdebb47c60311cf7f81c4c7238dd25b6b8cadb
* minor cleanups, added imports,Philip Thiem2013-06-301-50/+68
| | | | | --HG-- extra : rebase_source : 3761997a8747b58e3d85bec53097116b9d6e166d
* minor naming issues sdistPhilip Thiem2013-06-301-2/+2
| | | | | --HG-- extra : rebase_source : e7def1d2445a55291163753761d52922d1252dcb
* minor naming issues in egg_info.pyPhilip Thiem2013-06-301-2/+2
| | | | | --HG-- extra : rebase_source : d5877c7a9fe537d567d557bbcc7e89a596fa3c87
* Added an svn test module (needs fixing)Philip Thiem2013-06-302-0/+73
| | | | | | | Added a small externals example for tests (currently not used) --HG-- extra : rebase_source : 5f2b31f8aa68a4b4f30e071b8b4bdad98c2cc595
* Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-303-81/+135
| | | | | | | | Added Externals processing for all formats Will use dir-prop[-base] as a fallback otherwise CMD. --HG-- extra : rebase_source : dc27f779f22d5f9795c425b92d34db29d62b495d
* added querying externals to the classesPhilip Thiem2013-06-301-0/+22
| | | | | --HG-- extra : rebase_source : 9b76763b0ba0dc1ac6de130b04f6bb5ebf546fe6
* cleaned up the svn module, I think I can drop the old entry parsing all togetherPhilip Thiem2013-06-301-71/+15
| | | | | --HG-- extra : rebase_source : 16b995fc27ea40fff0dd51734aea47775ff0033a
* Added a class for getting SVN information with a cmd.Philip Thiem2013-06-301-16/+100
| | | | | | | | | | | | | Using XML because the regular output is probably internationalized. Need to inspect setuptools/command/egg_info.py setuptools/command/sdist.py setuptools/package_index.py to see how used again to see if we will every be parsing a raw XML file or if always from .svn/enteries, if so looks like we can just replace the whole of the file parsing. --HG-- extra : rebase_source : 5e10e3b43fbe12f890d09923c1050f8384db7f84
* Add svn_util.py http://bugs.python.org/setuptools/file51/svn_versioning_2.patchPhilip Thiem2013-06-291-0/+110
| | | | | | | by Jason Coombs --HG-- extra : rebase_source : 4004028579ee1efa18c8326c664876f99048e6f6
* Quick addition to get past svn test in another package.Philip Thiem2013-06-281-4/+17
| | | | | --HG-- extra : rebase_source : a36601a66f574d7c0919b7c885dcae7b820bb7dd
* Add support for SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable.Arfrever Frehtes Taifersar Arahesis2013-06-201-1/+2
| | | | Support for old DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable is kept temporarily for backward compatibility.
* Include Windows-specific files in tarball even when MANIFEST.in does not ↵Arfrever Frehtes Taifersar Arahesis2013-06-202-2/+4
| | | | include them.
* Merge fix for #21Jason R. Coombs2013-06-192-5/+12
|\
| * Update changelogJason R. Coombs2013-06-191-0/+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-1916-140/+161
|\ \ | | | | | | | | | Additional changes relating to single codebase support
| * | Minor change to minimise diffs with upstream.Vinay Sajip2013-06-191-2/+1
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Minor change to minimise diffs with upstream.Vinay Sajip2013-06-191-1/+2
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Tidied up imports.Vinay Sajip2013-06-193-10/+4
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Add back accidentally deleted import.Vinay Sajip2013-06-192-5/+6
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | More post-merge fixes.Vinay Sajip2013-06-195-11/+9
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Post-merge fixes.Vinay Sajip2013-06-192-9/+6
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Merged upstream changes.Vinay Sajip2013-06-1932-152/+161
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1717-122/+147
| | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-1534-228/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-196-4/+667
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bumped to 0.7.5 in preparation for next release.Jason R. Coombs2013-06-196-10/+10
| | |
| * | Added tag 0.7.4 for changeset 85640475dda0Jason R. Coombs2013-06-191-0/+1
| | |
| * | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4Jason R. Coombs2013-06-192-1/+7
| | | | | | | | | | | | Fixes #20
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-194-3/+659
| | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | | Added tag 0.8b1 for changeset 74c6c1226805Jason R. Coombs2013-06-181-0/+1
| | |
* | | Merge 0.7.3 release0.8b1Jason R. Coombs2013-06-184-4/+3
|\ \ \ | |/ /
| * | Update version to indicate a range of versions when discussing upgrade from ↵Jason R. Coombs2013-06-181-1/+1
| | | | | | | | | | | | Distribute
| * | Bumped to 0.7.4 in preparation for next release.Jason R. Coombs2013-06-187-17/+17
| | |
| * | Added tag 0.7.3 for changeset d212e48e0cefJason R. Coombs2013-06-181-0/+1
| | |
| * | Backed out changeset: 7292c3a723e30.7.3Jason R. Coombs2013-06-182-3/+1
| |/ | | | | | | See https://bitbucket.org/pypa/setuptools/commits/7292c3a723e3b7b6fdd2bede2374dd1777809e7d for discussion
* | Updated changelogJason R. Coombs2013-06-181-0/+7
| |
* | Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-186-11/+11
| |
* | Update release script to run under Python 3Jason R. Coombs2013-06-181-6/+18
| |