COMMITS
/ Python/sysmodule.c 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
May 22, 1997
G
Set sys.executable to full path of python (from argv[0]).
Guido van Rossum committed
May 20, 1997
G
Use #ifdef in stead of #if (Jack)
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
April 29, 1997
G
Oops, forgot one: inittab.
Guido van Rossum committed
G
Quickly renamed.
Guido van Rossum committed
April 25, 1997
G
Expand one level of symbolic link in sys.argv[0] before inserting its
Guido van Rossum committed
January 24, 1997
G
Added optional interface for dynamic execution profile (to be gathered
Guido van Rossum committed
January 6, 1997
G
Make builtin_module_names a tuple instead of a list.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
September 11, 1996
G
Rationalized MS ifdefs
Guido van Rossum committed
September 10, 1996
G
Changes to setpythonpath():
Guido van Rossum committed
August 23, 1996
G
Use MS_DLL_ID as sys.winver
Guido van Rossum committed
July 30, 1996
G
Always insert script directory in front of sys.path -- if there's no
Guido van Rossum committed
July 24, 1996
G
As a side effect of calling PySys_SetArgv (setpythonargv), the
Guido van Rossum committed
June 28, 1996
G
Slightly different Windows ifdefs
Guido van Rossum committed
June 17, 1996
G
Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).
Guido van Rossum committed
May 24, 1996
G
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum committed
May 23, 1996
G
TRACE_REFS -> Py_TRACE_REFS
Guido van Rossum committed