summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-0/+9
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+5
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+1
* done with the releaseBarry Warsaw2008-08-211-1/+1
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-211-2/+2
* Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG fromGuido van Rossum2008-08-191-6/+19
* fix a little typoBenjamin Peterson2008-08-191-1/+1
* fix compile errorsBenjamin Peterson2008-08-171-1/+1
* expose PySTEntry.nested so the symtable module will workBenjamin Peterson2008-08-171-1/+1
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-122-20/+8
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-11/+22
* Post release cleanupBarry Warsaw2008-07-181-1/+1
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-2/+2
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-151-0/+1
* Issue #3274: Use a less common identifier for the temporary variableAlexandre Vassalotti2008-07-131-2/+2
* #3342: In tracebacks, printed source lines were not indented since r62555.Amaury Forgeot d'Arc2008-07-111-1/+1
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-062-2/+2
* Revert 64424, 64438, and 64439.Raymond Hettinger2008-06-241-3/+0
* Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...Eric Smith2008-06-241-2/+2
* Make bin() implementation parallel oct() and hex() so that int/long subclasse...Raymond Hettinger2008-06-201-0/+3
* Post release changesBarry Warsaw2008-06-191-1/+1
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-191-3/+3
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-131-1/+1
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-131-0/+3
* Correct an incorrect comment about our #include of stddef.h.Gregory P. Smith2008-06-111-1/+1
* Merge in release25-maint r60793:Gregory P. Smith2008-06-112-4/+19
* swap stringobject.h and bytesobject.h contents to make sense. PyString inGregory P. Smith2008-06-112-233/+233
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-097-55/+51
* Remove locking part of new buffer protocol.Travis E. Oliphant2008-06-061-11/+0
* Fix preprocessor statement.Thomas Heller2008-06-051-1/+2
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-053-2/+89
* Make the _H #define's match the header file names. Fix comments toGregory P. Smith2008-06-012-8/+8
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+2
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-307-24/+30
* #2989: add PyType_Modified().Georg Brandl2008-05-281-0/+1
* wrap lineBenjamin Peterson2008-05-261-1/+2
* turn PyErr_WarnPy3k into a macroBenjamin Peterson2008-05-261-1/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-267-50/+51
* First step of the C API rename:Christian Heimes2008-05-265-236/+273
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-0/+7
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-1/+11
* Post tag updates.Barry Warsaw2008-05-081-1/+1
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-081-2/+2
* Implemented PEP 370Christian Heimes2008-05-061-0/+1
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+1
* Remove Py_Refcnt, Py_Type, Py_Size, as they were added onlyMartin v. Löwis2008-04-241-5/+0
* Stupid me. Py_RETURN_NAN should actually return something ...Christian Heimes2008-04-181-1/+1
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-185-126/+196
* #2627 Let it be known what pgen generatesBenjamin Peterson2008-04-131-0/+2
* Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of ...Christian Heimes2008-04-131-1/+2