COMMITS
/ Python/pythonrun.c August 27, 2000
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
April 10, 1998
G
Translate E_INDENT to the clearest error message I can think of.
Guido van Rossum committed
April 3, 1998
G
Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr
Guido van Rossum committed
February 28, 1998
G
Fix the handling of errors in Py_FlushLine() in a few places.
Guido van Rossum committed
February 6, 1998
G
Ehm, three unrelated changes.
Guido van Rossum committed
January 19, 1998
G
It seems obvious that when Py_Finalize() decides that there's nothing
Guido van Rossum committed
December 8, 1997
G
Changed the finalization order again so that the reference count
Guido van Rossum committed
November 25, 1997
G
Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so
Guido van Rossum committed
November 19, 1997
G
Two changes (here we go again :-( ).
Guido van Rossum committed
November 4, 1997
G
Undo half of the previous change :-(
Guido van Rossum committed
November 3, 1997
G
Two independent changes (alas):
Guido van Rossum committed
October 3, 1997
G
Initialize Py_UseClassExceptionsFlag to 1.
Guido van Rossum committed
G
Fix small omission: with all the new code, sys.exit(None) would print
Guido van Rossum committed
September 18, 1997
B
Py_Initialize(): move the call to _PyImport_FixupExtension() to after
Barry Warsaw committed
September 16, 1997
B
PyErr_Print(): When printing a class exception, try to dig out the
Barry Warsaw committed
September 5, 1997
G
Fixed some details of printing the str() of an exception. This fixes
Guido van Rossum committed
August 29, 1997
G
Two independent changes (oops):
Guido van Rossum committed
B
Added Py_UseClassExceptionsFlag, the variable containing the state of
Barry Warsaw committed