summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153Jason R. Coombs2014-06-010-0/+0
* Change the project URL to BitBucket rather than PyPINick Coghlan2014-05-251-1/+1
* Normalize whitespaceJason R. Coombs2014-05-231-17/+17
* Include the build launcher script in setuptools sdist. This helps address the...Jason R. Coombs2014-05-211-0/+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
* Update ContextualZipFile to use a single constructorJason R. Coombs2014-05-172-12/+10
* Use context managers in pkg_resourcesJason R. Coombs2014-05-171-10/+5
* Use ContextualZipFile for context manager supportJason R. Coombs2014-05-171-5/+22
* Replace get_zip_class with a specialized constructor.Jason R. Coombs2014-05-171-9/+17
* Use context managerJason R. Coombs2014-05-171-4/+1
* Refactor testJason R. Coombs2014-05-171-2/+2
* Actually call close on exitJason R. Coombs2014-05-171-1/+1
* Use iterables for getting best downloaderJason R. Coombs2014-05-171-6/+4
* Move import to the topJason R. Coombs2014-05-171-4/+5
* Use context managers to reliably close filesJason R. Coombs2014-05-171-22/+10
* Restore Python 2 compatibility.Jason R. Coombs2014-05-171-1/+1
* Update requires.txt to match new, predictable order.Jason R. Coombs2014-05-171-2/+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-172-7/+6
* Merge 4 out of 5 commits from Philip Thiem's unicode_try_2. Ref #193Jason R. Coombs2014-05-173-11/+74
|\
| * 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
* | Backed out changeset: 1ceaffff2d9b (restoring b0a2fcc5275a). Ref #193Jason R. Coombs2014-05-151-2/+1
* | Merge changes from Pull Request 50Jason R. Coombs2014-05-172-9/+17
|\ \ | |/ |/|
| * Improved comment in the latin1 sdist test.philip_thiem2014-04-251-7/+4
| * test_sdist: change the latin1 test to match the behavior of write_manifestPhilip Thiem2014-04-241-3/+14
| * ignore .git* filesPhilip Thiem2014-04-241-2/+1
| * ensure write_manifest passes contents to write_file as unicode strings.Philip Thiem2014-04-242-18/+34
* | 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