| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Fredrik Lundh: get rid of warning in pythonrun.c | Guido van Rossum | 2000-06-26 | 1 | -0/+1 |
|
|
* | Now that standard exceptions are builtin, we don't need two phase init | Barry Warsaw | 2000-05-25 | 1 | -6/+3 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -49/+49 |
|
|
* | - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow | Guido van Rossum | 1998-02-06 | 1 | -0/+4 |
|
|
* | Declarations for two phase initialization and finalization functions | Barry Warsaw | 1997-08-29 | 1 | -2/+4 |
|
|
* | Added new Py_IsInitalized() API function to test the 'initialized' flag. | Guido van Rossum | 1997-08-22 | 1 | -0/+1 |
|
|
* | Added decls for stuff from myreadline. | Guido van Rossum | 1997-08-12 | 1 | -0/+5 |
|
|
* | Added prototype for various finalizers. | Guido van Rossum | 1997-08-12 | 1 | -0/+13 |
|
|
* | Mass checkin (more to follow for other directories). | Guido van Rossum | 1997-08-02 | 1 | -6/+8 |
|
|
* | Added declarations for Py_{Set,Get}ProgramName() and a bunch of other | Guido van Rossum | 1997-07-19 | 1 | -0/+17 |
|
|
* | Added decl for Py_FdIsInteractive. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Don't declare Py_FatalError. | Guido van Rossum | 1996-05-22 | 1 | -1/+2 |
|
|
* | add Py_FatalError | Guido van Rossum | 1995-02-17 | 1 | -0/+2 |
|
|