COMMITS
/ Python/marshal.c October 19, 2001
G
SF patch #470393 (Jim Ahlstrom): Add missing marshal function
Guido van Rossum committed
August 30, 2001
M
fix for part of bug #453523: disable unmarshalling of code objects in
Michael W. Hudson committed
August 29, 2001
T
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
Tim Peters committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
May 8, 2001
T
SF bug #422177: Results from .pyc differs from .py
Tim Peters committed
April 10, 2001
T
test_pickle works on sizeof(long)==8 boxes again.
Tim Peters committed
January 28, 2001
T
It's unclear whether PyMarshal_XXX() are part of the public or private API.
Tim Peters committed
January 25, 2001
J
PEP 227 implementation
Jeremy Hylton committed
January 18, 2001
T
Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with getc().
Tim Peters committed
November 14, 2000
T
SF bug 119622: compile errors due to redundant atof decls. I don't understand
Tim Peters committed
September 19, 2000
T
Obscure marshal fixes:
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
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