summaryrefslogtreecommitdiff
path: root/Python/marshal.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make private function staticNeal Norwitz2004-06-131-1/+1
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-3/+3
* Marshal clean-up (SF patch #873224)Armin Rigo2004-03-261-63/+54
* Bug #794140: cygwin builds do not embedJason Tishler2003-09-041-1/+1
* Whitespace normalization.Thomas Heller2002-07-301-4/+4
* Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).Thomas Heller2002-07-301-6/+6
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-10/+10
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+16
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-311-4/+4
* Use PyObject_CheckReadBuffer().Jeremy Hylton2001-11-091-6/+2
* SF patch #470393 (Jim Ahlstrom): Add missing marshal functionGuido van Rossum2001-10-191-0/+8
* fix for part of bug #453523: disable unmarshalling of code objects inMichael W. Hudson2001-08-301-1/+7
* marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bitTim Peters2001-08-291-12/+24
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+4
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+8
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-5/+3
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-101-1/+1
* It's unclear whether PyMarshal_XXX() are part of the public or private API.Tim Peters2001-01-281-33/+49
* PEP 227 implementationJeremy Hylton2001-01-251-3/+12
* Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ...Tim Peters2001-01-181-0/+47
* SF bug 119622: compile errors due to redundant atof decls. I don't understandTim Peters2000-11-141-2/+0
* Obscure marshal fixes:Tim Peters2000-09-191-4/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-231-1/+1
* -- changed w_more to take an integer instead of a charFredrik Lundh2000-07-231-2/+2
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-59/+22
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-6/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Urmpf. Quality control on this patch lapsed a bit. :-(Guido van Rossum2000-06-281-2/+6
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-281-3/+22
* 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