| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update changelog3.7b1 | Jason R. Coombs | 2014-05-27 | 1 | -0/+6 |
| | | |||||
| * | Normalize whitespace | Jason R. Coombs | 2014-05-23 | 1 | -17/+17 |
| | | |||||
| * | Include the build launcher script in setuptools sdist. This helps address ↵ | Jason R. Coombs | 2014-05-21 | 1 | -0/+1 |
| | | | | | the requirement that all sources be included. | ||||
| * | Use context manager | Jason R. Coombs | 2014-05-17 | 1 | -25/+22 |
| | | | | | | --HG-- extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634 | ||||
| * | Patch globals in a function. This technique bypasses the linter warnings ↵ | Jason R. Coombs | 2014-05-17 | 1 | -5/+16 |
| | | | | | about the names not being present, and allows for better documentation. | ||||
| * | Fix NameError (is this code ever used?). | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | | | | | --HG-- extra : amend_source : 4361459883522692c4d70715135439819d981d7a | ||||
| * | Modernize syntax | Jason R. Coombs | 2014-05-17 | 1 | -59/+16 |
| | | | | | | --HG-- extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722 | ||||
| * | Use context manager for brevity | Jason R. Coombs | 2014-05-17 | 1 | -4/+1 |
| | | |||||
| * | Use ContextualZipFile and contextlib.closing for archiveutil | Jason R. Coombs | 2014-05-17 | 1 | -8/+4 |
| | | |||||
| * | Clean up whitespace | Jason R. Coombs | 2014-05-17 | 1 | -47/+7 |
| | | |||||
| * | Update ContextualZipFile to use a single constructor | Jason R. Coombs | 2014-05-17 | 2 | -12/+10 |
| | | |||||
| * | Use context managers in pkg_resources | Jason R. Coombs | 2014-05-17 | 1 | -10/+5 |
| | | |||||
| * | Use ContextualZipFile for context manager support | Jason R. Coombs | 2014-05-17 | 1 | -5/+22 |
| | | |||||
| * | Replace get_zip_class with a specialized constructor. | Jason R. Coombs | 2014-05-17 | 1 | -9/+17 |
| | | |||||
| * | Use context manager | Jason R. Coombs | 2014-05-17 | 1 | -4/+1 |
| | | |||||
| * | Refactor test | Jason R. Coombs | 2014-05-17 | 1 | -2/+2 |
| | | |||||
| * | Actually call close on exit | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | Use iterables for getting best downloader | Jason R. Coombs | 2014-05-17 | 1 | -6/+4 |
| | | |||||
| * | Move import to the top | Jason R. Coombs | 2014-05-17 | 1 | -4/+5 |
| | | |||||
| * | Use context managers to reliably close files | Jason R. Coombs | 2014-05-17 | 1 | -22/+10 |
| | | |||||
| * | Restore Python 2 compatibility. | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | Update requires.txt to match new, predictable order. | Jason R. Coombs | 2014-05-17 | 1 | -2/+1 |
| | | |||||
| * | Use StringIO to write out requirements. Use more common convention of adding ↵ | Jason R. Coombs | 2014-05-17 | 1 | -4/+12 |
| | | | | | newline to each line of the file, not just intervening lines. | ||||
| * | Write requirements in a deterministic order. | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Extract variable | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Add whitespace for readability. | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | Must create files for tests, else they are remoed from manifests | Jason R. Coombs | 2014-05-17 | 1 | -0/+3 |
| | | |||||
| * | Must create files for tests, else they are remoed from manifests | Philip Thiem | 2014-05-17 | 1 | -6/+9 |
| | | | | | | --HG-- extra : rebase_source : c22b55cde69bbf7fc6a075bcd8797017797c6225 | ||||
| * | est_manifest_is_written_with_utf8_encoding should use the filelist's append, ↵ | Philip Thiem | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | | NOT filelist.files.append --HG-- extra : rebase_source : cdf0df0a11b96a60c29c10483579e6e043a7fcd1 | ||||
| * | Remove unused import | Jason R. Coombs | 2014-05-17 | 1 | -1/+0 |
| | | |||||
| * | Convert quiet to a context manager, so its comment is no longer complaining ↵ | Jason R. Coombs | 2014-05-17 | 1 | -45/+16 |
| | | | | | and to simplify the code. | ||||
| * | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 10 | -43/+44 |
| | | |||||
| * | Add a PY2 also. | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Compute PY3 directly and switch on that for clarity. | Jason R. Coombs | 2014-05-17 | 1 | -4/+3 |
| | | |||||
| * | with_statement is available naturally in Python 2.6 | Jason R. Coombs | 2014-05-17 | 2 | -7/+6 |
| | | |||||
| * | Merge 4 out of 5 commits from Philip Thiem's unicode_try_2. Ref #193 | Jason R. Coombs | 2014-05-17 | 3 | -11/+74 |
| |\ | |||||
| | * | In corporate the old unicode with the spirit of what the FileList updating. | Philip Thiem | 2014-05-17 | 1 | -6/+25 |
| | | | | | | | | | | | --HG-- extra : source : 199c917b8a0be209144878872269c3bd08936d6a | ||||
| | * | Starting a unicode_utils module. | Philip Thiem | 2014-05-17 | 1 | -0/+41 |
| | | | | | | | | | | | --HG-- extra : source : 2e47fa11a272ed61f7c1bbf88aae27e81040fe93 | ||||
| | * | with_statements and output utf-8 output | Philip Thiem | 2014-05-17 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | *Since py2.5 has been dropped, we can use future imports to make use of with statements. *End goal was to always decode to utf-8 in write_file on 307 --HG-- extra : rebase_source : 502ea7128f4e3b843b16c6d64d6d0b2ac56ce87d | ||||
| | * | Merge in test changes from previous try | Philip Thiem | 2014-05-17 | 1 | -8/+16 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 0dba3308549833dc7fc5b242e8ae3a4ec9f3c119 | ||||
| * | | Backed out changeset: 1ceaffff2d9b (restoring b0a2fcc5275a). Ref #193 | Jason R. Coombs | 2014-05-15 | 1 | -2/+1 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 5ca0514bbe3ec025094ea8f39921722d0ab3dd05 | ||||
| * | | Merge changes from Pull Request 50 | Jason R. Coombs | 2014-05-17 | 2 | -9/+17 |
| |\ \ | |/ |/| | |||||
| | * | Improved comment in the latin1 sdist test. | philip_thiem | 2014-04-25 | 1 | -7/+4 |
| | | | |||||
| | * | test_sdist: change the latin1 test to match the behavior of write_manifest | Philip Thiem | 2014-04-24 | 1 | -3/+14 |
| | | | |||||
| | * | ignore .git* files | Philip Thiem | 2014-04-24 | 1 | -2/+1 |
| | | | |||||
| | * | ensure write_manifest passes contents to write_file as unicode strings. | Philip Thiem | 2014-04-24 | 2 | -18/+34 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 719fb2eb2c3599c57d7a11f5fc55cf9a88d74df7 | ||||
| * | | Add a _repair method to repair the FileList after unsafe entries have been ↵ | Jason R. Coombs | 2014-05-16 | 1 | -0/+12 |
| | | | | | | | | | added. | ||||
| * | | Also override extend to check paths for safety. | Jason R. Coombs | 2014-05-16 | 1 | -0/+3 |
| | | | |||||
| * | | Move Python 3 code to the body of the function | Jason R. Coombs | 2014-05-16 | 1 | -9/+8 |
| | | | |||||
| * | | Use compat for Python 3 detection | Jason R. Coombs | 2014-05-16 | 1 | -2/+2 |
| | | | |||||
