| Commit message (Expand) | Author | Age | Files | Lines |
* | Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
* | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-05-03 | 1 | -1/+11 |
* | Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not | Victor Stinner | 2011-05-03 | 1 | -4/+5 |
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+17 |
* | Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be... | Ezio Melotti | 2011-04-15 | 1 | -0/+18 |
* | Issue9670: Back out changeset b0d2b696da19; test fails on other platforms | Ned Deily | 2011-04-09 | 1 | -12/+0 |
* | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 1 | -0/+12 |
* | remove this dead subversion code | Benjamin Peterson | 2011-03-25 | 1 | -62/+5 |
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 3 | -4/+4 |
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 2 | -2/+2 |
* | Port build identification from default branch. | Georg Brandl | 2011-03-06 | 1 | -0/+3 |
* | Merged revisions 88430,88438,88440 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
* | Merged revisions 87796 via svnmerge from | David Malcolm | 2011-01-06 | 1 | -4/+5 |
* | Merged revisions 87607 via svnmerge from | Benjamin Peterson | 2011-01-01 | 1 | -1/+1 |
* | Merged revisions 87251 via svnmerge from | R. David Murray | 2010-12-15 | 1 | -2/+3 |
* | remove dictmaker rule; it's unused | Benjamin Peterson | 2010-12-11 | 1 | -215/+188 |
* | Merged revisions 85904 via svnmerge from | Benjamin Peterson | 2010-10-29 | 1 | -0/+2 |
* | Merged revisions 85814 via svnmerge from | Benjamin Peterson | 2010-10-24 | 1 | -2/+0 |
* | Merged revisions 85757 via svnmerge from | Benjamin Peterson | 2010-10-20 | 1 | -0/+1 |
* | Merged revisions 85562 via svnmerge from | Benjamin Peterson | 2010-10-16 | 1 | -1/+1 |
* | Merged revisions 85236 via svnmerge from | Amaury Forgeot d'Arc | 2010-10-05 | 1 | -0/+1 |
* | Rolled back revisions 85003 via svnmerge from | Benjamin Peterson | 2010-09-25 | 1 | -1/+1 |
* | Merged revisions 85003 via svnmerge from | Benjamin Peterson | 2010-09-25 | 1 | -1/+1 |
* | Merged revisions 84623 via svnmerge from | Antoine Pitrou | 2010-09-08 | 1 | -8/+7 |
* | Merged revisions 84209, 84214 via svnmerge from | Amaury Forgeot d'Arc | 2010-08-19 | 1 | -26/+20 |
* | sys.stderr and sys.excepthook can be None at interpreter shutdown, | Antoine Pitrou | 2010-08-08 | 1 | -2/+2 |
* | Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
* | prevent assignment to set literals | Benjamin Peterson | 2010-06-24 | 1 | -0/+1 |
* | Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. | Stefan Krah | 2010-06-23 | 1 | -57/+57 |
* | Fix misindents in compile.c (for Benjamin). | Antoine Pitrou | 2010-06-22 | 1 | -11/+11 |
* | bump revision | Benjamin Peterson | 2010-06-22 | 1 | -2/+2 |
* | different spellings are just unacceptable | Benjamin Peterson | 2010-06-11 | 1 | -1/+1 |
* | fix code formatting | Benjamin Peterson | 2010-06-09 | 1 | -2/+3 |
* | Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and | Victor Stinner | 2010-05-25 | 1 | -1/+7 |
* | Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows | Antoine Pitrou | 2010-05-21 | 1 | -2/+8 |
* | Turned out that if you used explicit relative import syntax | Brett Cannon | 2010-05-20 | 1 | -1/+2 |
* | Use 4-spaces for indentation (instead of tabs) in pgen outputs | Victor Stinner | 2010-05-15 | 1 | -1287/+1287 |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 54 | -25074/+25074 |
* | Skip signal handler re-installation if it is not necessary. Issue 8354. | Jean-Paul Calderone | 2010-05-08 | 1 | -0/+4 |
* | Revert a change where an expression is not needed now, but could be in the fu... | Brett Cannon | 2010-05-05 | 1 | -0/+1 |
* | Remove an unneeded variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
* | Explicitly add stdio.h and string.h to make strtod.c work standalone. | Brett Cannon | 2010-05-05 | 1 | -6/+9 |
* | Change to a Py_XDECREF and fix some whitespace. | Brett Cannon | 2010-05-05 | 1 | -8/+8 |
* | Remove an unnecessary variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
* | Remove two unneeded branches to an 'if' statement by applying De Morgan's Law | Brett Cannon | 2010-05-05 | 1 | -73/+68 |
* | Remove an unneeded variable increment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
* | Remove an unneeded variable and fix a little whitespace. | Brett Cannon | 2010-05-05 | 1 | -3/+2 |
* | Fix whitespace. | Brett Cannon | 2010-05-05 | 1 | -8/+8 |
* | Partially revert the over-reaching r80813. | Brett Cannon | 2010-05-05 | 4 | -78/+85 |
* | Remove three unneeded variable assignments. | Brett Cannon | 2010-05-05 | 5 | -89/+79 |