summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-251-0/+6
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-15/+8
* reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-5/+14
* make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...Benjamin Peterson2011-05-251-1/+1
* Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
|\
| * 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 #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-1/+1
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
|\ \ | |/
| * Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-271-0/+1
* | PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() areVictor Stinner2011-04-261-3/+7
* | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-1/+3
* | Issue #9904: fix and clarify some comments + fix indentation in symtable codeEli Bendersky2011-04-101-4/+7
* | Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-051-2/+7
* | Issue #11393: _Py_DumpTraceback() writes the header even if there is no frameVictor Stinner2011-04-011-3/+1
* | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+40
* | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-1/+0
* | Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.hVictor Stinner2011-03-211-2/+0
* | Issue #3080: Add PyImport_ImportModuleLevelObject() functionVictor Stinner2011-03-141-0/+7
* | Issue #3080: Document the name attribute of the _inittab structureVictor Stinner2011-03-071-1/+1
* | Issue #3080: Import builtins using Unicode stringsVictor Stinner2011-03-071-2/+2
* | Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-201-0/+3
* | #11565: Merge with 3.2.Ezio Melotti2011-03-162-3/+3
|\ \ | |/
| * #11565: Merge with 3.1.Ezio Melotti2011-03-162-3/+3
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-3/+3
* | | kill PY_PATCHLEVEL_REVISIONBenjamin Peterson2011-03-151-4/+0
* | | merge 3.2Benjamin Peterson2011-03-151-2/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-151-2/+3
| |\ \ | | |/
| | * make this subversion artifact emptyBenjamin Peterson2011-03-151-2/+3
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-6/+0
* | | Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-3/+0
* | | Merge build identification to default branch.Georg Brandl2011-03-061-0/+2
|\ \ \ | |/ /
| * | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-0/+2
| |\ \ | | |/
| | * Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-0/+2
| | * point in the general direction of 3.1.4Benjamin Peterson2010-11-281-1/+1
| | * 3.1.3 final version bumpv3.1.3Benjamin Peterson2010-11-271-3/+3
| | * Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,...Georg Brandl2010-11-261-4/+4
| | * Merged revisions 86478 via svnmerge fromAlexander Belopolsky2010-11-161-18/+13
| | * prepare for finalBenjamin Peterson2010-11-131-1/+1
| | * bump to 3.1.3rc1v3.1.3rc1Benjamin Peterson2010-11-131-4/+4
| | * Merged revisions 85896 via svnmerge fromAntoine Pitrou2010-10-281-1/+0
| | * Merged revisions 85675 via svnmerge fromR. David Murray2010-10-181-0/+2
| | * Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,...Georg Brandl2010-10-061-6/+6
| | * Merged revisions 84810 via svnmerge fromDaniel Stutzbach2010-09-141-7/+8
| | * Merged revisions 84391 via svnmerge fromAntoine Pitrou2010-09-011-0/+7
| | * Merged revisions 84347 via svnmerge fromAntoine Pitrou2010-08-281-9/+0
| | * Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-0/+8
| | * Merged revisions 84146-84147,84150 via svnmerge fromAntoine Pitrou2010-08-171-1/+5
| | * Merged revisions 82966 via svnmerge fromStefan Krah2010-07-191-6/+1