| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |||||
| | * | Merge in test changes from previous try | Philip Thiem | 2014-05-17 | 1 | -8/+16 | |
| | | | ||||||
| * | | Backed out changeset: 1ceaffff2d9b (restoring b0a2fcc5275a). Ref #193 | Jason R. Coombs | 2014-05-15 | 1 | -2/+1 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Extract _safe_path | Jason R. Coombs | 2014-05-16 | 1 | -3/+6 | |
| | | | ||||||
| * | | Reindent | Jason R. Coombs | 2014-05-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix failure on non-Windows systems | Jason R. Coombs | 2014-05-16 | 1 | -2/+1 | |
| | | | ||||||
| * | | FileList.append already excludes files that are not UTF-8 encodable, so rely ↵ | Jason R. Coombs | 2014-05-15 | 1 | -14/+1 | |
| | | | | | | | | | on it when building the manifest. Ref #193 | |||||
| * | | Test should use the same high-level interface for appending filenames as the ↵ | Jason R. Coombs | 2014-05-15 | 1 | -1/+1 | |
| | | | | | | | | | object itself will use when building the filelist. Ideally, FileList wouldn't expose this attribute at all. | |||||
| * | | Extend docstring for test_write_manifest_skips_non_utf8_filenames | Jason R. Coombs | 2014-05-15 | 1 | -1/+6 | |
| | | | ||||||
| * | | Reindent | Jason R. Coombs | 2014-05-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | This code path doesn't make sense. If the UnicodeEncodeError occurred above, ↵ | Jason R. Coombs | 2014-05-15 | 1 | -4/+0 | |
| | | | | | | | | | it will occur here too. | |||||
| * | | Clean up docstring | Jason R. Coombs | 2014-05-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Bumped to 3.7 in preparation for next release. | Jason R. Coombs | 2014-05-07 | 3 | -6/+6 | |
| | | | ||||||
| * | | Added tag 3.6 for changeset e94e768594a1 | Jason R. Coombs | 2014-05-07 | 0 | -0/+0 | |
| | | | ||||||
| * | | Bumped to 3.6 in preparation for next release.3.6 | Jason R. Coombs | 2014-05-07 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog. Fixes #203. | Jason R. Coombs | 2014-05-07 | 1 | -0/+7 | |
| | | | ||||||
| * | | Extract powershell command to correct long line | Jason R. Coombs | 2014-05-07 | 1 | -1/+7 | |
| | | | ||||||
| * | | Downloading throw proxy fixed http://stackoverflow.com/a/18790045/61505 | Arkadiy Shapkin | 2014-04-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped to 3.5.3 in preparation for next release. | Jason R. Coombs | 2014-05-07 | 2 | -2/+2 | |
| | | | ||||||
| * | | Added tag 3.5.2 for changeset 572201d08ead | Jason R. Coombs | 2014-05-07 | 0 | -0/+0 | |
| | | | ||||||
| * | | Merge Pull Request #483.5.2 | Jason R. Coombs | 2014-05-07 | 23 | -291/+441 | |
| |\ \ | ||||||
| | * | | Just suppress the spurious IndexError when it happens. Rely on the ↵ | Jason R. Coombs | 2014-05-05 | 1 | -3/+4 | |
| | | | | | | | | | | | | | environments where the behavior doesn't fail until the upstream issue can be resolved. Fixes #201. | |||||
| | * | | Add Python 3.4 as a testable version. Bump version pulled in bootstrap test. | Jason R. Coombs | 2014-05-05 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Use modern syntax for octal values | Jason R. Coombs | 2014-05-05 | 4 | -9/+9 | |
| | | | | ||||||
| | * | | Avoid trailing comments | Jason R. Coombs | 2014-05-05 | 1 | -47/+92 | |
| | | | | ||||||
| | * | | Fix spacing in __all__ | Jason R. Coombs | 2014-05-05 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | Now this syntax fits nicely on one line | Jason R. Coombs | 2014-05-05 | 1 | -4/+1 | |
| | | | | ||||||
| | * | | Remove unnecessary list comprehension | Jason R. Coombs | 2014-05-05 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Reindent more long lines. Other minor syntax modernization. | Jason R. Coombs | 2014-05-05 | 1 | -21/+39 | |
| | | | | ||||||
| | * | | Reindent long lines in marker impl | Jason R. Coombs | 2014-05-05 | 1 | -12/+35 | |
| | | | | ||||||
| | * | | Use simpler syntax to get the same info | Jason R. Coombs | 2014-05-05 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Reindent long line | Jason R. Coombs | 2014-05-05 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Reformat for consistency | Jason R. Coombs | 2014-05-05 | 1 | -1/+8 | |
| | | | | ||||||
| | * | | Rewrite hashcmp using modern syntax | Jason R. Coombs | 2014-05-05 | 1 | -5/+6 | |
| | | | | ||||||
| | * | | Merge pkg_resources.Environment.__getitem__() code cleanup (pull request #47 ↵ | Jason R. Coombs | 2014-05-05 | 19 | -173/+240 | |
| | |\ \ | | | | | | | | | | | | | and subsequent changes). | |||||
| | | * | | Bumped to 3.5.2 in preparation for next release. | Jason R. Coombs | 2014-05-04 | 3 | -6/+6 | |
| | | | | | ||||||
| | | * | | Added tag 3.5.1 for changeset 254d8c625f46 | Jason R. Coombs | 2014-05-04 | 0 | -0/+0 | |
| | | | | | ||||||
| | | * | | Bumped to 3.5.1 in preparation for next release.3.5.1 | Jason R. Coombs | 2014-05-04 | 2 | -2/+2 | |
| | | | | | ||||||
| | | * | | Restore install._install with a comment to capture its requirement on ↵ | Jason R. Coombs | 2014-05-04 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | earlier NumPy versions. Fixes #199. | |||||
| | | * | | Give comma-separated values a little room to breathe (use common style ↵ | Jason R. Coombs | 2014-05-04 | 1 | -115/+115 | |
| | | | | | | | | | | | | | | | | | convention). | |||||
| | | * | | Bumped to 3.6 in preparation for next release. | Jason R. Coombs | 2014-05-03 | 3 | -6/+6 | |
| | | | | | ||||||
