| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumping to 2.6.4rc1v2.6.4rc1 | Barry Warsaw | 2009-10-06 | 1 | -4/+4 |
|
|
* | Post 2.6.3 cleanup. | Barry Warsaw | 2009-10-02 | 1 | -1/+1 |
|
|
* | Bump to 2.6.3v2.6.3 | Barry Warsaw | 2009-10-01 | 1 | -3/+3 |
|
|
* | Bumping for 2.6.3rc1v2.6.3rc1 | Barry Warsaw | 2009-09-29 | 1 | -4/+4 |
|
|
* | Merged revisions 74841 via svnmerge from | Thomas Wouters | 2009-09-16 | 1 | -0/+8 |
|
|
* | Merged revisions 74693 via svnmerge from | Mark Dickinson | 2009-09-06 | 1 | -1/+6 |
|
|
* | Issue #5724: Fix cmath failures on Solaris 10. | Mark Dickinson | 2009-05-04 | 1 | -7/+28 |
|
|
* | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 2 | -0/+4 |
|
|
* | Merged revisions 71743 via svnmerge from | Ronald Oussoren | 2009-04-19 | 1 | -0/+12 |
|
|
* | Post release version tweak. | Barry Warsaw | 2009-04-16 | 1 | -1/+1 |
|
|
* | Bumping to 2.6.2 (final).v2.6.2 | Barry Warsaw | 2009-04-14 | 1 | -1/+1 |
|
|
* | Bump to 2.6.2c1. | Barry Warsaw | 2009-04-07 | 1 | -2/+2 |
|
|
* | Merged revisions 71163 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -7/+5 |
|
|
* | Merged revisions 71159 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -5/+7 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 2 | -10/+37 |
|
|
* | Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,... | Georg Brandl | 2009-01-01 | 1 | -8/+8 |
|
|
* | Backport r67982 | Ronald Oussoren | 2008-12-28 | 1 | -0/+14 |
|
|
* | Post-2.6.1 tweak | Barry Warsaw | 2008-12-05 | 1 | -1/+1 |
|
|
* | Prep for 2.6.1v2.6.1 | Barry Warsaw | 2008-12-04 | 1 | -2/+2 |
|
|
* | Merged revisions 66891 via svnmerge from | Amaury Forgeot d'Arc | 2008-10-14 | 1 | -1/+1 |
|
|
* | Post release dance | Barry Warsaw | 2008-10-02 | 1 | -1/+1 |
|
|
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 1 | -3/+3 |
|
|
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 1 | -1/+1 |
|
|
* | done with 2.6rc2 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
|
|
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 1 | -2/+2 |
|
|
* | post release updates | Barry Warsaw | 2008-09-13 | 1 | -1/+1 |
|
|
* | Fix the release levelv2.6rc1 | Barry Warsaw | 2008-09-12 | 1 | -2/+2 |
|
|
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 1 | -3/+3 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -0/+9 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -0/+5 |
|
|
* | sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str | Benjamin Peterson | 2008-08-26 | 1 | -0/+1 |
|
|
* | done with the release | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
|
|
* | Bump to 2.6b3.v2.6b3 | Barry Warsaw | 2008-08-21 | 1 | -2/+2 |
|
|
* | Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from | Guido van Rossum | 2008-08-19 | 1 | -6/+19 |
|
|
* | fix a little typo | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | fix compile errors | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | expose PySTEntry.nested so the symtable module will work | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 2 | -20/+8 |
|
|
* | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 1 | -11/+22 |
|
|
* | Post release cleanup | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
|
|
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 1 | -2/+2 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -0/+1 |
|
|
* | Issue #3274: Use a less common identifier for the temporary variable | Alexandre Vassalotti | 2008-07-13 | 1 | -2/+2 |
|
|
* | #3342: In tracebacks, printed source lines were not indented since r62555. | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -1/+1 |
|
|
* | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 2 | -2/+2 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -3/+0 |
|
|
* | Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip... | Eric Smith | 2008-06-24 | 1 | -2/+2 |
|
|
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -0/+3 |
|
|
* | Post release changes | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
|
|