| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. | Mark Dickinson | 2009-02-11 | 2 | -4/+9 |
|
|
* | Merged revisions 69459 via svnmerge from | Mark Dickinson | 2009-02-09 | 1 | -5/+24 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -1/+1 |
|
|
* | Change type of tp_reserved from cmpfunc to (void *); remove definition | Mark Dickinson | 2009-02-02 | 1 | -2/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 2 | -3/+1 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -23/+0 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -0/+9 |
|
|
* | remove duplicate definition of PyExc_BufferError #4950 | Benjamin Peterson | 2009-01-16 | 1 | -1/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 2 | -1/+3 |
|
|
* | Issue #4910: replace "long" with "int" in docstring for __long__ slot and | Mark Dickinson | 2009-01-10 | 1 | -8/+2 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -0/+1 |
|
|
* | Merged revisions 68167,68276,68292-68293,68344 via svnmerge from | Benjamin Peterson | 2009-01-09 | 1 | -10/+28 |
|
|
* | Reduce the size of the _PyLong_DigitValue table. | Raymond Hettinger | 2009-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 68311 via svnmerge from | Mark Dickinson | 2009-01-05 | 1 | -1/+3 |
|
|
* | Merged revisions 68304 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 68302 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 68296,68299 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo... | Antoine Pitrou | 2009-01-03 | 1 | -35/+35 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -10/+12 |
|
|
* | Merged revisions 67982,67988,67990 via svnmerge from | Benjamin Peterson | 2008-12-30 | 1 | -0/+14 |
|
|
* | Merged revisions 67970-67971 via svnmerge from | Alexandre Vassalotti | 2008-12-28 | 1 | -8/+8 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -2/+4 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 1 | -4/+4 |
|
|
* | post-3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -1/+1 |
|
|
* | Bump to 3.0rc3v3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -2/+2 |
|
|
* | post release cleanup | Barry Warsaw | 2008-11-07 | 1 | -1/+1 |
|
|
* | Bumping to 3.0rc2. | Barry Warsaw | 2008-11-06 | 1 | -2/+2 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -2/+0 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -0/+1 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -1/+1 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 1 | -3/+0 |
|
|
* | The #warning directive is a gcc extension to standard C, | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+4 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -1/+2 |
|
|
* | done with rc1 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
|
|
* | bumping to 3.0rc1v3.0rc1 | Barry Warsaw | 2008-09-18 | 1 | -3/+3 |
|
|
* | Issue #3697: "Fatal Python error: Cannot recover from stack overflow" | Antoine Pitrou | 2008-09-03 | 1 | -7/+43 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -0/+9 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -1/+1 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -0/+5 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 2 | -0/+2 |
|
|
* | done with 3.0 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 1 | -2/+2 |
|
|
* | Merged revisions 65658,65869,65882 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -13/+19 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 2 | -20/+7 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 2 | -5/+16 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -11/+22 |
|
|