| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 1 | -0/+4 |
|
|
* | SF patch #1669633, add methods for bytes from Pete Shinners. | Neal Norwitz | 2007-02-27 | 1 | -0/+2 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -3/+2 |
|
|
* | Reconst parameters that lost their const in the AST merge. | Martin v. Löwis | 2006-03-01 | 1 | -2/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -1/+2 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -1/+1 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 1 | -0/+1 |
|
|
* | Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo... | Neal Norwitz | 2006-02-25 | 1 | -1/+1 |
|
|
* | Drop sys.build_number. Add sys.subversion. | Martin v. Löwis | 2006-01-05 | 1 | -1/+3 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -0/+1 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -2/+4 |
|
|
* | Correct error to PyRun_SimpleString macro introduced in AST merge. | Mark Hammond | 2005-10-23 | 1 | -1/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -31/+41 |
|
|
* | * Improve code for the empty frozenset singleton: | Raymond Hettinger | 2005-08-01 | 1 | -0/+1 |
|
|
* | This is my patch: | Michael W. Hudson | 2005-05-27 | 1 | -0/+1 |
|
|
* | Finalize the freelist of list objects. | Raymond Hettinger | 2004-10-07 | 1 | -0/+1 |
|
|
* | Patch #900727: Add Py_InitializeEx to allow embedding without signals. | Martin v. Löwis | 2004-08-19 | 1 | -0/+1 |
|
|
* | Patch #1006003: Cygwin standard module build problems | Jason Tishler | 2004-08-09 | 1 | -0/+1 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -0/+1 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 1 | -0/+1 |
|
|
* | Move _PyInt_Init() into pythonrun.h, since all the other _Init() | Neal Norwitz | 2003-01-01 | 1 | -0/+1 |
|
|
* | Since the *_Init() are private, prefix with _, suggested by Skip | Neal Norwitz | 2002-12-31 | 1 | -1/+1 |
|
|
* | SF #561244, Micro optimizations | Neal Norwitz | 2002-12-30 | 1 | -0/+1 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -0/+1 |
|
|
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 1 | -32/+32 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 1 | -2/+2 |
|
|
* | Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. | Mark Hammond | 2002-08-12 | 1 | -2/+2 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -57/+57 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -0/+3 |
|
|
* | Excise DL_IMPORT/EXPORT from object.h, and related files. This patch | Mark Hammond | 2002-07-29 | 1 | -20/+20 |
|
|
* | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -0/+4 |
|
|
* | Removed more hair in support of future-generator stmts. | Tim Peters | 2002-04-12 | 1 | -2/+2 |
|
|
* | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 1 | -0/+1 |
|
|
* | ceval, PyEval_MergeCompilerFlags: wasn't merging in the | Tim Peters | 2001-08-17 | 1 | -0/+2 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 1 | -7/+2 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+1 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -2/+2 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -0/+3 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -1/+6 |
|
|
* | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 | 1 | -0/+1 |
|
|
* | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 1 | -0/+13 |
|
|
* | Useful future statement support for the interactive interpreter | Jeremy Hylton | 2001-03-01 | 1 | -0/+5 |
|
|
* | Move a bunch of definitions that were internal to compile.c to | Jeremy Hylton | 2001-02-02 | 1 | -0/+1 |
|
|
* | Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py | Trent Mick | 2000-10-11 | 1 | -1/+1 |
|
|
* | Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -0/+6 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), | Guido van Rossum | 2000-08-27 | 1 | -0/+4 |
|
|
* | implements PyOS_CheckStack for Windows and MSVC. this fixes a | Fredrik Lundh | 2000-08-27 | 1 | -1/+13 |
|
|
* | Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). | Jack Jansen | 2000-08-07 | 1 | -0/+3 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -56/+56 |
|
|