COMMITS
/ Python/sysmodule.c October 4, 2001
F
Rationalize the events passed to the profiler (no changes for the tracer).
Fred Drake committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 16, 2001
M
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis committed
July 23, 2001
M
Patch number #422106 by Greg Ball, to fix segmentation
Moshe Zadka committed
July 18, 2001
M
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis committed
June 27, 2001
F
Revise the interface to the profiling and tracing support for the
Fred Drake committed
M
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis committed
June 16, 2001
F
Instead of initializing & interning the strings passed to the profile
Fred Drake committed
April 10, 2001
G
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Guido van Rossum committed
March 23, 2001
K
Add sys.excepthook.
Ka-Ping Yee committed
January 13, 2001
G
Neil discovered a bad DECREF on warnoptions, that caused repeated
Guido van Rossum committed
January 11, 2001
G
stdout is sometimes a macro; use "outf" instead.
Greg Stein committed
M
Implementation of PEP-0217.
Moshe Zadka committed
December 15, 2000
G
Add definitions for PySys_ResetWarnOptions() and
Guido van Rossum committed
December 6, 2000
B
_getframe(): New sys module function for getting at the stack frame.
Barry Warsaw committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 31, 2000
J
add user-modifiable recursion_limit
Jeremy Hylton committed
F
_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif
Fred Drake committed
August 16, 2000
B
_PySys_Init(): Fix another Insure discovered memory leak; the PyString
Barry Warsaw committed
August 15, 2000
F
Guido pointed out that all names in the sys module have no underscore,
Fred Drake committed
August 14, 2000
F
The attempt to protect against MS_WIN16 compilers that do not support long
Fred Drake committed
F
Add a byte_order value to the sys module. The value is "big" for
Fred Drake committed
July 24, 2000
T
Create a new section of pyport.h to hold all external function declarations
Thomas Wouters committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters 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 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
June 20, 2000
June 7, 2000
M
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg committed
May 9, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed
April 13, 2000
F
Simplify creation of the version_info value for clarity, per
Fred Drake committed
F
Capitulate, changing version_info to a 5-tuple:
Fred Drake committed
F
Define version_info to be a tuple (major, minor, micro, level); level
Fred Drake committed
March 31, 2000
G
Use modern PyArg_ParseTuple style, with function names.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
October 5, 1999
G
In PySys_GetObject(), it's possible that tstate->interp->sysdict is
Guido van Rossum committed
January 27, 1999
B
_PySys_Init(): Nailed small memory leak. The stringobject created for
Barry Warsaw committed
January 14, 1999
G
Jim Ahlstrom patch: the module doc string is too long for 16-bit VC
Guido van Rossum committed
January 3, 1999
G
Add sys.hexversion, which is an integer encoding the version in hexadecimal.
Guido van Rossum committed
October 12, 1998
G
Patches for mywrite() by Marc Lemburg: save/restore the error state
Guido van Rossum committed
August 6, 1998
G
Gack. The module doc string is too long for VC++ 5.0.
Guido van Rossum committed
June 27, 1998
G
Added doc strings. Maybe the doc string for the module itself is a bit
Guido van Rossum committed
May 12, 1998
G
New APIs to write to sys.stdout or sys.stderr using a printf-like interface.
Guido van Rossum committed
February 19, 1998
G
Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__,
Guido van Rossum committed
November 4, 1997
G
Get rid of another reference to _PyImport_Inittab (now a static array)
Guido van Rossum committed
September 29, 1997
G
Get DLL version from a variable.
Guido van Rossum committed
August 7, 1997
G
Remove unised variable
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 19, 1997
G
Removed a bunch of extern declarations of functions that are now
Guido van Rossum committed