summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * Update copyright years to 2008. Update README to 2.5.2.Martin v. Löwis2008-02-211-2/+2
| | |
| | * Update links to bug/patch trackerAndrew M. Kuchling2008-01-041-4/+4
| | |
| | * Bug #1608: use -fwrapv when GCC supports it. This is important, newerGuido van Rossum2007-12-131-13/+0
| | | | | | | | | | | | | | | GCC versions may optimize away overflow buffer overflow checks without this option! Thanks to Ismail Donmez. No thanks to the GCC devs.
| | * preparing for 2.5.1c1Anthony Baxter2007-04-051-2/+2
| | |
| | * Patch #1673121: update README wrt. OSX default shell.Georg Brandl2007-03-061-3/+3
| | | | | | | | | | | | (backport from rev. 54175)
| | * update to (c) years to include 2007Anthony Baxter2007-01-061-1/+2
| | |
| | * Bug #1594809: add a note to README regarding PYTHONPATH and make install.Georg Brandl2006-11-151-0/+5
| | | | | | | | | | | | (backport from rev. 52754)
| | * Preparing for 2.5 final.v2.5Anthony Baxter2006-09-181-2/+2
| | | | | | | | | | | | | | | | | | (damn, it's nice to see the line #define PY_VERSION "2.5" in patchlevel.h)
| | * better wordingAnthony Baxter2006-09-181-6/+8
| | |
| | * Mention that GCC 4.1 is also affected, and thatMartin v. Löwis2006-09-181-3/+6
| | | | | | | | | | | | adding -fwrapv helps.
| | * Discourage using GCC 4.2 for Python.Martin v. Löwis2006-09-181-0/+8
| | |
| | * preparing for 2.5c2Anthony Baxter2006-09-111-1/+1
| | |
| * | 2.6.6 final. \o/v2.6.6Barry Warsaw2010-08-231-2/+2
| | |
| * | Bumping to 2.6.6rc2.Barry Warsaw2010-08-161-1/+1
| | |
| * | Bumping to 2.6.6 rc 1v2.6.6rc1Barry Warsaw2010-08-031-2/+2
| | |
| * | Merged revisions 81933 via svnmerge fromGeorg Brandl2010-06-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81933 | georg.brandl | 2010-06-12 08:45:33 +0200 (Sa, 12 Jun 2010) | 1 line Update version in README. ........
| * | Merged revisions 69924,69998-69999 via svnmerge fromGeorg Brandl2010-05-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69924 | benjamin.peterson | 2009-02-24 02:45:35 +0000 (Di, 24 Feb 2009) | 1 line update README on running tests ........ r69998 | benjamin.peterson | 2009-02-26 19:04:40 +0000 (Do, 26 Feb 2009) | 1 line the startship is rather outdated now ........ r69999 | benjamin.peterson | 2009-02-26 19:05:59 +0000 (Do, 26 Feb 2009) | 1 line comma ........
| * | Merged revisions 73824,78887,78895,78900,79024 via svnmerge fromEzio Melotti2010-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73824 | ezio.melotti | 2009-07-04 04:18:08 +0300 (Sat, 04 Jul 2009) | 1 line #6398 typo: versio. -> version. ........ r78887 | ezio.melotti | 2010-03-13 02:15:36 +0200 (Sat, 13 Mar 2010) | 1 line fix broken links ........ r78895 | ezio.melotti | 2010-03-13 03:21:34 +0200 (Sat, 13 Mar 2010) | 1 line #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. ........ r78900 | ezio.melotti | 2010-03-13 06:39:51 +0200 (Sat, 13 Mar 2010) | 1 line Silence compiler warnings. ........ r79024 | ezio.melotti | 2010-03-17 16:22:34 +0200 (Wed, 17 Mar 2010) | 1 line Use "x in y" instead of y.find(x) != -1. ........
| * | Bumping to 2.6.5 final.v2.6.5Barry Warsaw2010-03-181-2/+2
| | |