summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
* Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-1/+1
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-05-031-1/+11
* Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was notVictor Stinner2011-05-031-4/+5
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+17
* Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-0/+18
* Issue9670: Back out changeset b0d2b696da19; test fails on other platformsNed Deily2011-04-091-12/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+12
* remove this dead subversion codeBenjamin Peterson2011-03-251-62/+5
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-4/+4
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-152-2/+2
* Port build identification from default branch.Georg Brandl2011-03-061-0/+3
* Merged revisions 88430,88438,88440 via svnmerge fromGeorg Brandl2011-02-251-1/+1
* Merged revisions 87796 via svnmerge fromDavid Malcolm2011-01-061-4/+5
* Merged revisions 87607 via svnmerge fromBenjamin Peterson2011-01-011-1/+1
* Merged revisions 87251 via svnmerge fromR. David Murray2010-12-151-2/+3
* remove dictmaker rule; it's unusedBenjamin Peterson2010-12-111-215/+188
* Merged revisions 85904 via svnmerge fromBenjamin Peterson2010-10-291-0/+2
* Merged revisions 85814 via svnmerge fromBenjamin Peterson2010-10-241-2/+0
* Merged revisions 85757 via svnmerge fromBenjamin Peterson2010-10-201-0/+1
* Merged revisions 85562 via svnmerge fromBenjamin Peterson2010-10-161-1/+1
* Merged revisions 85236 via svnmerge fromAmaury Forgeot d'Arc2010-10-051-0/+1
* Rolled back revisions 85003 via svnmerge fromBenjamin Peterson2010-09-251-1/+1
* Merged revisions 85003 via svnmerge fromBenjamin Peterson2010-09-251-1/+1
* Merged revisions 84623 via svnmerge fromAntoine Pitrou2010-09-081-8/+7
* Merged revisions 84209, 84214 via svnmerge fromAmaury Forgeot d'Arc2010-08-191-26/+20
* sys.stderr and sys.excepthook can be None at interpreter shutdown,Antoine Pitrou2010-08-081-2/+2
* Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-1/+1
* prevent assignment to set literalsBenjamin Peterson2010-06-241-0/+1
* Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.Stefan Krah2010-06-231-57/+57
* Fix misindents in compile.c (for Benjamin).Antoine Pitrou2010-06-221-11/+11
* bump revisionBenjamin Peterson2010-06-221-2/+2
* different spellings are just unacceptableBenjamin Peterson2010-06-111-1/+1
* fix code formattingBenjamin Peterson2010-06-091-2/+3
* Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding andVictor Stinner2010-05-251-1/+7
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-2/+8
* Turned out that if you used explicit relative import syntaxBrett Cannon2010-05-201-1/+2
* Use 4-spaces for indentation (instead of tabs) in pgen outputsVictor Stinner2010-05-151-1287/+1287
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0954-25074/+25074
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-0/+4
* Revert a change where an expression is not needed now, but could be in the fu...Brett Cannon2010-05-051-0/+1
* Remove an unneeded variable assignment.Brett Cannon2010-05-051-1/+0
* Explicitly add stdio.h and string.h to make strtod.c work standalone.Brett Cannon2010-05-051-6/+9
* Change to a Py_XDECREF and fix some whitespace.Brett Cannon2010-05-051-8/+8
* Remove an unnecessary variable assignment.Brett Cannon2010-05-051-1/+0
* Remove two unneeded branches to an 'if' statement by applying De Morgan's LawBrett Cannon2010-05-051-73/+68
* Remove an unneeded variable increment.Brett Cannon2010-05-051-1/+0
* Remove an unneeded variable and fix a little whitespace.Brett Cannon2010-05-051-3/+2
* Fix whitespace.Brett Cannon2010-05-051-8/+8
* Partially revert the over-reaching r80813.Brett Cannon2010-05-054-78/+85