summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed script header generation in easy_install tests. Fixes #37.Jason R. Coombs2013-08-091-2/+2
* Added test to capture behavior expected behavior on Windows with spaces in th...Jason R. Coombs2013-08-091-0/+4
* Fixed test_get_script_header failures on Windows when Python is in a director...Jason R. Coombs2013-08-091-3/+6
* Remove import *Jason R. Coombs2013-08-091-18/+22
* Spruce up syntax to to address linter warningsJason R. Coombs2013-08-091-42/+26
* Clean up importsJason R. Coombs2013-08-091-3/+13
* Add test to exercise the basic functionality of _vcs_split_rev_from_urlJason R. Coombs2013-07-241-0/+9
* Update test to reflect the copy of the hash name stored because pypy doesn't ...Jason R. Coombs2013-07-221-5/+1
* add _-separated keys to environment markersDaniel Holth2013-07-201-0/+4
* Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6Jason R. Coombs2013-07-171-1/+15
* Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...0.9.3Jason R. Coombs2013-07-151-3/+3
* 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
* 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-193-2/+4
|\ \
| * | Tidied up imports.Vinay Sajip2013-06-191-2/+1
| * | More post-merge fixes.Vinay Sajip2013-06-191-1/+1
| * | Merged upstream changes.Vinay Sajip2013-06-199-87/+73
| |\ \
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-171-1/+1
| * | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-1510-84/+90
* | | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-192-0/+655
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...Jason R. Coombs2013-06-192-0/+655
| |/
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1812-160/+149
|\ \ | |/ |/|
| * 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
| * Remove unused importJason R. Coombs2013-06-181-4/+4
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-189-114/+350
| |\
| * | Fixed some resource leaks.Vinay Sajip2012-10-104-24/+39
| * | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| * | Minor fix previously fixed in a mergeJason R. Coombs2013-06-181-2/+2
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-104-6/+5
| * | Merge with upstreamJason R. Coombs2013-06-1812-186/+1018
| |\ \
| * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-211-1/+1
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-207-60/+66
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
* | | | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-242-32/+74
|\ \ \ \ | | |_|/ | |/| |
| * | | don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
| * | | old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
| * | | There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
| * | | Backout the pkg_resources.py fixPhilip Thiem2013-02-161-2/+4
| * | | A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
* | | | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-191-10/+6
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-2/+2
|\ \ \ \
| * | | | Fix spurious test breakage on 2.7pje2013-04-251-4/+4
* | | | | Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
* | | | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-031-36/+1
* | | | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2