| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7732: Fix a crash on importing a module if a directory has the same name | Victor Stinner | 2011-09-23 | 1 | -3/+1 |
|
|
* | Fix the import machinery if there is an error on sys.path or sys.meta_path | Victor Stinner | 2011-09-15 | 1 | -4/+4 |
|
|
* | Remove unused variable if Python is build without threads | Victor Stinner | 2011-09-01 | 1 | -0/+2 |
|
|
* | Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. | Antoine Pitrou | 2011-07-24 | 1 | -1/+1 |
|
|
* | allow None identifiers | Benjamin Peterson | 2011-07-22 | 1 | -3/+3 |
|
|
* | verify the types of AST strings and identifiers (closes #12609 and #12610) | Benjamin Peterson | 2011-07-22 | 1 | -4/+21 |
|
|
* | Improve docstring for divmod() | Raymond Hettinger | 2011-07-19 | 1 | -1/+1 |
|
|
* | port 8d05f697acd4 (#11627) | Benjamin Peterson | 2011-07-15 | 1 | -2/+10 |
|
|
* | Close #12501: Adjust callable() warning: callable() is only not supported in | Victor Stinner | 2011-07-08 | 1 | -1/+1 |
|
|
* | start out this branch always with filename NULL | Benjamin Peterson | 2011-07-05 | 1 | -1/+1 |
|
|
* | plug refleak | Benjamin Peterson | 2011-07-04 | 1 | -0/+1 |
|
|
* | Issue #12467: warnings: fix a race condition if a warning is emitted at | Victor Stinner | 2011-07-04 | 1 | -1/+1 |
|
|
* | sys.checkinterval() now refreshes the current countdown ticker. | Raymond Hettinger | 2011-06-02 | 1 | -0/+1 |
|
|
* | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-05-28 | 1 | -0/+12 |
|
|
* | 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 |
|
|