| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 24.0.0 → 24.0.1v24.0.1 | Jason R. Coombs | 2016-07-03 | 2 | -2/+2 |
| | | |||||
| * | Update changelog to reference issues | Jason R. Coombs | 2016-07-03 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #627 from JGoutin/patch-1 | Jason R. Coombs | 2016-07-03 | 2 | -17/+29 |
| |\ | | | | | msvc fixes | ||||
| | * | Update CHANGES.rst | J. Goutin | 2016-07-03 | 1 | -0/+6 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+1 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+1 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -6/+16 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -18/+11 |
| | | | |||||
| | * | Update CHANGES.rst | J. Goutin | 2016-07-03 | 1 | -1/+5 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -11/+6 |
| | | | |||||
| | * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+4 |
| | | | |||||
| | * | msvc fixe | J. Goutin | 2016-07-03 | 1 | -5/+5 |
| |/ | | | | | Fixes : - Bad argument name - Better Python 2 compatibility | ||||
| * | Added tag v24.0.0 for changeset 8d37b17a93ec | Jason R. Coombs | 2016-07-02 | 1 | -0/+1 |
| | | |||||
| * | Bump version: 23.2.1 → 24.0.0v24.0.0 | Jason R. Coombs | 2016-07-02 | 2 | -2/+2 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #624 from pypa/feature/msvc-discovery | Jason R. Coombs | 2016-07-02 | 5 | -67/+1203 |
| |\ | | | | | Improved support for MSVC discovery | ||||
| | * | Extract variable for bin_dir | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| | | | |||||
| | * | Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵ | Jason R. Coombs | 2016-07-02 | 1 | -12/+28 |
| | | | | | | | | | the backslash characters. | ||||
| | * | Remove superfluous raw strings | Jason R. Coombs | 2016-07-02 | 1 | -10/+10 |
| | | | |||||
| | * | Extract template as variable to avoid line continuation. | Jason R. Coombs | 2016-07-02 | 2 | -3/+3 |
| | | | |||||
| | * | Rename test for msvc module as well | Jason R. Coombs | 2016-07-02 | 1 | -0/+0 |
| | | | |||||
| | * | Merge with 23.2.1 | Jason R. Coombs | 2016-07-02 | 22 | -114/+306 |
| | |\ | |/ |/| | |||||
| * | | Added tag v23.2.1 for changeset a011298221c3 | Jason R. Coombs | 2016-07-02 | 1 | -0/+2 |
| | | | |||||
| * | | Bump version: 23.2.0 → 23.2.1v23.2.1 | Jason R. Coombs | 2016-07-02 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2016-07-02 | 1 | -1/+4 |
| | | | |||||
| * | | Added tag v23.2.0 for changeset 65b3fe899db4 | Jason R. Coombs | 2016-07-02 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version: 23.1.0 → 23.2.0v23.2.0 | Jason R. Coombs | 2016-07-02 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2016-07-02 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #623 from haypo/read_u | Jason R. Coombs | 2016-07-01 | 1 | -1/+1 |
| |\ \ | | | | | | | Don't use deprecated 'U' flag to read manifest | ||||
| | * | | Don't use deprecated 'U' flag to read manifest | Victor Stinner | 2016-06-29 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | The universal newlines mode ('U' flag) is deprecated since Python 3.4. It only replaces "\r\n" with "\n", but it doesn't split lines at "\r" (Mac newline). In practice, the flag was useless, the sdist.read_manifest() method already uses line.strip() and so removes newline characters. | ||||
| * | | Merge pull request #620 from benoit-pierre/patch-1 | Jason R. Coombs | 2016-06-25 | 1 | -4/+4 |
| |\ \ | | | | | | | readme: update links to documentation | ||||
| | * | | readme: update links to documentation | Benoit Pierre | 2016-06-25 | 1 | -4/+4 |
| |/ / | |||||
| * | | Merge pull request #618 from gitter-badger/gitter-badge | Jason R. Coombs | 2016-06-24 | 1 | -0/+4 |
| |\ \ | | | | | | | Add a Gitter chat badge to README.rst | ||||
| | * | | Add Gitter badge | The Gitter Badger | 2016-06-23 | 1 | -0/+4 |
| | | | | |||||
| * | | | Added tag v23.1.0 for changeset 6c74559c732c | Jason R. Coombs | 2016-06-24 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bump version: 23.0.0 → 23.1.0v23.1.0 | Jason R. Coombs | 2016-06-24 | 2 | -2/+2 |
| | | | | |||||
| * | | | Mark tag_svn_revision as deprecated. Ref #619. | Jason R. Coombs | 2016-06-24 | 2 | -0/+10 |
| | | | | |||||
| * | | | Nicer indentation | Jason R. Coombs | 2016-06-24 | 1 | -2/+4 |
| |/ / | |||||
| * | | Added tag v23.0.0 for changeset 8664c631bf3a | Jason R. Coombs | 2016-06-09 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version: 22.0.5 → 23.0.0v23.0.0 | Jason R. Coombs | 2016-06-09 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2016-06-09 | 1 | -0/+3 |
| | | | |||||
| * | | Remove ARM launchers. Fixes #611. | Jason R. Coombs | 2016-06-09 | 5 | -19/+7 |
| | | | |||||
| * | | Merge pull request #601 from inirudebwoy/master | Jason R. Coombs | 2016-06-06 | 1 | -1/+1 |
| |\ \ | | | | | | | Update link to Resource Management API | ||||
| | * | | Update link to Resource Management API | Michael Klich | 2016-06-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add badge for docs | Jason R. Coombs | 2016-06-04 | 1 | -1/+2 |
| | | | | |||||
| * | | | No longer build docs using 'build_sphinx' command and instead rely on RTD. ↵ | Jason R. Coombs | 2016-06-03 | 2 | -13/+2 |
| | | | | | | | | | | | | | Ref #604. | ||||
| * | | | Bump rst.linker for RTD support | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Patch changelog relative to 'docs' now that docs are built in RTD | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | | |||||
