summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-151-2/+2
* Bump to 3.2.1b1.Georg Brandl2011-05-081-4/+4
* Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
* Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-271-0/+1
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* #11565: Merge with 3.1.Ezio Melotti2011-03-1671-547/+1975
|\
| * merge 3.1Benjamin Peterson2011-03-151-2/+3
| |\
| * \ Merge build identification to 3.2 branch.Georg Brandl2011-03-0671-547/+1975
| |\ \
| | * | Merged revisions 88517 via svnmerge fromVictor Stinner2011-02-223-16/+51
| | * | Update in-development version.Georg Brandl2011-02-211-1/+1
| | * | Version bump to 3.2 final.Georg Brandl2011-02-201-3/+3
| | * | Post-release updates.Georg Brandl2011-02-141-1/+1
| | * | Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-131-2/+2
| | * | Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-111-0/+3
| | * | Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-111-1/+0
| | * | Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+6
| | * | Post-release updates.Georg Brandl2011-01-311-1/+1
| | * | Bump version.v3.2rc2Georg Brandl2011-01-301-2/+2
| | * | Post-release updates.Georg Brandl2011-01-161-1/+1
| | * | Bump to 3.2rc1.Georg Brandl2011-01-151-3/+3
| | * | Drop bf_getbuffer/bf_releasebuffer from stable ABI,Martin v. Löwis2011-01-061-2/+4
| | * | Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-063-1/+6
| | * | Issue #10333: Remove ancient GC API, which has been deprecated sinceAntoine Pitrou2011-01-041-12/+0
| | * | post release bumpGregory P. Smith2011-01-011-1/+1
| | * | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-281-0/+1
| | * | Issue #10780: Remove commas at the end of the argument listVictor Stinner2010-12-281-2/+2
| | * | Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+2
| | * | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-1/+1
| | * | Issue #9738: Ooops, fix typos in my previous commit (r87506)Victor Stinner2010-12-272-2/+2
| | * | Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-275-38/+91
| | * | Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-5/+7
| | * | Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-272-15/+62
| | * | Bump to 3.2b2.Georg Brandl2010-12-191-2/+2
| | * | Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-4/+19
| | * | Take PyUnicode_TransformDecimalToASCII out of the limited API.Georg Brandl2010-12-051-0/+2
| | * | Bump to 3.2b1.Georg Brandl2010-12-041-3/+3
| | * | Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
| | * | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-042-5/+7
| | * | Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-0/+11
| | * | Merge branches/pep-0384.Martin v. Löwis2010-12-0359-29/+463
| | * | Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-0/+1
| | * | #10439: document PyCodec C APIs.Georg Brandl2010-11-201-4/+4
| | * | Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX andMark Dickinson2010-11-201-8/+13
| | * | Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitlyDavid Malcolm2010-11-171-1/+6
| | * | Post-release bumps.Georg Brandl2010-11-161-1/+1
| | * | Issue #10413: Updated comments to reflect code changesAlexander Belopolsky2010-11-161-18/+13
| | * | Bump to 3.2a4.Georg Brandl2010-11-131-2/+2
| | * | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() failsVictor Stinner2010-11-081-1/+2
| | * | Issue #10288: The deprecated family of "char"-handling macrosDavid Malcolm2010-11-051-35/+0
| | * | Issue #10293: Remove obsolete field in the PyMemoryView structure,Antoine Pitrou2010-11-042-2/+0