summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing develop branchdevelopJason R. Coombs2014-06-280-0/+0
* Moved the additions to the change file up, after rebasing.Philip Thiem2014-05-311-9/+9
* PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
* Prune paths file list starting with (RCS|CVS|.svn) as well as path withPhilip Thiem2014-04-232-1/+4
* Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
* Fixes Issue #185: Svn not working on new style svn metadata.Philip Thiem2014-04-162-1/+8
* Applied Patch from cazabon to handle svn tag revisionsPhilip Thiem2014-04-161-3/+4
* Development Heads.Philip Thiem2014-05-310-0/+0
* Merge (preferring custom constructor for selecting the canonical implementati...3.7Jason R. Coombs2014-05-282-20/+26
|\
| * Suppress arguments to __new__. ZipFile doesn't want them, and object deprecat...Jason R. Coombs2014-05-282-2/+2
* | simplify ContextualZipFile implementation and avoid DeprecationWarningsJurko Gospodneti?2014-05-282-26/+20
|/
* Added tag 3.7b1 for changeset 292dfca15d33Jason R. Coombs2014-05-270-0/+0
* Update changelog3.7b1Jason R. Coombs2014-05-271-0/+6
* 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