summaryrefslogtreecommitdiff
path: root/Include/marshal.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+2
* Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou2013-10-121-1/+1
* Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-191-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* This is my patch:Michael W. Hudson2005-06-031-1/+1
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-3/+5
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-061-1/+0
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-9/+9
* It's unclear whether PyMarshal_XXX() are part of the public or private API.Tim Peters2001-01-281-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-14/+14
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added declaration for *PyMarshal_WriteObjectToString().Guido van Rossum1996-08-191-0/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-8/+8
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-0/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Initial revisionGuido van Rossum1991-06-041-0/+33