COMMITS
/ Python/sysmodule.c July 7, 2002
T
Rearranged and added comments to object.h, to clarify many things
Tim Peters committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
June 26, 2002
J
Got rid of an extraneous semicolon.
Jack Jansen committed
June 20, 2002
F
Fix the docstring for sys.getrefcount().
Fred Drake committed
June 9, 2002
M
Patch #505375: Make doc strings optional.
Martin v. Löwis committed
March 27, 2002
N
Change sys_exit to use METH_VARARGS.
Neal Norwitz committed
March 23, 2002
N
Fix wording of sys.exit docstring. Close SF bug 534113.
Neil Schemenauer committed
March 3, 2002
N
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
Neal Norwitz committed
January 29, 2002
N
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 3, 2001
T
mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to
Tim Peters committed
December 2, 2001
T
mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both
Tim Peters committed
November 28, 2001
J
Use PyOS_vsnprintf() and check its return value.
Jeremy Hylton committed
November 9, 2001
M
Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571.
Martin v. Löwis committed
October 24, 2001
F
Convert getrefcount() to METH_O, and sys_excepthook() to use
Fred Drake committed
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