summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | Bumped to 2.3 in preparation for next release.Jason R. Coombs2014-02-071-1/+1
* | Merged in menghan/setuptools (pull request #30)Jason R. Coombs2014-02-071-2/+3
|\ \
| * | fix setuptools don't search download location in dependency_links bugMenghan Zheng2013-12-241-2/+3
* | | Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+3
* | | Use readlines on StringIO. Ensure quiet_context returns rewound buffers.Jason R. Coombs2014-02-051-1/+3
* | | Rewrite merged tests to use context managersJason R. Coombs2014-02-051-19/+16
* | | Remove unused variableJason R. Coombs2014-02-051-1/+0
* | | Reindent according to TODO (indent was reserved to minimize the diff)Jason R. Coombs2014-02-051-15/+14
* | | Update global reference.Jason R. Coombs2014-02-051-2/+2
* | | Bumped to 2.2 in preparation for next release.2.2b1Jason R. Coombs2014-02-051-1/+1
* | | Merge fix for #141Jason R. Coombs2014-02-052-40/+106
|\ \ \
| * | | Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...Jason R. Coombs2014-01-272-40/+106
* | | | Bumped to 2.1.2 in preparation for next release.Jason R. Coombs2014-02-051-1/+1
* | | | Bumped to 2.1.1 in preparation for next release.2.1.1Jason R. Coombs2014-02-051-1/+1
* | | | Rename the path attribute to entries_path for clarity. Added a docstring. Ref...Jason R. Coombs2014-02-051-11/+17
* | | | Merge fix with masterJason R. Coombs2014-02-051-1/+2
|\ \ \ \
| * | | | Implement self.find. Fixes #139.Jason R. Coombs2014-02-051-1/+2
* | | | | Use a default that generates to the default behavior; no need to employ None ...Jason R. Coombs2014-02-051-5/+4
* | | | | Normalize whitespaceJason R. Coombs2014-02-051-1/+1
| |/ / / |/| | |
* | | | Bumped to 2.2 in preparation for next release.Jason R. Coombs2014-01-071-1/+1
* | | | Bumped to 2.1 in preparation for next release.2.1Jason R. Coombs2014-01-071-1/+1
* | | | Remove excess whitespaceJason R. Coombs2014-01-061-25/+4
* | | | Fix Python 3 failure when constructing an egg_fetcher. Fixes #131.Jason R. Coombs2014-01-051-1/+1
* | | | Bumped to 2.0.3 in preparation for next release.Jason R. Coombs2013-12-291-1/+1
* | | | Merged in williambr/setuptools/postproc (pull request #31)Jason R. Coombs2013-12-291-2/+2
|\ \ \ \
| * | | | Fix postproc referenceWilliam Grzybowski2013-12-251-2/+2
| | |/ / | |/| |
* | | | ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSI...Yaroslav Halchenko2013-12-171-1/+1
|/ / /
* | | MergeJason R. Coombs2013-12-154-13/+53
|\ \ \
| * \ \ Merged in philip_thiem/setuptools (pull request #27)Jason R. Coombs2013-12-154-13/+53
| |\ \ \
| | * | | Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-074-13/+53
* | | | | Bumped to 2.0.2 in preparation for next release.Jason R. Coombs2013-12-151-1/+1
* | | | | Bumped to 2.0.1 in preparation for next release.Jason R. Coombs2013-12-151-1/+1
* | | | | Correct regression in upload_docs in syntax adjustment. Fixes #124.Jason R. Coombs2013-12-151-1/+1
|/ / / /
* | | | Bumped to 2.1 in preparation for next release.Jason R. Coombs2013-12-071-1/+1
* | | | Exempt lib2to3 pickled grammars from the DirectorySandboxing. Fixes #121.2.0Jason R. Coombs2013-12-071-2/+5
* | | | Add support for exempting a path based on a regular expression.Jason R. Coombs2013-12-071-2/+12
* | | | Use any on a generator insteadJason R. Coombs2013-12-071-2/+2
* | | | Use any for matching exceptions in DirectorySandbox.Jason R. Coombs2013-12-071-2/+5
* | | | Always return a boolean in DirectorySandbox._okJason R. Coombs2013-12-071-4/+9
* | | | Normalize whitespace in function signaturesJason R. Coombs2013-12-071-3/+3
|/ / /
* | | Merge with 1.4.2Jason R. Coombs2013-12-013-6/+22
|\ \ \
| * | | Bumped to 1.4.3 in preparation for next release.Jason R. Coombs2013-12-011-1/+1
| * | | Corrected a TypeError when reading a local package index on Python 3. Fixes #...archive/bootstrap-py241.4.2bootstrap-py24Jason R. Coombs2013-12-011-1/+1
| * | | Moved imports to the top, made them compatible with Python 2, and added a doc...Jason R. Coombs2013-12-012-6/+8
| * | | Adding test capturing #116Jason R. Coombs2013-12-011-0/+14
| * | | Reindent for clarityJason R. Coombs2013-12-011-2/+2
* | | | Delint build_pyJason R. Coombs2013-11-271-27/+16
* | | | Extracted module for lib2to3 Mixin customization.Jason R. Coombs2013-11-272-52/+60
* | | | Reorganize importsJason R. Coombs2013-11-271-1/+3
* | | | Move the global import logic for test_multiproc_atexit into the test where it...Jason R. Coombs2013-11-271-13/+9