summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for MANIFEST.inTim Heap2016-08-171-0/+210
|
* Merge pull request #735 from jakirkham/bundle_licenseJason R. Coombs2016-08-151-0/+1
|\ | | | | Bundle the license
| * Include the license in sdists and similar packagings.John Kirkham2016-08-141-0/+1
| |
* | Merge pull request #734 from timheap/toxJason R. Coombs2016-08-151-1/+1
|\ \ | |/ |/| Update tox.ini envlist to match supported Pythons
| * Update tox.ini envlist to match supported PythonsTim Heap2016-08-141-1/+1
|/ | | | | Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are.
* Update changelogJason R. Coombs2016-08-131-0/+5
|
* Merge pull request #731 from mindw/certifi_bumpJason R. Coombs2016-08-131-2/+2
|\ | | | | bump certifi to 2016.8.8
| * bump certifi to 2016.8.8Gabi Davar2016-08-131-2/+2
|/
* Added tag v25.2.0 for changeset 2083d7c3fadcJason R. Coombs2016-08-121-0/+1
|
* Bump version: 25.1.6 → 25.2.0v25.2.0Jason R. Coombs2016-08-122-2/+2
|
* Merge pull request #730 from sigmavirus24/add-license-fileJason R. Coombs2016-08-122-0/+25
|\ | | | | Add LICENSE file for expectant auditors
| * Add LICENSE file for expectant auditorsIan Cordasco2016-08-122-0/+25
|/ | | | | | | | | The classifier in setup.py should be enough for most auditors, but some have automated tooling that checks for LICENSE files and reads those. This helps all auditors (downstream redistributors and users) who can not just rely on the classifier. Related to #612
* Update upload targetJason R. Coombs2016-08-082-2/+2
|
* Added tag v25.1.6 for changeset 2db4c66aeae4Jason R. Coombs2016-08-051-0/+1
|
* Bump version: 25.1.5 → 25.1.6v25.1.6Jason R. Coombs2016-08-052-2/+2
|
* Update changelogJason R. Coombs2016-08-051-0/+5
|
* Merge pull request #725 from JGoutin/patch-1Jason R. Coombs2016-08-051-28/+0
|\ | | | | revert `library_dir_option` patch.
| * revert `library_dir_option` patch.J. Goutin2016-08-051-28/+0
|/ | | | | Revert patch on `distutils._msvccompiler.MSVCCompiler.library_dir_option` See comments on #694.
* Added tag v25.1.5 for changeset 76143bb477b5Jason R. Coombs2016-08-051-0/+1
|
* Bump version: 25.1.4 → 25.1.5v25.1.5Jason R. Coombs2016-08-052-2/+2
|
* Correct tag for v25.1.2Jason R. Coombs2016-08-051-1/+1
|
* Update changelogJason R. Coombs2016-08-051-0/+6
|
* Merge pull request #723 from minrk/quote-after-callingJason R. Coombs2016-08-051-3/+4
|\ | | | | quote library_dir_option after calling unpatched version
| * quote library_dir_option after calling unpatched versionMin RK2016-08-051-3/+4
|/ | | | avoids double-quotes if the calling function does the quoting correctly.
* Merge pull request #720 from jakirkham/bump_certifiJason R. Coombs2016-08-041-2/+2
|\ | | | | Bump `certifi` to version `2016.8.2`
| * setup.py: Bump `certifi` to version `2016.8.2`.John Kirkham2016-08-041-2/+2
|/
* Collapse two functions into one.Jason R. Coombs2016-08-041-10/+5
|
* Added tag v25.1.4 for changeset 6f55250b9c58Jason R. Coombs2016-08-041-0/+1
|
* Bump version: 25.1.3 → 25.1.4v25.1.4Jason R. Coombs2016-08-042-2/+2
|
* Update changelogJason R. Coombs2016-08-041-0/+7
|
* Merge pull request #716 from JGoutin/patch-2Jason R. Coombs2016-08-042-30/+39
|\ | | | | #707 MSVC patch and Python 2
| * Update test_msvc.pyJ. Goutin2016-08-021-2/+0
| |
| * Fix #707 MSVC patch and Python 2J. Goutin2016-08-021-28/+39
| | | | | | | | #707 Fix Python 2 Compatibility, and improve registry lookup (Key may not always be in 64bit registry node).
* | Merge pull request #715 from JGoutin/patch-1Jason R. Coombs2016-08-041-0/+27
|\ \ | | | | | | #694 Patch distutils._msvccompiler.library_dir_option
| * | doc for msvc14_library_dir_optionJ. Goutin2016-08-041-1/+15
| | |
| * | Fix from @vallsv J. Goutin2016-08-031-4/+4
| | | | | | | | | Fix from @vallsv
| * | Update msvc.pyJ. Goutin2016-08-021-1/+1
| | |
| * | Update msvc.pyJ. Goutin2016-08-021-0/+2
| | |
| * | Patch distutils._msvccompiler.library_dir_optionJ. Goutin2016-08-021-0/+11
| | | | | | | | | Try to fix #694.
* | | Merge pull request #713 from sileht/sileht/cythong-fixJason R. Coombs2016-08-031-1/+1
|\ \ \ | | | | | | | | Fix _have_cython
| * | | Fix _have_cythonMehdi Abaakouk2016-08-031-1/+1
| | |/ | |/| | | | | | | | | | | | | In 3c047624, we remove the loop, but we miss to convert the tuple to a string. Because the exception is just ignored, we don't see that __import__ won't works
* | | In package_index, reindent long lines.Jason R. Coombs2016-08-031-4/+12
| | |
* | | Merge pull request #717 from vallsv/fix-logging-argumentsJason R. Coombs2016-08-032-9/+8
|\ \ \ | |/ / |/| | Fix logging using arguments instead of formatter
| * | Fix logging using arguments instead of formatterValentin Valls2016-08-032-9/+8
|/ /
* | Try only applying one xfail.Jason R. Coombs2016-08-021-2/+3
| |
* | Change order of xfail, giving the unfiltered one precedence.Jason R. Coombs2016-08-021-1/+1
|/
* Added tag v25.1.3 for changeset 86e668badaf4Jason R. Coombs2016-08-021-0/+1
|
* Bump version: 25.1.2 → 25.1.3v25.1.3Jason R. Coombs2016-08-022-2/+2
|
* Update changelogJason R. Coombs2016-08-021-2/+3
|
* Mark tests as xfail. Ref #704 Ref #709 Ref #710.Jason R. Coombs2016-08-022-0/+2
|