aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 35.0.2 → 36.0.0v36.0.0Jason R. Coombs2017-05-302-2/+2
* Update changelogJason R. Coombs2017-05-301-0/+11
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-3029-214/+565
|\
| * Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported i...Jason R. Coombs2017-05-211-1/+2
| * Just use class in its namespaceJason R. Coombs2017-05-211-4/+3
| * Implement AbstractSandbox as a context manager.Jason R. Coombs2017-05-212-17/+18
| * Use new style format strings and expand args to variables for better clarity ...Jason R. Coombs2017-05-211-2/+3
| * Expand test to cover string rendering of SandboxViolationJason R. Coombs2017-05-211-0/+4
| * Use dedent and left strip to store the template inside the class.Jason R. Coombs2017-05-211-8/+13
| * Remove extraneous whitespace and empty commentJason R. Coombs2017-05-211-3/+0
| * Merge pull request #1033 from techtonik/patch-1Jason R. Coombs2017-05-171-1/+1
| |\
| | * Document -s to run single testanatoly techtonik2017-05-161-1/+1
| |/
| * Merge pull request #1029 from pjdelport/tox-maintenanceJason R. Coombs2017-05-112-0/+7
| |\
| | * Add the pytest cache directory to .gitignorePi Delport2017-05-111-0/+1
| | * Add snippet for running Tox against all supported PythonsPi Delport2017-05-111-0/+4
| | * Add bootstrap instructions to tox.iniPi Delport2017-05-111-0/+2
| * | Remove another reference to rwt. Ref #1018.Jason R. Coombs2017-05-111-1/+1
| |/
| * Remove stale references to rwt. Ref #1018.Jason R. Coombs2017-05-112-3/+3
| * Bump version: 35.0.1 → 35.0.2v35.0.2Jason R. Coombs2017-04-272-2/+2
| * Update changelog. Ref #1015.Jason R. Coombs2017-04-271-0/+2
| * Merge pull request #1025 from LordGaav/fix-mro-on-jython. Fixes #1024.Jason R. Coombs2017-04-272-1/+20
| |\
| | * Update changelog. Ref #1025.Jason R. Coombs2017-04-271-0/+5
| | * Make _get_mro private; Swap logic to put preferred behavior at top level; Upd...Jason R. Coombs2017-04-271-7/+8
| | * Use a different method to lookup base classes on JythonNick Douma2017-04-271-1/+14
| |/
| * Rewrite tests to test the actual matching rather than making assertions about...Jason R. Coombs2017-04-182-23/+83
| * Pass flags programmatically, avoiding deprecating trailing pattern flags synt...Jason R. Coombs2017-04-182-14/+15
| * Bump version: 35.0.0 → 35.0.1v35.0.1Jason R. Coombs2017-04-182-2/+2
| * Update changelog. Ref #1016.Jason R. Coombs2017-04-181-0/+5
| * Merge regression test for #1016.Jason R. Coombs2017-04-181-0/+15
| |\
| | * Add an integration test to install pyuriPi Delport2017-04-181-0/+15
| * | Revert "addresses #436". Fixes #1016.Jason R. Coombs2017-04-181-0/+2
| |/
| * Update changelog. Ref #992.Jason R. Coombs2017-04-161-0/+6
| * Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #...Jason R. Coombs2017-04-162-18/+1
| * Mark failures as allowed. Ref #1015.Jason R. Coombs2017-04-151-0/+3
| * Bump version: 34.4.1 → 35.0.0v35.0.0Jason R. Coombs2017-04-152-2/+2
| * Update changelog. Ref #1014.Jason R. Coombs2017-04-151-0/+13
| * Merge pull request #1014 from miccoli/issue-436Jason R. Coombs2017-04-151-2/+0
| |\
| | * addresses #436Stefano Miccoli2017-04-131-2/+0
| * | Merge pull request #1010 from idlesign/patch-1Jason R. Coombs2017-04-151-0/+7
| |\ \ | | |/ | |/|
| | * Docs: notes on setup.cfg and ez_setupIgor Starikov2017-04-121-0/+7
| |/
| * Update changelog to combine 34.4.1 and 34.4.2 as the former was never release...v34.4.1Jason R. Coombs2017-04-101-4/+2
| * Bump version: 34.4.0 → 34.4.1Jason R. Coombs2017-04-102-2/+2
| * Merge pull request #1008 from JGoutin/patch-2Jason R. Coombs2017-04-102-53/+86
| |\
| | * Update whitespace for consistency and better renderingJason R. Coombs2017-04-101-0/+1
| | * Add #1008 changesJGoutin2017-04-101-2/+6
| | * Fixes for Visual Studio 2017JGoutin2017-04-101-51/+79
| |/
| * Consolidate technique for reading PYTHONPATH.Jason R. Coombs2017-04-101-4/+7
| * Nicer syntax for processing PYTHONPATHJason R. Coombs2017-04-101-3/+10
| * Correct typo. Ref #992.Jason R. Coombs2017-04-081-1/+1
| * In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992.Jason R. Coombs2017-04-083-1/+25