COMMITS
/ Include/marshal.h October 7, 2025
V
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner committed
November 15, 2024
P
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin committed
October 20, 2021
P
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
Petr Viktorin committed
October 14, 2021
V
bpo-45474: Fix the limited C API of marshal.h (GH-28956)
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 12, 2013
A
Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller.
Antoine Pitrou committed
March 20, 2013
K
Issue #16475: Support object instancing, recursion and interned strings
Kristján Valur Jónsson committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
June 3, 2005
M
This is my patch:
Michael W. Hudson committed
June 27, 2004
M
Patch #923098: Share interned strings in marshal.
Martin v. Löwis committed
March 6, 2003
N
Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented
Neal Norwitz committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
January 28, 2001
T
It's unclear whether PyMarshal_XXX() are part of the public or private API.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 8, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 19, 1996
G
Added declaration for *PyMarshal_WriteObjectToString().
Guido van Rossum committed
January 17, 1995
G
new names for lots of new functions
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
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
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
June 4, 1991
G
Initial revision
Guido van Rossum committed