summaryrefslogtreecommitdiff
path: root/Python/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Marc-Andre Lemburg: support marshalling Unicode objects (code 'u').Guido van Rossum2000-03-101-5/+42
* The previous checkin contained an experiment of Greg Stein's that wasn'tGuido van Rossum1998-10-081-1/+1
* Changes to support other object types besides stringsGuido van Rossum1998-10-071-2/+15
* When unmarshalling, add test for negative lengths on strings, tuplesGuido van Rossum1998-06-081-2/+14
* Remove unnecessary PyErr_Clear().Guido van Rossum1998-05-141-1/+0
* Make new gcc -Wall happyGuido van Rossum1998-04-101-4/+7
* Plugged a leak. (The same as the one plugged in compile.c -- forgotGuido van Rossum1997-07-261-0/+1
* PyFile_WriteString now returns an error indicator instead of callingGuido van Rossum1997-05-221-2/+2
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-291-156/+161
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-3/+3
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-1/+9
* Keep gcc -Wall happy.Guido van Rossum1997-02-141-1/+1
* Marshal the line number table of code objects.Guido van Rossum1997-01-241-1/+9
* Marshal the new stacksize item in code objects.Guido van Rossum1997-01-171-1/+3
* Better way to handle 64-bit ints, keeping gcc -Wall happy.Guido van Rossum1996-12-101-30/+18
* Tentative changes to make this work better on 64-bit machines.Guido van Rossum1996-12-051-3/+66
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-6/+6
* Added *PyMarshal_WriteObjectToString() (moved the relevant code thereGuido van Rossum1996-08-191-18/+25
* Changes for slice and ellipsesGuido van Rossum1996-07-301-0/+7
* Py_complex; and WITHOUT_COMPLEX added to getargs.cGuido van Rossum1996-07-211-1/+1
* Jeremy's patches for more robust handling of unmarshallable types.Guido van Rossum1996-06-261-5/+22
* Plug memory leak (variable names in code objects were being leaked!)Guido van Rossum1996-05-281-0/+1
* changes for complex numbersGuido van Rossum1996-01-121-0/+47
* Made a bit more robust against out-of-memory situationsJack Jansen1995-10-271-12/+35
* rd_object() with exception is fatal errorGuido van Rossum1995-08-281-0/+1
* keyword arguments and faster callsGuido van Rossum1995-07-181-3/+13
* various tuple related optimizations; remove unused b/w compat code from ceval.cGuido van Rossum1995-03-091-9/+18
* hope to fix DEC Alpha gcc problems by declaring ints instead of longsGuido van Rossum1995-02-171-9/+9
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-0/+8
* Plug memory leak for code objectsGuido van Rossum1994-10-051-0/+1
* Merge back to main trunkGuido van Rossum1994-08-301-16/+3
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-1/+0
* Several changes in one:Guido van Rossum1993-05-191-9/+6
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-1/+15
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-1/+3
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-95/+256
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Shut up lint.Guido van Rossum1992-03-271-2/+2
* Use new exceptions.Guido van Rossum1991-12-101-6/+6
* Use dict2lookup.Guido van Rossum1991-08-161-1/+1
* Add marshalling for dictionaries.Guido van Rossum1991-06-071-1/+33
* Declare errno, for prehistoric systems.Guido van Rossum1991-06-041-0/+1
* Initial revisionGuido van Rossum1991-06-041-0/+340