summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-183-96/+26
| |\
| * | 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-187-67/+71
| |\ \ \
| | * | | 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
* | | | | 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
| |_|_|/ |/| | |
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
* | | | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-243-94/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| |\ \ \ \
| * | | | | 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
| * | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
| * | | | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
* | | | | | 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
| |/ / / / |/| | | |
* | | | | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
|/ / / /
* | | | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
* | | | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-293-11/+33
* | | | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-271-0/+10
* | | | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
* | | | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-104/+38
* | | | Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-262-11/+11
* | | | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
* | | | MergeJason R. Coombs2012-11-244-55/+336
|\ \ \ \
| * | | | Warn if filenames cannot be added to the filelist.stefan2012-11-051-0/+2
| * | | | No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0
| * | | | Rewrite tests for read_manifest.stefan2012-11-051-20/+38
| * | | | Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-011-2/+6
| * | | | Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in...Stefan H. Holek2012-10-261-3/+6
| * | | | Make sdist tests pass on Windows.Stefan H. Holek2012-10-261-8/+19
| * | | | Update tests.Stefan H. Holek2012-10-251-99/+121
| * | | | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-241-2/+6