summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2.7.18rc1.v2.7.18rc1Benjamin Peterson2020-04-041-1/+1
|
* [2.7] Bring Python into the next decade. (GH-17805)Benjamin Peterson2020-01-031-1/+1
| | | | | (cherry picked from commit 946b29ea0b3b386ed05e87e60b8617c9dc19cd53) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* Update build docs for macOS (GH-16844)Ned Deily2019-10-191-22/+14
|
* Bump version to 2.7.17rc1.Benjamin Peterson2019-10-081-1/+1
|
* Set version to 2.7.16rc1.v2.7.16rc1Benjamin Peterson2019-02-161-1/+1
|
* [2.7] Bump copyright years to 2019. (GH-11408)Benjamin Peterson2019-01-021-2/+2
| | | (cherry picked from commit 9a69ae8a78785105ded02b083b2e5cd2dd939307)
* 2.7.15rc1 version bumpv2.7.15rc1Benjamin Peterson2018-04-141-1/+1
|
* [2.7] advance copyright years to 2018 (GH-5094). (#5105)Benjamin Peterson2018-01-051-1/+1
| | | (cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48)
* 2.7.14 final version bumpsv2.7.14Benjamin Peterson2017-09-161-2/+2
|
* version bumps for 2.7.14rc1v2.7.14rc1Benjamin Peterson2017-08-261-2/+2
|
* ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+2
|
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-031-1/+1
|
* replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-211-1/+1
|
* issue28032: never imply --with-lto as part of --with-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-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-081-5/+13
|
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
|
* 2.7.12 release candidate 1v2.7.12rc1Benjamin Peterson2016-06-111-1/+1
|
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
|
* Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
|
* 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-011-1/+1
|
* bump to 2.7.11rc1v2.7.11rc1Benjamin Peterson2015-11-211-1/+1
|
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-0/+29
| | | | | | profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-2/+2
|
* update for copyright for 2015Benjamin Peterson2015-01-011-1/+1
|
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-261-1/+1
|
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-301-1/+1
|
* bump to 2.7.7 finalBenjamin Peterson2014-05-311-2/+2
|
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-181-2/+2
|
* update copyright yearBenjamin Peterson2014-01-011-1/+1
|
* 2.7.6rc1v2.7.6rc1Benjamin Peterson2013-10-261-1/+1
|
* #18707: point to Doc/README.txt in the README file. Patch by Madison May.Ezio Melotti2013-08-161-0/+7
|
* bump version to 2.7.5Benjamin Peterson2013-05-121-1/+1
|
* version to 2.7.4rc1v2.7.4rc1Benjamin Peterson2013-03-231-1/+1
|
* bring Python into 2013Benjamin Peterson2013-01-011-1/+1
|
* - rename configure.in to configure.acMatthias Klose2012-03-141-5/+5
| | | | - change references from configure.in to configure.ac
* bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-231-1/+1
|
* add another year to glorious PSF IPBenjamin Peterson2012-01-011-2/+2
|
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-291-1/+1
|
* Merge from 2.6.Guido van Rossum2011-03-191-1/+2
|\
| * Whoops. The copyright should be two lines (merge from 2.5).Guido van Rossum2011-03-191-1/+2
| |\
| | * Whoops. The copyright should be two lines.Guido van Rossum2011-03-191-1/+2
| | |
* | | Test commit. Add 2011 to copyright line (merge from 2.6).Guido van Rossum2011-03-191-3/+1
|\ \ \ | |/ /
| * | Test commit. Add 2011 to copyright line (merge from 2.5).Guido van Rossum2011-03-191-3/+1
| |\ \ | | |/
| | * Test commit. Add 2011 to copyright line.Guido van Rossum2011-03-191-3/+1
| | |
| | * Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-311-2/+2
| | |
| | * Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-241-1/+1
| | |
| | * Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-141-3/+3
| | |
| | * Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-231-1/+1
| | |
| | * Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-191-2/+2
| | |
| | * Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-131-2/+2
| | |