summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 27.1.2 → 27.2.0v27.2.0Jason R. Coombs2016-09-142-2/+2
* Suppress ValueError in fixup_namespace_packages. Fixes #520. Fixes #513.Jason R. Coombs2016-09-142-1/+13
* Merge pull request #766 from benoit-pierre/fix_easy_install_doc_linksJason R. Coombs2016-09-091-3/+4
|\
| * easy_install: update links to documentationBenoit Pierre2016-08-291-3/+4
* | Account for the class might be old style on Python 2.Jason R. Coombs2016-09-091-1/+2
* | Update changelogJason R. Coombs2016-09-091-0/+5
* | Extract a variable for nicer indentation.Jason R. Coombs2016-09-091-3/+2
* | Allow get_unpatched to be called to get unpatched version of a class or funct...Jason R. Coombs2016-09-092-7/+17
* | Use programmatic import and add comment explaining purpose.Jason R. Coombs2016-09-091-1/+2
* | Consolidate function patching and resolution of unpatched function, aligning ...Jason R. Coombs2016-09-093-18/+32
* | Bump version: 27.1.1 → 27.1.2v27.1.2Jason R. Coombs2016-09-092-2/+2
* | Update changelogJason R. Coombs2016-09-091-0/+5
* | Merge pull request #781 from dstufft/fix-importJason R. Coombs2016-09-091-1/+2
|\ \
| * | Move msvc import to avoid a circular importDonald Stufft2016-09-091-1/+2
|/ /
* | Bump version: 27.1.0 → 27.1.1v27.1.1Jason R. Coombs2016-09-092-2/+2
* | Fix msvc monkeypatching, revealed by Appveyor tests. Fixes #778.Jason R. Coombs2016-09-092-4/+10
* | Remove unused importJason R. Coombs2016-09-091-2/+0
* | Bump version: 27.0.0 → 27.1.0v27.1.0Jason R. Coombs2016-09-092-2/+2
* | Merge monkeypatch-moduleJason R. Coombs2016-09-096-212/+245
|\ \
| * | Move changelog following v27 releaseJason R. Coombs2016-09-091-3/+6
| * | Add Deprecation warning for _get_unpatched.Jason R. Coombs2016-09-092-1/+9
| * | Remove unused importJason R. Coombs2016-09-091-1/+0
| * | Use unpatched locallyJason R. Coombs2016-09-041-2/+0
| * | Update changelogJason R. Coombs2016-09-041-0/+3
| * | Move msvc patch logic into monkey module.Jason R. Coombs2016-09-042-70/+79
| * | distutils will always be in globalsJason R. Coombs2016-09-041-4/+0
| * | Move (much of?) the rest of the monkey patching into the monkey moduleJason R. Coombs2016-09-043-90/+95
| * | Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-044-6/+6
| * | Move monkeypatching in package module into monkey.Jason R. Coombs2016-09-042-35/+41
| * | Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-044-21/+28
* | | Bump version: 26.1.1 → 27.0.0v27.0.0Jason R. Coombs2016-09-092-2/+2
* | | Update changelogJason R. Coombs2016-09-091-0/+6
* | | Merge pull request #777 from dstufft/fix-py-limited-apiJason R. Coombs2016-09-091-1/+1
|\ \ \
| * | | Use EXT_SUFFIX instead of SO for py_limited_api renamingDonald Stufft2016-09-091-1/+1
|/ / /
* | | Merge pull request #775 from vallsv/patch-2Jason R. Coombs2016-09-061-2/+2
|\ \ \
| * | | Use LegacyVersion instead of LooseVersionValentin Valls2016-09-061-2/+2
|/ / /
* | | Merge pull request #774 from vallsv/patch-1Jason R. Coombs2016-09-051-2/+2
|\ \ \ | |/ / |/| |
| * | Use LooseVersion instread of StrictVersionValentin Valls2016-09-051-2/+2
|/ /
* | Merge pull request #770 from nicoddemus/pytest-3Jason R. Coombs2016-09-033-3/+3
|\ \
| * | Use pytest>=3.0.2Bruno Oliveira2016-09-013-3/+3
* | | Provide forward compatibility for Warehouse as the default repository for the...Jason R. Coombs2016-09-013-0/+44
* | | Only apply findall patch on affected Pythons.Jason R. Coombs2016-09-011-3/+13
|/ /
* | Added tag v26.1.1 for changeset e1d057e23b2fJason R. Coombs2016-08-291-0/+1
* | Bump version: 26.1.0 → 26.1.1v26.1.1Jason R. Coombs2016-08-292-2/+2
* | Update changelogJason R. Coombs2016-08-291-0/+7
* | Merge pull request #765 from timheap/bad-pytest-versionJason R. Coombs2016-08-293-3/+6
|\ \ | |/ |/|
| * Install py.test>=2.8,<3Tim Heap2016-08-293-3/+6
|/
* Added tag v26.1.0 for changeset b299cfc9d7d8Jason R. Coombs2016-08-281-0/+1
* Bump version: 26.0.0 → 26.1.0v26.1.0Jason R. Coombs2016-08-282-2/+2
* Rely on appdirs for resolving a cache dir for Python-Eggs. Fixes #763.Jason R. Coombs2016-08-272-41/+17