Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename README to README.rst and enhance formatting (#2) | Victor Stinner | 2017-02-11 | 1 | -234/+0 |
| | | | Update also the Release Schedule to Python 3.7. | ||||
* | merge 3.6 | Benjamin Peterson | 2017-01-02 | 1 | -1/+2 |
|\ | |||||
| * | merge 3.5 | Benjamin Peterson | 2017-01-02 | 1 | -1/+2 |
| |\ | |||||
| | * | merge 3.4 | Benjamin Peterson | 2017-01-02 | 1 | -1/+2 |
| | |\ | |||||
| | | * | merge 3.3 | Benjamin Peterson | 2017-01-02 | 1 | -1/+2 |
| | | |\ | |||||
| | | | * | ring in 2017 for Python | Benjamin Peterson | 2017-01-02 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | Version bump for 3.4.5 final.v3.4.5 | Larry Hastings | 2016-06-25 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Release bump for 3.4.5rc1.v3.4.5rc1 | Larry Hastings | 2016-06-12 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge 3.6.0 release into default | Ned Deily | 2016-12-23 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-23 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Update docs and patchlevel for 3.6.0 final.v3.6.0 | Ned Deily | 2016-12-22 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | Version bump for 3.6.0rc2v3.6.0rc2 | Ned Deily | 2016-12-16 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Version bump for 3.6.0rc1v3.6.0rc1 | Ned Deily | 2016-12-07 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Version bump for 3.6.0b4v3.6.0b4 | Ned Deily | 2016-11-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Version bump for 3.6.0b3v3.6.0b3 | Ned Deily | 2016-11-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Version bump for 3.6.0b2v3.6.0b2 | Ned Deily | 2016-10-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge with 3.6 | Ned Deily | 2016-09-12 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Start 3.6 branch | Ned Deily | 2016-09-12 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Bump to 3.7.0a0 | Ned Deily | 2016-09-12 | 1 | -8/+8 |
|/ / / / | |||||
* | | | | Version bump for 3.6.0b1v3.6.0b1 | Ned Deily | 2016-09-12 | 1 | -2/+2 |
| | | | | |||||
* | | | | issue28032: never imply --with-lto as part of --with-optimizations. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -5/+6 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file. | ||||
| * | | | issue28032: never imply --with-lto as part of --with-optimizations. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file. | ||||
* | | | | document --with-optimizations in the README for issue26359. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -4/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | document --with-optimizations in the README for issue26359. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -4/+13 |
| | | | | |||||
| * | | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge. | Larry Hastings | 2016-06-27 | 1 | -2/+2 |
| |\ \ \ | |||||
| * | | | | Version number bump for 3.5.2 final.v3.5.2 | Larry Hastings | 2016-06-25 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Updated header for README for 3.5.2rc1.v3.5.2rc1 | Larry Hastings | 2016-06-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Release bump for 3.5.2rc1. | Larry Hastings | 2016-06-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Version bump for 3.6.0a4v3.6.0a4 | Ned Deily | 2016-08-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Version bump for 3.6.0a3v3.6.0a3 | Ned Deily | 2016-07-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Version bump for 3.6.0a2v3.6.0a2 | Ned Deily | 2016-06-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | Also merge changes from Issue #27117; no actual code changes to 3.6. | ||||
| * | | | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Version bump for 3.6.0a1v3.6.0a1 | Ned Deily | 2016-05-16 | 1 | -8/+8 |
| | | | | |||||
* | | | | Fix spelling error | Raymond Hettinger | 2016-04-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | add 2015 and 2016 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | | |