aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Add integration tests.Doug Hellmann2014-06-021-0/+87
* Now that 2to3 is no longer run on the codebase, it's safe for the templates t...Jason R. Coombs2014-06-143-12/+6
* Normalize whitespaceJason R. Coombs2014-06-141-13/+7
* Reorganize importsJason R. Coombs2014-06-141-5/+6
* Bumped to 3.8.2 in preparation for next release.Jason R. Coombs2014-06-141-1/+1
* Bumped to 3.8.1 in preparation for next release.3.8.1Jason R. Coombs2014-06-141-1/+1
* Merge with 3.7.1 (Ref #213)Jason R. Coombs2014-06-141-3/+2
|\
| * Use compat's StringIO. Should fix bitbucket #213Matthew Iversen2014-06-021-3/+2
* | Perform actual symlink detection; alternate approach to answer Pull Request #53.Jason R. Coombs2014-06-011-1/+15
* | Bumped to 3.9 in preparation for next release.Jason R. Coombs2014-06-011-1/+1
* | Use a variable for less busy syntaxJason R. Coombs2014-06-011-2/+3
* | generalize fix for issue #197 from 1cd816bb7c933eecd9d8464e054b21c7d5daf2dfJurko Gospodnetić2014-05-121-4/+4
* | Bumped to 3.8 in preparation for next release.Jason R. Coombs2014-06-011-1/+1
|/
* Use context managerJason R. Coombs2014-05-171-25/+22
* Patch globals in a function. This technique bypasses the linter warnings abou...Jason R. Coombs2014-05-171-5/+16
* Fix NameError (is this code ever used?).Jason R. Coombs2014-05-171-1/+2
* Modernize syntaxJason R. Coombs2014-05-171-59/+16
* Use context manager for brevityJason R. Coombs2014-05-171-4/+1
* Use ContextualZipFile and contextlib.closing for archiveutilJason R. Coombs2014-05-171-8/+4
* Clean up whitespaceJason R. Coombs2014-05-171-47/+7
* Restore Python 2 compatibility.Jason R. Coombs2014-05-171-1/+1
* Use StringIO to write out requirements. Use more common convention of adding ...Jason R. Coombs2014-05-171-4/+12
* Write requirements in a deterministic order.Jason R. Coombs2014-05-171-1/+2
* Extract variableJason R. Coombs2014-05-171-1/+2
* Add whitespace for readability.Jason R. Coombs2014-05-171-1/+1
* Must create files for tests, else they are remoed from manifestsJason R. Coombs2014-05-171-0/+3
* Must create files for tests, else they are remoed from manifestsPhilip Thiem2014-05-171-6/+9
* est_manifest_is_written_with_utf8_encoding should use the filelist's append, ...Philip Thiem2014-05-171-1/+1
* Remove unused importJason R. Coombs2014-05-171-1/+0
* Convert quiet to a context manager, so its comment is no longer complaining a...Jason R. Coombs2014-05-171-45/+16
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-1710-43/+44
* Add a PY2 also.Jason R. Coombs2014-05-171-1/+2
* Compute PY3 directly and switch on that for clarity.Jason R. Coombs2014-05-171-4/+3
* with_statement is available naturally in Python 2.6Jason R. Coombs2014-05-171-3/+2
* In corporate the old unicode with the spirit of what the FileList updating.Philip Thiem2014-05-171-6/+25
* Starting a unicode_utils module.Philip Thiem2014-05-171-0/+41
* with_statements and output utf-8 outputPhilip Thiem2014-05-171-6/+9
* Merge in test changes from previous tryPhilip Thiem2014-05-171-8/+16
* Add a _repair method to repair the FileList after unsafe entries have been ad...Jason R. Coombs2014-05-161-0/+12
* Also override extend to check paths for safety.Jason R. Coombs2014-05-161-0/+3
* Move Python 3 code to the body of the functionJason R. Coombs2014-05-161-9/+8
* Use compat for Python 3 detectionJason R. Coombs2014-05-161-2/+2
* Extract _safe_pathJason R. Coombs2014-05-161-3/+6
* ReindentJason R. Coombs2014-05-161-2/+2
* Fix failure on non-Windows systemsJason R. Coombs2014-05-161-2/+1
* FileList.append already excludes files that are not UTF-8 encodable, so rely ...Jason R. Coombs2014-05-151-14/+1
* Test should use the same high-level interface for appending filenames as the ...Jason R. Coombs2014-05-151-1/+1
* Extend docstring for test_write_manifest_skips_non_utf8_filenamesJason R. Coombs2014-05-151-1/+6
* ReindentJason R. Coombs2014-05-151-2/+2
* This code path doesn't make sense. If the UnicodeEncodeError occurred above, ...Jason R. Coombs2014-05-151-4/+0