COMMITS
/ Python/pythonrun.c August 31, 2001
G
Add warning mode for classic division, almost exactly as specified in
Guido van Rossum committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 16, 2001
G
Oops. Two fixes for SF bug #422004 are not needed. :-)
Guido van Rossum committed
G
Bunchathings:
Guido van Rossum committed
August 13, 2001
B
Py_Initialize(): Apply patch by Jürgen Hermann to call
Barry Warsaw committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 9, 2001
G
Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of
Guido van Rossum committed
August 7, 2001
G
- Rename PyType_InitDict() to PyType_Ready().
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 23, 2001
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
July 16, 2001
G
PyRun_StringFlags(): forgot to pass the flags on to
Guido van Rossum committed
T
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
Tim Peters committed
T
future.c: insert a cosmetic space.
Tim Peters committed
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed
June 13, 2001
M
Temporarily disable the message to stderr. Jeremy will know what to do
Marc-André Lemburg committed
March 26, 2001
J
Bug fix: compile() called from a nested-scopes-enable Python was not
Jeremy Hylton committed
March 23, 2001
G
Finishing touch to Ping's changes. This is a patch that Ping sent me
Guido van Rossum committed
F
call_sys_exitfunc(): Remove unused variable f.
Fred Drake committed
K
Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit().
Ka-Ping Yee committed
G
Fix memory leak with SyntaxError. (The DECREF was originally hidden
Guido van Rossum committed
K
Add sys.excepthook.
Ka-Ping Yee committed
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