summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
* | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-15/+15
* | fold into one if statementBenjamin Peterson2012-01-121-3/+1
* | fix formattingBenjamin Peterson2012-01-031-1/+1
* | add another year to glorious PSF IPBenjamin Peterson2012-01-011-1/+1
* | Remove obsolete py3k comment.Florent Xicluna2011-12-091-1/+0
* | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-15/+16
* | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-2/+18
* | Issue #13436: commit regenerated Python-ast.cAmaury Forgeot d'Arc2011-11-221-5/+1
* | Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with theCharles-François Natali2011-11-221-4/+5
* | Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-42/+41
* | Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+3
* | Add signatures to the docstring of functions added to imp by PEP 3147Éric Araujo2011-11-031-2/+4
* | Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-302-10/+21
* | Remove unused variable.Florent Xicluna2011-10-281-2/+1
* | Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-2/+28
* | Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-231-1/+8
* | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-1/+3
* | Fix the import machinery if there is an error on sys.path or sys.meta_pathVictor Stinner2011-09-151-4/+4
* | Remove unused variable if Python is build without threadsVictor Stinner2011-09-011-0/+2
* | accept bytes for the AST 'string' typeBenjamin Peterson2011-09-011-1/+1
* | Fix style in code added by edba722f3b02Éric Araujo2011-07-261-3/+3
* | Issue #1813: Fix codec lookup under Turkish locales.Antoine Pitrou2011-07-241-1/+1
* | None is ok for identifiers but not stringsBenjamin Peterson2011-07-221-10/+8
* | hardcode the old svn __version__Benjamin Peterson2011-07-221-2/+2
* | type check AST strings and identifiersBenjamin Peterson2011-07-221-4/+21
* | catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-151-0/+7
* | start out this branch always with filename NULLBenjamin Peterson2011-07-051-1/+1
* | plug refleakBenjamin Peterson2011-07-041-0/+1
* | Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-1/+1
* | never retain a generator's caller's exception state on the generator after a ...Benjamin Peterson2011-07-031-4/+36
* | merge headsBenjamin Peterson2011-07-031-60/+153
|\ \
| * | Removed some unused local variables.Vinay Sajip2011-07-021-2/+0
| * | Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-60/+155
* | | restore a generator's caller's exception state both on yield and (last) returnBenjamin Peterson2011-07-031-4/+5
|/ /
* | fix indentationBenjamin Peterson2011-06-211-6/+6
* | fix indentationBenjamin Peterson2011-06-211-1/+1
* | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
|\ \ | |/
| * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
* | merge 3.1Benjamin Peterson2011-05-271-2/+2
|\ \ | |/
| * fix spacingBenjamin Peterson2011-05-271-2/+2
* | merge 3.1Benjamin Peterson2011-05-271-51/+51
|\ \ | |/
| * fix indentationBenjamin Peterson2011-05-271-50/+50
* | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-8/+11
|\ \ | |/
| * Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-8/+11
* | Merge #6498 fix from 3.1.Georg Brandl2011-05-151-1/+1
|\ \ | |/
| * Closes #6498: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-1/+1
* | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-043-6/+19
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-262-8/+16
* | Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)Victor Stinner2011-04-261-1/+1