Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version: 36.0.1 → 36.1.0v36.1.0 | Jason R. Coombs | 2017-07-13 | 2 | -2/+2 |
| | |||||
* | Avoid race condition in ensure_directory. Ref #1083. | Jason R. Coombs | 2017-07-13 | 3 | -2/+23 |
| | |||||
* | Limit the scope of deprecation of the upload_docs command. | Jason R. Coombs | 2017-06-06 | 2 | -1/+13 |
| | |||||
* | Use io.open when saving entry_points. | Jason R. Coombs | 2017-06-04 | 1 | -1/+2 |
| | |||||
* | Use bump2version for releases so that annotated tags are employed. | Jason R. Coombs | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Update release process to give guidance on updating the changelog prior to ↵ | Jason R. Coombs | 2017-06-01 | 1 | -1/+11 |
| | | | | release. | ||||
* | Remove section on bootstrap branch, no longer relevant. | Jason R. Coombs | 2017-06-01 | 1 | -15/+0 |
| | |||||
* | Bump version: 36.0.0 → 36.0.1v36.0.1 | Jason R. Coombs | 2017-06-01 | 2 | -2/+2 |
| | |||||
* | Update changelog. Ref #1043. | Jason R. Coombs | 2017-06-01 | 1 | -0/+7 |
| | |||||
* | Merge pull request #1043 from alex/patch-1 | Jason R. Coombs | 2017-06-01 | 1 | -1/+1 |
|\ | | | | | fixed #1042 -- updates an import to use six from the vendored package | ||||
| * | fixed #1042 -- corrected an import | Alex Gaynor | 2017-05-31 | 1 | -1/+1 |
|/ | |||||
* | Remove now unnecessary before_deploy step | Jason R. Coombs | 2017-05-31 | 1 | -2/+0 |
| | |||||
* | Bump version: 35.0.2 → 36.0.0v36.0.0 | Jason R. Coombs | 2017-05-30 | 2 | -2/+2 |
| | |||||
* | Update changelog | Jason R. Coombs | 2017-05-30 | 1 | -0/+11 |
| | |||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 29 | -214/+565 |
|\ | |||||
| * | Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported ↵ | Jason R. Coombs | 2017-05-21 | 1 | -1/+2 |
| | | | | | | | | in #1038. | ||||
| * | Just use class in its namespace | Jason R. Coombs | 2017-05-21 | 1 | -4/+3 |
| | | |||||
| * | Implement AbstractSandbox as a context manager. | Jason R. Coombs | 2017-05-21 | 2 | -17/+18 |
| | | |||||
| * | Use new style format strings and expand args to variables for better clarity ↵ | Jason R. Coombs | 2017-05-21 | 1 | -2/+3 |
| | | | | | | | | of purpose. | ||||
| * | Expand test to cover string rendering of SandboxViolation | Jason R. Coombs | 2017-05-21 | 1 | -0/+4 |
| | | |||||
| * | Use dedent and left strip to store the template inside the class. | Jason R. Coombs | 2017-05-21 | 1 | -8/+13 |
| | | |||||
| * | Remove extraneous whitespace and empty comment | Jason R. Coombs | 2017-05-21 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #1033 from techtonik/patch-1 | Jason R. Coombs | 2017-05-17 | 1 | -1/+1 |
| |\ | | | | | | | Document -s to run single test | ||||
| | * | Document -s to run single test | anatoly techtonik | 2017-05-16 | 1 | -1/+1 |
| |/ | | | | | Fixes https://github.com/pypa/setuptools/issues/1032 | ||||
| * | Merge pull request #1029 from pjdelport/tox-maintenance | Jason R. Coombs | 2017-05-11 | 2 | -0/+7 |
| |\ | | | | | | | Tox doc comments | ||||
| | * | Add the pytest cache directory to .gitignore | Pi Delport | 2017-05-11 | 1 | -0/+1 |
| | | | |||||
| | * | Add snippet for running Tox against all supported Pythons | Pi Delport | 2017-05-11 | 1 | -0/+4 |
| | | | |||||
| | * | Add bootstrap instructions to tox.ini | Pi Delport | 2017-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | This will help get new contributors started, if they're just used to running "tox". | ||||
| * | | Remove another reference to rwt. Ref #1018. | Jason R. Coombs | 2017-05-11 | 1 | -1/+1 |
| |/ | |||||
| * | Remove stale references to rwt. Ref #1018. | Jason R. Coombs | 2017-05-11 | 2 | -3/+3 |
| | | |||||
| * | Bump version: 35.0.1 → 35.0.2v35.0.2 | Jason R. Coombs | 2017-04-27 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1015. | Jason R. Coombs | 2017-04-27 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1025 from LordGaav/fix-mro-on-jython. Fixes #1024. | Jason R. Coombs | 2017-04-27 | 2 | -1/+20 |
| |\ | | | | | | | Use a different method to lookup base classes on Jython | ||||
| | * | Update changelog. Ref #1025. | Jason R. Coombs | 2017-04-27 | 1 | -0/+5 |
| | | | |||||
| | * | Make _get_mro private; Swap logic to put preferred behavior at top level; ↵ | Jason R. Coombs | 2017-04-27 | 1 | -7/+8 |
| | | | | | | | | | | | | Update docstring to reference issue. | ||||
| | * | Use a different method to lookup base classes on Jython | Nick Douma | 2017-04-27 | 1 | -1/+14 |
| |/ | | | | | | | | | | | | | | | | | | | | | Jython seems to implement inspect.getmro differently, which causes any classes with the same name as a class lower in the MRO not to be returned. This patch offloads the MRO lookup to a separate function, which implements different logic for Jython only. Ref #1024 | ||||
| * | Rewrite tests to test the actual matching rather than making assertions ↵ | Jason R. Coombs | 2017-04-18 | 2 | -23/+83 |
| | | | | | | | | about the regular expressions. Fixes #1015. | ||||
| * | Pass flags programmatically, avoiding deprecating trailing pattern flags ↵ | Jason R. Coombs | 2017-04-18 | 2 | -14/+15 |
| | | | | | | | | syntax revealed in #1015. | ||||
| * | Bump version: 35.0.0 → 35.0.1v35.0.1 | Jason R. Coombs | 2017-04-18 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1016. | Jason R. Coombs | 2017-04-18 | 1 | -0/+5 |
| | | |||||
| * | Merge regression test for #1016. | Jason R. Coombs | 2017-04-18 | 1 | -0/+15 |
| |\ | |||||
| | * | Add an integration test to install pyuri | Pi Delport | 2017-04-18 | 1 | -0/+15 |
| | | | | | | | | | | | | This test is also a regression test for issue #1016. | ||||
| * | | Revert "addresses #436". Fixes #1016. | Jason R. Coombs | 2017-04-18 | 1 | -0/+2 |
| |/ | | | | | | | This reverts commit 1955e5b0df67cc1aa389b8c655199958a6fcc6a0. | ||||
| * | Update changelog. Ref #992. | Jason R. Coombs | 2017-04-16 | 1 | -0/+6 |
| | | |||||
| * | Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes ↵ | Jason R. Coombs | 2017-04-16 | 2 | -18/+1 |
| | | | | | | | | | | | | #992." This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5. | ||||
| * | Mark failures as allowed. Ref #1015. | Jason R. Coombs | 2017-04-15 | 1 | -0/+3 |
| | | |||||
| * | Bump version: 34.4.1 → 35.0.0v35.0.0 | Jason R. Coombs | 2017-04-15 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1014. | Jason R. Coombs | 2017-04-15 | 1 | -0/+13 |
| | | |||||
| * | Merge pull request #1014 from miccoli/issue-436 | Jason R. Coombs | 2017-04-15 | 1 | -2/+0 |
| |\ | | | | | | | addresses #436: Updating MANIFEST.in does not correctly update the package sdist creates | ||||
| | * | addresses #436 | Stefano Miccoli | 2017-04-13 | 1 | -2/+0 |
| | | |