summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* technically not at 2.7.1 yetBenjamin Peterson2010-07-041-3/+3
* prepare for 2.7.1Benjamin Peterson2010-07-031-3/+3
* update to 2.7 finalBenjamin Peterson2010-07-031-3/+3
* Issue #9020: The Py_IS* macros from pyctype.h should generally only beStefan Krah2010-06-241-0/+3
* towards final releaseBenjamin Peterson2010-06-211-1/+1
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-211-2/+2
* careening towards 2.7rc2 we goBenjamin Peterson2010-06-061-1/+1
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-3/+3
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-0/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0916-1555/+1555
* towards 2.7 release candidate 1Benjamin Peterson2010-05-081-1/+1
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-2/+2
* Fix for issue #7072Ronald Oussoren2010-04-181-1/+10
* towards beta 2Benjamin Peterson2010-04-101-1/+1
* bump version to 2.7b1Benjamin Peterson2010-04-101-3/+3
* Capsule-related changes:Larry Hastings2010-04-021-2/+26
* Issue #8276: PyEval_CallObject() is now only available in macro form. TheAntoine Pitrou2010-04-011-4/+0
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-311-0/+1
* Remove extraneous experimental code checked in by accident.Larry Hastings2010-03-251-92/+0
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-258-22/+168
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-0/+1
* post release updateBenjamin Peterson2010-03-061-1/+1
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-2/+2
* Issue #7544: Preallocate thread memory before creating the thread to avoid aVictor Stinner2010-03-031-0/+2
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-9/+0
* Silence more 'comparison between signed and unsigned' warnings.Mark Dickinson2010-02-141-4/+4
* post release updatesBenjamin Peterson2010-02-061-1/+1
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-2/+2
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-051-0/+2
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+1
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-1/+1
* Use PyAPI_DATA.Antoine Pitrou2010-01-171-1/+1
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-171-1/+5
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+12
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-114-8/+29
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-093-23/+31
* post release version adjustmentBenjamin Peterson2010-01-091-1/+1
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-2/+2
* Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDoubleMark Dickinson2010-01-021-7/+7
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-2/+4
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-19/+3
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+1
* initialize to NULLBenjamin Peterson2009-12-131-1/+1
* Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almostMark Dickinson2009-12-101-2/+2
* Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal buil...Ronald Oussoren2009-12-081-0/+5
* post release version bumpBenjamin Peterson2009-12-051-1/+1
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-2/+2
* Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring aRonald Oussoren2009-12-011-0/+6
* Include ieeefp.h (when available) in pyport.h instead of individually inMark Dickinson2009-11-281-0/+4
* Enable short float repr!Mark Dickinson2009-11-181-8/+0