summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merged revisions 76573 via svnmerge fromAntoine Pitrou2009-11-281-1/+1
| | * Merged revisions 76425 via svnmerge fromBenjamin Peterson2009-11-201-3/+2
| | * Merged revisions 75984 via svnmerge fromMark Dickinson2009-10-311-1/+19
| | * Merged revisions 75928 via svnmerge fromBenjamin Peterson2009-10-291-9/+14
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-5/+17
| | * Merged revisions 75441 via svnmerge fromMark Dickinson2009-10-272-3/+8
| | * Merged revisions 75571,75576-75577 via svnmerge fromAntoine Pitrou2009-10-201-0/+32
| | * Merged revisions 75246 via svnmerge fromBenjamin Peterson2009-10-041-19/+12
| | * Merged revisions 75224 via svnmerge fromBenjamin Peterson2009-10-031-0/+13
| | * Merged revisions 75145 via svnmerge fromMark Dickinson2009-09-291-3/+13
| | * Merged revisions 74062 via svnmerge fromGeorg Brandl2009-08-131-10/+12
| | * Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-6/+9
| | * Merged revisions 74264 via svnmerge fromGeorg Brandl2009-08-131-7/+7
| | * Merged revisions 74278 via svnmerge fromGeorg Brandl2009-08-131-1/+1
| | * Merged revisions 74058 via svnmerge fromR. David Murray2009-07-191-1/+5
| | * Merged revisions 74046 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+2
| | * unfortunately we can't kill compiler_new_tmpname hereBenjamin Peterson2009-06-281-0/+10
| | * Merged revisions 73623-73624 via svnmerge fromBenjamin Peterson2009-06-281-12/+0
| * | Merged revisions 88530 via svnmerge fromVictor Stinner2011-02-232-5/+19
* | | Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()Victor Stinner2011-03-041-21/+66
* | | Remove useless argument of _PyUnicode_AsDefaultEncodedString()Victor Stinner2011-03-023-3/+3
* | | Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-232-5/+19
* | | dynload_dl.c: replace tabs by spacesVictor Stinner2011-02-231-7/+7
* | | Issue #3080: Mark _PyImport_FindBuiltin() argument as constantVictor Stinner2011-02-231-2/+2
* | | Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-228-11/+10
* | | Issue #3080: Mark PyWin_FindRegisteredModule() as privateVictor Stinner2011-02-221-3/+3
* | | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-227-15/+9
* | | Remove filename variable from ceval.cVictor Stinner2011-02-211-16/+0
|/ /
* | #730467: Another small AIX fix.Georg Brandl2011-02-151-1/+1
* | Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work ...Antoine Pitrou2011-01-151-4/+7
* | Issue #10655: Fix the build on PowerPC on Linux with GCC when building withDavid Malcolm2011-01-061-4/+5
* | Fix count of flag fields. Being one short caused the 'quiet' option not to p...Raymond Hettinger2011-01-051-2/+2
* | Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-1/+2
* | Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurredVictor Stinner2011-01-041-38/+41
* | Issue #8992: Simplify addcleanup() APIVictor Stinner2011-01-041-13/+15
* | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-01-041-1/+11
* | update copyright to 2011Benjamin Peterson2011-01-011-1/+1
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-282-1/+4
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+2
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-1/+1
* | Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-152-50/+81
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler onVictor Stinner2010-12-041-2/+76
* | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-043-20/+47
* | Merge branches/pep-0384.Martin v. Löwis2010-12-036-9/+32
* | import: use PyUnicode_FSConverter to support bytes path and PEP 383Victor Stinner2010-12-031-28/+30
* | Issue #9573: os.fork now works when triggered as a side effect of import (the...Nick Coghlan2010-12-021-2/+11
* | Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-3011-19/+0
* | Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* | Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-271-0/+15
* | fix refleakBenjamin Peterson2010-11-211-0/+5