COMMITS
/ Python/marshal.c July 23, 2000
T
Included assert.h in Python.h -- it's absurd that this basic tool of
Tim Peters committed
F
-- changed w_more to take an integer instead of a char
Fredrik Lundh 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
Urmpf. Quality control on this patch lapsed a bit. :-(
Guido van Rossum committed
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
March 31, 2000
G
Use modern PyArg_ParseTuple style, with function names.
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: support marshalling Unicode objects (code 'u').
Guido van Rossum committed
October 8, 1998
G
The previous checkin contained an experiment of Greg Stein's that wasn't
Guido van Rossum committed
October 7, 1998
G
Changes to support other object types besides strings
Guido van Rossum committed
June 8, 1998
G
When unmarshalling, add test for negative lengths on strings, tuples
Guido van Rossum committed
May 14, 1998
G
Remove unnecessary PyErr_Clear().
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
July 26, 1997
G
Plugged a leak. (The same as the one plugged in compile.c -- forgot
Guido van Rossum committed
May 22, 1997
G
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum committed
April 29, 1997
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed
March 14, 1997
G
New form of PyFPE_END_PROTECT macro.
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
G
Keep gcc -Wall happy.
Guido van Rossum committed
January 24, 1997
G
Marshal the line number table of code objects.
Guido van Rossum committed
January 17, 1997
G
Marshal the new stacksize item in code objects.
Guido van Rossum committed
December 10, 1996
G
Better way to handle 64-bit ints, keeping gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Tentative changes to make this work better on 64-bit machines.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 11, 1996
G
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum committed
August 19, 1996
G
Added *PyMarshal_WriteObjectToString() (moved the relevant code there
Guido van Rossum committed
July 30, 1996
G
Changes for slice and ellipses
Guido van Rossum committed
July 21, 1996
G
Py_complex; and WITHOUT_COMPLEX added to getargs.c
Guido van Rossum committed
June 26, 1996
G
Jeremy's patches for more robust handling of unmarshallable types.
Guido van Rossum committed
May 28, 1996
G
Plug memory leak (variable names in code objects were being leaked!)
Guido van Rossum committed
January 12, 1996
G
changes for complex numbers
Guido van Rossum committed
October 27, 1995
J
Made a bit more robust against out-of-memory situations
Jack Jansen committed
August 28, 1995
G
rd_object() with exception is fatal error
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
March 9, 1995
G
various tuple related optimizations; remove unused b/w compat code from ceval.c
Guido van Rossum committed
February 17, 1995
G
hope to fix DEC Alpha gcc problems by declaring ints instead of longs
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
October 5, 1994
G
Plug memory leak for code objects
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
April 1, 1993
G
Support for frozen scripts; added -i option.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
January 21, 1993
G
Added separate main program for the Mac: macmain.c
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
March 27, 1992
G
Shut up lint.
Guido van Rossum committed