summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged pypa/setuptools into defaultphilip_thiem2013-11-072-18/+2
|\
| * Delint (remove unused imports, excess whitespace, unnecessary syntax, and unu...Jason R. Coombs2013-11-051-19/+2
| * Remove svn17_example.zipJason R. Coombs2013-11-051-0/+0
* | Fixed the various tests that depended on fsencode.Philip Thiem2013-11-077-3/+79
* | fixed imports on test_svn, look like it was an artifact anyway.Philip Thiem2013-11-071-1/+0
|/
* Merge with defaultJason R. Coombs2013-10-301-1/+4
|\
| * Skip test when file system encoding is not suitable. Fixes #55 and Distribute...1.1.7Toshio Kuratomi2013-04-111-1/+4
* | Merge with defaultPhilip Thiem2013-09-285-71/+97
|\ \ | |/
| * Adding test capturing Distribute #349Jason R. Coombs2013-09-182-0/+16
| * 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
* | Added a legacy fallback testPhilip Thiem2013-09-281-0/+21
* | Tweaks to get everything to pass again.Philip Thiem2013-07-201-7/+8
* | Merge with defaultPhilip Thiem2013-07-202-0/+43
|\ \ | |/
| * 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
* | Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-2028-120/+1221
* | some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
* | fixed some issues with OSErrorPhilip Thiem2013-07-051-4/+83
* | consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-041-8/+5
* | removed the objectsPhilip Thiem2013-07-041-21/+2
* | got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-041-1/+9
* | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-0/+9
* | 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-041-0/+4
* | If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-1/+1
* | Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-302-34/+51
* | Added an svn test module (needs fixing)Philip Thiem2013-06-302-0/+73
|/
* 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