Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
* | bump to 2.7.11rc1v2.7.11rc1 | Benjamin Peterson | 2015-11-21 | 1 | -1/+1 |
* | Issue #24915: Make PGO builds support Clang and use the test suite for | Brett Cannon | 2015-09-18 | 1 | -0/+29 |
* | bump version to 2.7.10rc1v2.7.10rc1 | Benjamin Peterson | 2015-05-10 | 1 | -2/+2 |
* | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 1 | -1/+1 |
* | 2.7.9rc1v2.7.9rc1 | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
* | bump to 2.7.8v2.7.8 | Benjamin Peterson | 2014-06-30 | 1 | -1/+1 |
* | bump to 2.7.7 final | Benjamin Peterson | 2014-05-31 | 1 | -2/+2 |
* | bump to 2.7.7rc1v2.7.7rc1 | Benjamin Peterson | 2014-05-18 | 1 | -2/+2 |
* | update copyright year | Benjamin Peterson | 2014-01-01 | 1 | -1/+1 |
* | 2.7.6rc1v2.7.6rc1 | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
* | #18707: point to Doc/README.txt in the README file. Patch by Madison May. | Ezio Melotti | 2013-08-16 | 1 | -0/+7 |
* | bump version to 2.7.5 | Benjamin Peterson | 2013-05-12 | 1 | -1/+1 |
* | version to 2.7.4rc1v2.7.4rc1 | Benjamin Peterson | 2013-03-23 | 1 | -1/+1 |
* | bring Python into 2013 | Benjamin Peterson | 2013-01-01 | 1 | -1/+1 |
* | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -5/+5 |
* | bump to 2.7.3rc1v2.7.3rc1 | Benjamin Peterson | 2012-02-23 | 1 | -1/+1 |
* | add another year to glorious PSF IP | Benjamin Peterson | 2012-01-01 | 1 | -2/+2 |
* | bump to 2.7.2rc1v2.7.2rc1 | Benjamin Peterson | 2011-05-29 | 1 | -1/+1 |
* | Merge from 2.6. | Guido van Rossum | 2011-03-19 | 1 | -1/+2 |
|\ | |||||
| * | Whoops. The copyright should be two lines (merge from 2.5). | Guido van Rossum | 2011-03-19 | 1 | -1/+2 |
| |\ | |||||
| | * | Whoops. The copyright should be two lines. | Guido van Rossum | 2011-03-19 | 1 | -1/+2 |
* | | | Test commit. Add 2011 to copyright line (merge from 2.6). | Guido van Rossum | 2011-03-19 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Test commit. Add 2011 to copyright line (merge from 2.5). | Guido van Rossum | 2011-03-19 | 1 | -3/+1 |
| |\ \ | | |/ | |||||
| | * | Test commit. Add 2011 to copyright line. | Guido van Rossum | 2011-03-19 | 1 | -3/+1 |
| | * | Prepare for 2.5.5.v2.5.5 | Martin v. Löwis | 2010-01-31 | 1 | -2/+2 |
| | * | Prepare for 2.5.5c2.v2.5.5c2 | Martin v. Löwis | 2010-01-24 | 1 | -1/+1 |
| | * | Prepare for 2.5.5c1.v2.5.5c1 | Martin v. Löwis | 2010-01-14 | 1 | -3/+3 |
| | * | Prepare for 2.5.4.v2.5.4 | Martin v. Löwis | 2008-12-23 | 1 | -1/+1 |
| | * | Prepare for 2.5.3.v2.5.3 | Martin v. Löwis | 2008-12-19 | 1 | -2/+2 |
| | * | Prepare for 2.5.3c1.v2.5.3c1 | Martin v. Löwis | 2008-12-13 | 1 | -2/+2 |
| | * | Update copyright years to 2008. Update README to 2.5.2. | Martin v. Löwis | 2008-02-21 | 1 | -2/+2 |
| | * | Update links to bug/patch tracker | Andrew M. Kuchling | 2008-01-04 | 1 | -4/+4 |
| | * | Bug #1608: use -fwrapv when GCC supports it. This is important, newer | Guido van Rossum | 2007-12-13 | 1 | -13/+0 |
| | * | preparing for 2.5.1c1 | Anthony Baxter | 2007-04-05 | 1 | -2/+2 |
| | * | Patch #1673121: update README wrt. OSX default shell. | Georg Brandl | 2007-03-06 | 1 | -3/+3 |
| | * | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 1 | -1/+2 |
| | * | Bug #1594809: add a note to README regarding PYTHONPATH and make install. | Georg Brandl | 2006-11-15 | 1 | -0/+5 |
| | * | Preparing for 2.5 final.v2.5 | Anthony Baxter | 2006-09-18 | 1 | -2/+2 |
| | * | better wording | Anthony Baxter | 2006-09-18 | 1 | -6/+8 |
| | * | Mention that GCC 4.1 is also affected, and that | Martin v. Löwis | 2006-09-18 | 1 | -3/+6 |
| | * | Discourage using GCC 4.2 for Python. | Martin v. Löwis | 2006-09-18 | 1 | -0/+8 |
| | * | preparing for 2.5c2 | Anthony Baxter | 2006-09-11 | 1 | -1/+1 |
| * | | 2.6.6 final. \o/v2.6.6 | Barry Warsaw | 2010-08-23 | 1 | -2/+2 |
| * | | Bumping to 2.6.6rc2. | Barry Warsaw | 2010-08-16 | 1 | -1/+1 |
| * | | Bumping to 2.6.6 rc 1v2.6.6rc1 | Barry Warsaw | 2010-08-03 | 1 | -2/+2 |
| * | | Merged revisions 81933 via svnmerge from | Georg Brandl | 2010-06-12 | 1 | -2/+2 |
| * | | Merged revisions 69924,69998-69999 via svnmerge from | Georg Brandl | 2010-05-18 | 1 | -5/+5 |
| * | | Merged revisions 73824,78887,78895,78900,79024 via svnmerge from | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
| * | | Bumping to 2.6.5 final.v2.6.5 | Barry Warsaw | 2010-03-18 | 1 | -2/+2 |