summaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-181-0/+1
* Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-3/+0
|\
| * Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-3/+0
* | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
|/
* Merge build identification to 3.2 branch.Georg Brandl2011-03-061-21/+93
|\
| * Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-20/+54
| * Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
| * Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-3/+4
| * Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+33
| * issue 9910Kristján Valur Jónsson2010-09-271-0/+1
| * Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+1
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-22/+22
| * * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+3
| * a little more fiddling to make flags like 2.xBenjamin Peterson2009-07-021-1/+1
| * the old CO_FUTURE flags can't be commented outBenjamin Peterson2009-07-021-1/+3
* | Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-0/+2
* | Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-22/+22
* | Merged revisions 73782-73784 via svnmerge fromBenjamin Peterson2009-07-021-2/+4
|/
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-1/+1
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-021-0/+1
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-2/+2
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-9/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-0/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+0
* Convert code from sys.stdin.encoding to UTF-8 inMartin v. Löwis2007-09-041-1/+2
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+4
* SF patch #1669633, add methods for bytes from Pete Shinners.Neal Norwitz2007-02-271-0/+2
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-3/+2
* Reconst parameters that lost their const in the AST merge.Martin v. Löwis2006-03-011-2/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-1/+2
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-0/+1
* Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...Neal Norwitz2006-02-251-1/+1
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-1/+3
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-2/+4
* Correct error to PyRun_SimpleString macro introduced in AST merge.Mark Hammond2005-10-231-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-31/+41
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-0/+1
* This is my patch:Michael W. Hudson2005-05-271-0/+1
* Finalize the freelist of list objects.Raymond Hettinger2004-10-071-0/+1
* Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-0/+1
* Patch #1006003: Cygwin standard module build problemsJason Tishler2004-08-091-0/+1
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-0/+1
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-101-0/+1
* Move _PyInt_Init() into pythonrun.h, since all the other _Init()Neal Norwitz2003-01-011-0/+1
* Since the *_Init() are private, prefix with _, suggested by SkipNeal Norwitz2002-12-311-1/+1
* SF #561244, Micro optimizationsNeal Norwitz2002-12-301-0/+1