Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added tag v25.2.0 for changeset 2083d7c3fadc | Jason R. Coombs | 2016-08-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bump version: 25.1.6 → 25.2.0v25.2.0 | Jason R. Coombs | 2016-08-12 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #730 from sigmavirus24/add-license-file | Jason R. Coombs | 2016-08-12 | 2 | -0/+25 | |
| |\ \ \ | | | | | | | | | | | Add LICENSE file for expectant auditors | |||||
| | * | | | Add LICENSE file for expectant auditors | Ian Cordasco | 2016-08-12 | 2 | -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 target | Jason R. Coombs | 2016-08-08 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Added tag v25.1.6 for changeset 2db4c66aeae4 | Jason R. Coombs | 2016-08-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bump version: 25.1.5 → 25.1.6v25.1.6 | Jason R. Coombs | 2016-08-05 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Update changelog | Jason R. Coombs | 2016-08-05 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #725 from JGoutin/patch-1 | Jason R. Coombs | 2016-08-05 | 1 | -28/+0 | |
| |\ \ \ | | | | | | | | | | | revert `library_dir_option` patch. | |||||
| | * | | | revert `library_dir_option` patch. | J. Goutin | 2016-08-05 | 1 | -28/+0 | |
| |/ / / | | | | | | | | | | | | | | | | | Revert patch on `distutils._msvccompiler.MSVCCompiler.library_dir_option` See comments on #694. | |||||
| * | | | Added tag v25.1.5 for changeset 76143bb477b5 | Jason R. Coombs | 2016-08-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bump version: 25.1.4 → 25.1.5v25.1.5 | Jason R. Coombs | 2016-08-05 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Correct tag for v25.1.2 | Jason R. Coombs | 2016-08-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Update changelog | Jason R. Coombs | 2016-08-05 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Merge pull request #723 from minrk/quote-after-calling | Jason R. Coombs | 2016-08-05 | 1 | -3/+4 | |
| |\ \ \ | | | | | | | | | | | quote library_dir_option after calling unpatched version | |||||
| | * | | | quote library_dir_option after calling unpatched version | Min RK | 2016-08-05 | 1 | -3/+4 | |
| |/ / / | | | | | | | | | | | | | avoids double-quotes if the calling function does the quoting correctly. | |||||
| * | | | Merge pull request #720 from jakirkham/bump_certifi | Jason R. Coombs | 2016-08-04 | 1 | -2/+2 | |
| |\ \ \ | | |_|/ | |/| | | Bump `certifi` to version `2016.8.2` | |||||
| | * | | setup.py: Bump `certifi` to version `2016.8.2`. | John Kirkham | 2016-08-04 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Collapse two functions into one. | Jason R. Coombs | 2016-08-04 | 1 | -10/+5 | |
| | | | ||||||
| * | | Added tag v25.1.4 for changeset 6f55250b9c58 | Jason R. Coombs | 2016-08-04 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bump version: 25.1.3 → 25.1.4v25.1.4 | Jason R. Coombs | 2016-08-04 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog | Jason R. Coombs | 2016-08-04 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #716 from JGoutin/patch-2 | Jason R. Coombs | 2016-08-04 | 2 | -30/+39 | |
| |\ \ | | | | | | | | | #707 MSVC patch and Python 2 | |||||
| | * | | Update test_msvc.py | J. Goutin | 2016-08-02 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | Fix #707 MSVC patch and Python 2 | J. Goutin | 2016-08-02 | 1 | -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-1 | Jason R. Coombs | 2016-08-04 | 1 | -0/+27 | |
| |\ \ | | | | | | | | | #694 Patch distutils._msvccompiler.library_dir_option | |||||
| | * | | doc for msvc14_library_dir_option | J. Goutin | 2016-08-04 | 1 | -1/+15 | |
| | | | | ||||||
| | * | | Fix from @vallsv | J. Goutin | 2016-08-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | Fix from @vallsv | |||||
| | * | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Patch distutils._msvccompiler.library_dir_option | J. Goutin | 2016-08-02 | 1 | -0/+11 | |
| | | | | | | | | | | | | Try to fix #694. | |||||
| * | | | Merge pull request #713 from sileht/sileht/cythong-fix | Jason R. Coombs | 2016-08-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Fix _have_cython | |||||
| | * | | | Fix _have_cython | Mehdi Abaakouk | 2016-08-03 | 1 | -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. Coombs | 2016-08-03 | 1 | -4/+12 | |
| | | | | ||||||
| * | | | Merge pull request #717 from vallsv/fix-logging-arguments | Jason R. Coombs | 2016-08-03 | 2 | -9/+8 | |
| |\ \ \ | | |/ / | |/| | | Fix logging using arguments instead of formatter | |||||
| | * | | Fix logging using arguments instead of formatter | Valentin Valls | 2016-08-03 | 2 | -9/+8 | |
| |/ / | ||||||
| * | | Try only applying one xfail. | Jason R. Coombs | 2016-08-02 | 1 | -2/+3 | |
| | | | ||||||
| * | | Change order of xfail, giving the unfiltered one precedence. | Jason R. Coombs | 2016-08-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | Added tag v25.1.3 for changeset 86e668badaf4 | Jason R. Coombs | 2016-08-02 | 1 | -0/+1 | |
| | | ||||||
| * | Bump version: 25.1.2 → 25.1.3v25.1.3 | Jason R. Coombs | 2016-08-02 | 2 | -2/+2 | |
| | | ||||||
| * | Update changelog | Jason R. Coombs | 2016-08-02 | 1 | -2/+3 | |
| | | ||||||
| * | Mark tests as xfail. Ref #704 Ref #709 Ref #710. | Jason R. Coombs | 2016-08-02 | 2 | -0/+2 | |
| | | ||||||
| * | Merge pull request #714 from sileht/sileht/cython-fix2 | Jason R. Coombs | 2016-08-02 | 1 | -1/+1 | |
| |\ | | | | | | | Revert "Ensure that tmpdir is unicode. Fixes #704." | |||||
| | * | Revert "Ensure that tmpdir is unicode. Fixes #704." | Mehdi Abaakouk | 2016-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 857949575022946cc60c7cd1d0d088246d3f7540. As we can see on https://github.com/pypa/setuptools/issues/709, this breaks many things (easy_install C extensions, all py3.5 tests, run with LANG=C). So instead of fixing in a hurry all new bugs due to this, I propose to revert this commit until all downsides of this change have been investigated. Related bug: https://github.com/pypa/setuptools/issues/709 Related bug: https://github.com/pypa/setuptools/issues/710 Related bug: https://github.com/pypa/setuptools/issues/712 | |||||
| * | | Backout f9b2902f312. Reopens #710. | Jason R. Coombs | 2016-08-02 | 1 | -4/+0 | |
| | | | ||||||
| * | | Backout 1b8dc8c7ac. Reopens #709. | Jason R. Coombs | 2016-08-02 | 1 | -2/+0 | |
| |/ | ||||||
| * | _extract_member needs final_dst to be a native string. Ref #710. | Jason R. Coombs | 2016-08-01 | 1 | -0/+4 | |
| | | ||||||
| * | Get six from extern | Jason R. Coombs | 2016-08-01 | 1 | -1/+2 | |
| | | ||||||
| * | Update changelog. Ref #709. | Jason R. Coombs | 2016-08-01 | 1 | -1/+7 | |
| | | ||||||
| * | Fix UnicodeDecodeError when tarfile names have non-ascii characters. Fixes #709. | Jason R. Coombs | 2016-08-01 | 1 | -0/+2 | |
| | |