COMMITS
/ Python/marshal.c November 16, 2005
N
version was not initialized properly
Neal Norwitz committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
August 16, 2005
R
Add a C API for sets and frozensets.
Raymond Hettinger committed
June 25, 2005
B
Fix signedness of various char variables to stop causing a warning under gcc 4.
Brett Cannon committed
June 13, 2005
M
Remove extraneous format character from PyArg_ParseTuple call in
Michael W. Hudson committed
June 3, 2005
M
Fix a couple of crashing-on-malformed data marshal bugs.
Michael W. Hudson committed
M
This is my patch:
Michael W. Hudson committed
January 12, 2005
F
remove unused variable
Fred Drake committed
January 11, 2005
R
SF 1098985: set objects cannot be marshalled
Raymond Hettinger committed
December 20, 2004
A
Any call to marshal.dumps() with the new optional argument 'version' just
Armin Rigo committed
June 27, 2004
M
Patch #923098: Share interned strings in marshal.
Martin v. Löwis committed
June 13, 2004
N
Make private function static
Neal Norwitz committed
June 8, 2004
M
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis committed
March 26, 2004
A
Marshal clean-up (SF patch #873224)
Armin Rigo committed
September 4, 2003
J
Bug #794140: cygwin builds do not embed
Jason Tishler committed
July 30, 2002
T
Whitespace normalization.
Thomas Heller committed
T
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
Thomas Heller committed
June 14, 2002
N
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz committed
April 3, 2002
G
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum committed
March 31, 2002
N
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz committed
November 9, 2001
J
Use PyObject_CheckReadBuffer().
Jeremy Hylton committed
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