| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed script header generation in easy_install tests. Fixes #37. | Jason R. Coombs | 2013-08-09 | 1 | -2/+2 |
| | | |||||
| * | Added test to capture behavior expected behavior on Windows with spaces in ↵ | Jason R. Coombs | 2013-08-09 | 1 | -0/+4 |
| | | | | | the filename | ||||
| * | Fixed test_get_script_header failures on Windows when Python is in a ↵ | Jason R. Coombs | 2013-08-09 | 1 | -3/+6 |
| | | | | | directory with spaces | ||||
| * | Remove import * | Jason R. Coombs | 2013-08-09 | 1 | -18/+22 |
| | | |||||
| * | Spruce up syntax to to address linter warnings | Jason R. Coombs | 2013-08-09 | 1 | -42/+26 |
| | | |||||
| * | Clean up imports | Jason R. Coombs | 2013-08-09 | 1 | -3/+13 |
| | | |||||
| * | Add test to exercise the basic functionality of _vcs_split_rev_from_url | Jason R. Coombs | 2013-07-24 | 1 | -0/+9 |
| | | |||||
| * | Update test to reflect the copy of the hash name stored because pypy doesn't ↵ | Jason R. Coombs | 2013-07-22 | 1 | -5/+1 |
| | | | | | implement the undocumented .name attribute on HASH objects. | ||||
| * | add _-separated keys to environment markers | Daniel Holth | 2013-07-20 | 1 | -0/+4 |
| | | |||||
| * | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6 | Jason R. Coombs | 2013-07-17 | 1 | -1/+15 |
| | | |||||
| * | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear ↵0.9.3 | Jason R. Coombs | 2013-07-15 | 1 | -3/+3 |
| | | | | | about the purpose of the method. Fixes AttributeError introduces in 0.9.2. Fixes #42. | ||||
| * | 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 |
| | | |||||
| * | 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 | 3 | -2/+4 |
| |\ \ | | | | | | | | | | Additional changes relating to single codebase support | ||||
| | * | | Tidied up imports. | Vinay Sajip | 2013-06-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | | More post-merge fixes. | Vinay Sajip | 2013-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 9 | -87/+73 |
| | |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 10 | -84/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase | ||||
| * | | | | Merge with 0.7.40.8b2 | Jason R. Coombs | 2013-06-19 | 2 | -0/+655 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵ | Jason R. Coombs | 2013-06-19 | 2 | -0/+655 |
| | |/ | | | | | | | egg_info.get_svn_revision is now a staticmethod. | ||||
| * | | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 12 | -160/+149 |
| |\ \ | |/ |/| | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
| | * | Use unicode from compat module | Jason R. Coombs | 2013-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a | ||||
| | * | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65 | ||||
| | * | Update exceptions for Python 3 compatibility | Jason R. Coombs | 2013-06-17 | 1 | -4/+8 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2 | ||||
| | * | Remove unused import | Jason R. Coombs | 2013-06-18 | 1 | -4/+4 |
| | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 9 | -114/+350 |
| | |\ | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 4 | -24/+39 |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3 | ||||
| | * | | Updated win_script_wrapper to run on Python 2 and Python 3 | Jason R. Coombs | 2013-06-18 | 1 | -31/+46 |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | Minor fix previously fixed in a merge | Jason R. Coombs | 2013-06-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 4 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d | ||||
| | * | | Merge with upstream | Jason R. Coombs | 2013-06-18 | 12 | -186/+1018 |
| | |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | | Fixed some bugs - tests now all pass under Python 3.3. | Vinay Sajip | 2011-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0 | ||||
| | * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 7 | -60/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
| * | | | | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge changes from distribute 0.6.41 | Jason R. Coombs | 2013-05-24 | 2 | -32/+74 |
| |\ \ \ \ | | |_|/ | |/| | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| | * | | | don't decode in python 2.x. that's my oops | Philip Thiem | 2013-02-16 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4b981d54c6a171d7a6500c6c62838d8c368ae0b1 | ||||
| | * | | | old win wrapper script not expecting return values from write() | Philip Thiem | 2013-02-16 | 1 | -18/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python 3 no longer has popen4 had some issue with ^M on end on line. --HG-- branch : distribute extra : rebase_source : 5b2c834e9a8dfd4027791cacef7c2bfe03652f31 | ||||
| | * | | | There were some failing tests on windows. I assume this is a NTFS vs FAT or | Philip Thiem | 2013-02-16 | 1 | -6/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NT versus 9x things... Seemed odd. In any case. My filesystem is deifnitely NOT cp1252. --HG-- branch : distribute extra : rebase_source : c4d64aff6b811ba36bbf33cd4cf2a12f563a6880 | ||||
| | * | | | Backout the pkg_resources.py fix | Philip Thiem | 2013-02-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d144d2afc763c9ed6420d32bad3015075d265226 | ||||
| | * | | | A few non-python 3 print statements | Philip Thiem | 2013-02-04 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 75f0b0e993a44ccfef8292717af58943e187d4cd | ||||
| * | | | | Update test to work with latest SSL-enabled URL opening technique. | Jason R. Coombs | 2013-05-19 | 1 | -10/+6 |
| | | | | | |||||
| * | | | | Merged latest changes from setuptools-0.6 branch | Jason R. Coombs | 2013-05-13 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt | ||||
| | * | | | | Fix spurious test breakage on 2.7 | pje | 2013-04-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (grafted from aeb004b22c9472066322f4b0319588cddf63f699) --HG-- branch : setuptools-0.6 extra : source : aeb004b22c9472066322f4b0319588cddf63f699 | ||||
| * | | | | | Merge with Distribute 0.6.39 | Jason R. Coombs | 2013-05-13 | 1 | -3/+3 |
| |\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| | * | | | | Updated tests of win_script_wrapper to use 32-bit wrappers | Jason R. Coombs | 2013-05-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d | ||||
| * | | | | | easy_install once again honors setup.cfg if found in the current directory | Jason R. Coombs | 2013-05-03 | 1 | -36/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 422fc7e84eb2a22aa13df44dea6f138d7c840e83 | ||||
| * | | | | | Updated a couple more references from Distribute to Setuptools | Jason R. Coombs | 2013-03-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ad9f8f344d7e705ddc354757fbe741b34b576b1b | ||||
