aboutsummaryrefslogtreecommitdiff
path: root/Include/marshal.h
AgeCommit message (Expand)Author
2021-10-20bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)Petr Viktorin
2021-10-15bpo-45474: Fix the limited C API of marshal.h (GH-28956)Victor Stinner
2013-10-19Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka
2013-10-12Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou
2013-03-19Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson
2010-12-03Merge branches/pep-0384.Martin v. Löwis
2006-02-15Merge ssize_t branch.Martin v. Löwis
2005-06-03This is my patch:Michael W. Hudson
2004-06-27Patch #923098: Share interned strings in marshal.Martin v. Löwis
2003-03-06Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz
2002-08-12Excise DL_EXPORT from Include.Mark Hammond
2001-01-28It's unclear whether PyMarshal_XXX() are part of the public or private API.Tim Peters
2000-09-01REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum
2000-07-08ANSI-fication and Py_PROTO extermination.Fred Drake
2000-06-30Change copyright notice - 2nd try.Guido van Rossum
2000-06-30Change copyright notice.Guido van Rossum
1998-12-04Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum
1996-10-25New permission notice, includes CNRI.Guido van Rossum
1996-08-19Added declaration for *PyMarshal_WriteObjectToString().Guido van Rossum
1995-01-17new names for lots of new functionsGuido van Rossum
1995-01-12The great renaming, phase two: all header files have been updated toGuido van Rossum
1995-01-04Added 1995 copyright.Guido van Rossum
1994-08-01Merge alpha100 branch back to main trunkGuido van Rossum
1993-07-28* Added support for X11 modules.Guido van Rossum
1993-04-01Support for frozen scripts; added -i option.Guido van Rossum
1993-03-29* Changed all copyright messages to include 1993.Guido van Rossum
1992-04-05Copyright for 1992 addedGuido van Rossum
1991-06-04Initial revisionGuido van Rossum