- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 23 years ago
- 9f64caa Use PyObject_CheckReadBuffer(). by Jeremy Hylton · 23 years ago
- b8cf3e6 SF patch #470393 (Jim Ahlstrom): Add missing marshal function by Guido van Rossum · 23 years ago
- 8019913 fix for part of bug #453523: disable unmarshalling of code objects in by Michael W. Hudson · 23 years ago
- 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 24 years ago
- 4471400 test_pickle works on sizeof(long)==8 boxes again. by Tim Peters · 24 years ago
- d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 24 years ago
- 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
- 691e0e9 Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with getc(). by Tim Peters · 24 years ago
- 102e457 SF bug 119622: compile errors due to redundant atof decls. I don't understand by Tim Peters · 24 years ago
- e84b740 Obscure marshal fixes: by Tim Peters · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
- 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 24 years ago
- f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 98626cd Urmpf. Quality control on this patch lapsed a bit. :-( by Guido van Rossum · 24 years ago
- 6da0b91 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 25 years ago
- c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 25 years ago
- 5bd893b The previous checkin contained an experiment of Greg Stein's that wasn't by Guido van Rossum · 26 years ago
- d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
- a45cb45 When unmarshalling, add test for negative lengths on strings, tuples by Guido van Rossum · 26 years ago
- ba7cc0c Remove unnecessary PyErr_Clear(). by Guido van Rossum · 26 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 6fc06e7 Plugged a leak. (The same as the one plugged in compile.c -- forgot by Guido van Rossum · 27 years ago
- 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
- 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 28 years ago
- 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 28 years ago
- 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
- 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
- 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
- c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
- b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
- 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
- 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
- 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
- f215060 Jeremy's patches for more robust handling of unmarshallable types. by Guido van Rossum · 28 years ago
- 0a8626e Plug memory leak (variable names in code objects were being leaked!) by Guido van Rossum · 28 years ago
- 8a5c5d2 changes for complex numbers by Guido van Rossum · 29 years ago
- 9513f2c Made a bit more robust against out-of-memory situations by Jack Jansen · 29 years ago
- 0587011 rd_object() with exception is fatal error by Guido van Rossum · 29 years ago
- 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
- 8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c by Guido van Rossum · 30 years ago
- 3a205f7 hope to fix DEC Alpha gcc problems by declaring ints instead of longs by Guido van Rossum · 30 years ago
- 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
- a440310 Plug memory leak for code objects by Guido van Rossum · 30 years ago
- 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
- f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
- 2583165 Several changes in one: by Guido van Rossum · 31 years ago
- f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
- bab9d03 Copyright for 1992 added by Guido van Rossum · 33 years ago
- 2807d19 Shut up lint. by Guido van Rossum · 33 years ago
- 87e7ea7 Use new exceptions. by Guido van Rossum · 33 years ago
- b881314 Use dict2lookup. by Guido van Rossum · 33 years ago
- 64b4552 Add marshalling for dictionaries. by Guido van Rossum · 33 years ago
- 065d71e Declare errno, for prehistoric systems. by Guido van Rossum · 33 years ago
- dce2e3d Initial revision by Guido van Rossum · 33 years ago