COMMITS
/ Python/pythonrun.c March 22, 2001
J
Extend support for from __future__ import nested_scopes
Jeremy Hylton committed
March 1, 2001
J
Useful future statement support for the interactive interpreter
Jeremy Hylton committed
February 28, 2001
F
Now that Jeremy is asking about this code, it looks really bogus to me,
Fred Drake committed
J
Print the offending line of code in the traceback for SyntaxErrors
Jeremy Hylton committed
February 17, 2001
T
Bug #132850 unix line terminator on windows.
Tim Peters committed
February 11, 2001
T
Ugly fix for SF bug 131239 (-x flag busted).
Tim Peters committed
February 2, 2001
J
Move a bunch of definitions that were internal to compile.c to
Jeremy Hylton committed
January 28, 2001
T
It's unclear whether PyMarshal_XXX() are part of the public or private API.
Tim Peters committed
January 21, 2001
T
Bug #128475: mimetools.encode (sometimes) fails when called from a thread.
Tim Peters committed
January 17, 2001
G
Get rid of the initialization of _PyCompareState_Key.
Guido van Rossum committed
January 5, 2001
T
Fix signed/unsigned wng. Unfortunately, (unsigned char) << int
Tim Peters committed
January 4, 2001
M
Recognize pyc files even if they don't end in pyc.
Martin v. Löwis committed
September 16, 2000
G
Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 31, 2000
F
PyOS_CheckStack(): Better ANSI'fy this while we're at it.
Fred Drake committed
F
Add a comment explaining the return value of PyOS_CheckStack().
Fred Drake committed
August 27, 2000
T
Hard to believe Guido compiled this! Function lacked a return stmt.
Tim Peters committed
G
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum committed
F
implements PyOS_CheckStack for Windows and MSVC. this fixes a
Fredrik Lundh committed
August 25, 2000
M
Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE
Marc-André Lemburg committed
August 15, 2000
F
Remove the osdefs.h #include; it was not needed in the final version of
Fred Drake committed
F
When raising a SyntaxError, make a best-effort attempt to set the
Fred Drake committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 11, 2000
J
Include macglue.h for some function prototypes, and renamed a few
Jack Jansen committed
F
Create two new exceptions: IndentationError and TabError. These are
Fred Drake committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 20, 2000
J
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton committed
May 25, 2000
B
Py_Initialize(): Now that standard exceptions are builtin, we don't
Barry Warsaw committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
May 2, 2000
B
Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C
Barry Warsaw committed
May 1, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 27, 2000
G
Mark Hammond: For Windows debug builds, we now only offer to dump
Guido van Rossum committed
April 14, 2000
J
Fix PR#7 comparisons of recursive objects
Jeremy Hylton committed
March 10, 2000
G
Marc-Andre Lemburg: add calls to initialize and finalize Unicode and
Guido van Rossum committed
January 20, 2000
G
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum committed
July 8, 1999
G
Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files,
Guido van Rossum committed
April 7, 1999
G
Alas, get rid of the Win specific hack to ask the user to press Return
Guido van Rossum committed
January 29, 1999
B
initmain(): Nailed a memory leak. bimod must be DECREF'd!
Barry Warsaw committed
January 27, 1999
B
err_input(): Nailed a small memory leak. If the error is E_INTR, the
Barry Warsaw committed
January 8, 1999
G
Hack for Windows so that if (1) the exit status is nonzero and (2) we
Guido van Rossum committed
December 15, 1998
G
Move the prototype for dump_counts() to before where it is used.
Guido van Rossum committed
October 7, 1998
G
Support PYTHONOPTIMIZE variable; by Marc Lemburg.
Guido van Rossum committed
October 1, 1998
G
Renamed thread.h to pythread.h.
Guido van Rossum committed
G
On second though, NEXITFUNCS should be defined here and not in
Guido van Rossum committed
September 28, 1998
G
Remove redundant definition of NEXITFUNCS.
Guido van Rossum committed
August 27, 1998
G
Don't release the interpreter lock around PyParser_ParseFile().
Guido van Rossum committed
August 13, 1998
G
Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on
Guido van Rossum committed