summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* let's get cracking on 3.1a2!Benjamin Peterson2009-03-071-1/+1
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-071-2/+2
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-022-0/+3
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-3/+5
* A few more type fixes for py3k that were missed in r69635Mark Dickinson2009-02-151-0/+1
* Merged revisions 69634 via svnmerge fromMark Dickinson2009-02-151-2/+1
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-0/+11
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-112-4/+9
* Merged revisions 69459 via svnmerge fromMark Dickinson2009-02-091-5/+24
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-1/+1
* Change type of tp_reserved from cmpfunc to (void *); remove definitionMark Dickinson2009-02-021-2/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarationsMark Dickinson2009-02-012-3/+1
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-23/+0
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-0/+9
* remove duplicate definition of PyExc_BufferError #4950Benjamin Peterson2009-01-161-1/+0
* Merged revisions 68560 via svnmerge fromAmaury Forgeot d'Arc2009-01-122-1/+3
* Issue #4910: replace "long" with "int" in docstring for __long__ slot andMark Dickinson2009-01-101-8/+2
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-091-0/+1
* Merged revisions 68167,68276,68292-68293,68344 via svnmerge fromBenjamin Peterson2009-01-091-10/+28
* Reduce the size of the _PyLong_DigitValue table.Raymond Hettinger2009-01-091-1/+1
* Merged revisions 68311 via svnmerge fromMark Dickinson2009-01-051-1/+3
* Merged revisions 68304 via svnmerge fromMark Dickinson2009-01-041-2/+2
* Merged revisions 68302 via svnmerge fromMark Dickinson2009-01-041-2/+2
* Merged revisions 68296,68299 via svnmerge fromMark Dickinson2009-01-041-2/+2
* Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo...Antoine Pitrou2009-01-031-35/+35
* Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.Antoine Pitrou2009-01-031-10/+12
* Merged revisions 67982,67988,67990 via svnmerge fromBenjamin Peterson2008-12-301-0/+14
* Merged revisions 67970-67971 via svnmerge fromAlexandre Vassalotti2008-12-281-8/+8
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-2/+4
* Prep for Python 3.1!Barry Warsaw2008-12-031-4/+4
* post-3.0rc3Barry Warsaw2008-11-211-1/+1
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-211-2/+2
* post release cleanupBarry Warsaw2008-11-071-1/+1
* Bumping to 3.0rc2.Barry Warsaw2008-11-061-2/+2
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-2/+0
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-0/+1
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+1
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-161-3/+0
* The #warning directive is a gcc extension to standard C,Amaury Forgeot d'Arc2008-10-071-0/+4
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-031-1/+2
* done with rc1Barry Warsaw2008-09-181-1/+1
* bumping to 3.0rc1v3.0rc1Barry Warsaw2008-09-181-3/+3
* Issue #3697: "Fatal Python error: Cannot recover from stack overflow"Antoine Pitrou2008-09-031-7/+43
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-0/+9
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-271-1/+1
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+5
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-262-0/+2
* done with 3.0Barry Warsaw2008-08-211-1/+1