| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -0/+32 |
|
|
| | * | Merged revisions 75246 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -19/+12 |
|
|
| | * | Merged revisions 75224 via svnmerge from | Benjamin Peterson | 2009-10-03 | 1 | -0/+13 |
|
|
| | * | Merged revisions 75145 via svnmerge from | Mark Dickinson | 2009-09-29 | 1 | -3/+13 |
|
|
| | * | Merged revisions 74062 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -10/+12 |
|
|
| | * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | Georg Brandl | 2009-08-13 | 1 | -6/+9 |
|
|
| | * | Merged revisions 74264 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -7/+7 |
|
|
| | * | Merged revisions 74278 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
| | * | Merged revisions 74058 via svnmerge from | R. David Murray | 2009-07-19 | 1 | -1/+5 |
|
|
| | * | Merged revisions 74046 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|
|
| | * | unfortunately we can't kill compiler_new_tmpname here | Benjamin Peterson | 2009-06-28 | 1 | -0/+10 |
|
|
| | * | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -12/+0 |
|
|
| * | | Merged revisions 88530 via svnmerge from | Victor Stinner | 2011-02-23 | 2 | -5/+19 |
|
|
| * | | #730467: Another small AIX fix. | Georg Brandl | 2011-02-15 | 1 | -1/+1 |
|
|
| * | | Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work ... | Antoine Pitrou | 2011-01-15 | 1 | -4/+7 |
|
|
| * | | Issue #10655: Fix the build on PowerPC on Linux with GCC when building with | David Malcolm | 2011-01-06 | 1 | -4/+5 |
|
|
| * | | Fix count of flag fields. Being one short caused the 'quiet' option not to p... | Raymond Hettinger | 2011-01-05 | 1 | -2/+2 |
|
|
| * | | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -1/+2 |
|
|
| * | | Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred | Victor Stinner | 2011-01-04 | 1 | -38/+41 |
|
|
| * | | Issue #8992: Simplify addcleanup() API | Victor Stinner | 2011-01-04 | 1 | -13/+15 |
|
|
| * | | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-01-04 | 1 | -1/+11 |
|
|
| * | | update copyright to 2011 | Benjamin Peterson | 2011-01-01 | 1 | -1/+1 |
|
|
| * | | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | Georg Brandl | 2010-12-28 | 2 | -1/+4 |
|
|
| * | | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -2/+2 |
|
|
| * | | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -1/+1 |
|
|
| * | | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 2 | -50/+81 |
|
|
| * | | Issue #10601: sys.displayhook uses 'backslashreplace' error handler on | Victor Stinner | 2010-12-04 | 1 | -2/+76 |
|
|
| * | | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 3 | -20/+47 |
|
|
| * | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 6 | -9/+32 |
|
|
| * | | import: use PyUnicode_FSConverter to support bytes path and PEP 383 | Victor Stinner | 2010-12-03 | 1 | -28/+30 |
|
|
| * | | Issue #9573: os.fork now works when triggered as a side effect of import (the... | Nick Coghlan | 2010-12-02 | 1 | -2/+11 |
|
|
| * | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 11 | -19/+0 |
|
|
| * | | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
| * | | Issue #10518: Bring back the callable() builtin. | Antoine Pitrou | 2010-11-27 | 1 | -0/+15 |
|
|
| * | | fix refleak | Benjamin Peterson | 2010-11-21 | 1 | -0/+5 |
|
|
| * | | Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil | Antoine Pitrou | 2010-11-20 | 1 | -0/+2 |
|
|
| * | | new plan: functions that want 'tmp' can declare it | Benjamin Peterson | 2010-11-20 | 1 | -20/+5 |
|
|
| * | | c89 declarations | Benjamin Peterson | 2010-11-20 | 1 | -10/+10 |
|
|
| * | | use %R format code; fixes invalid dereferencing #10391 | Benjamin Peterson | 2010-11-20 | 1 | -50/+25 |
|
|
| * | | handle dict subclasses gracefully in PyArg_ValidateKeywordArguments | Benjamin Peterson | 2010-11-17 | 1 | -1/+1 |
|
|
| * | | Issue #10372: Import the warnings module only after the IO library is | Antoine Pitrou | 2010-11-10 | 1 | -7/+9 |
|
|
| * | | Issue #10359: Remove ";" after function definition, invalid in ISO C | Victor Stinner | 2010-11-09 | 1 | -1/+1 |
|
|
| * | | _Py_char2wchar() frees the memory on conversion error | Victor Stinner | 2010-11-08 | 1 | -2/+7 |
|
|
| * | | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 | 1 | -6/+14 |
|
|
| * | | Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah. | Hirokazu Yamamoto | 2010-10-30 | 1 | -0/+3 |
|
|
| * | | decrement offset when it points to a newline (#10186 followup) | Benjamin Peterson | 2010-10-29 | 1 | -1/+3 |
|
|
| * | | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -23/+1 |
|
|
| * | | sys_update_path(): update sys.path even if argc==0 | Victor Stinner | 2010-10-25 | 1 | -2/+0 |
|
|
| * | | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 2 | -5/+23 |
|
|
| * | | tighten loop | Benjamin Peterson | 2010-10-24 | 1 | -4/+1 |
|
|