summaryrefslogtreecommitdiff
path: root/setuptools
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-301-23/+18
| | | | | --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-301-1/+1
| | | | | --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
* 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
|\ \ | | | | | | | | | Additional changes relating to single codebase support
| * | Tidied up imports.Vinay Sajip2013-06-192-7/+1
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | More post-merge fixes.Vinay Sajip2013-06-194-5/+3
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Merged upstream changes.Vinay Sajip2013-06-1922-119/+118
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1710-12/+19
| | | | | | | | | | | | | | | | | | | | --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-1527-189/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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. ↵0.7.4Jason R. Coombs2013-06-191-1/+1
| | | | | | | | | | | | Fixes #20
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-193-2/+658
| | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod.
| * | 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
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71e3e89efe6483924a07e7f9819ee86f08dbf1f2 extra : histedit_source : fa75c7bc174b248c74da7b4efd5f6f05c36b6ae4
| * Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a
| * Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65
| * Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2
| * Remove unused importJason R. Coombs2013-06-181-4/+4
| | | | | | | | | | --HG-- branch : distribute
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-1830-205/+726
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * | Fixed some resource leaks.Vinay Sajip2012-10-105-26/+45
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3
| * | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Minor fix previously fixed in a mergeJason R. Coombs2013-06-182-2/+4
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-106-11/+18
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | Merge with upstreamJason R. Coombs2013-06-1836-288/+1401
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Fixed execfile in compat.py.Vinay Sajip2011-06-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf31870fee8b718e14e209d957905c8d7573beba