Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1707aad27c36024d8ee00bd59ee223d16a9bb6d1
/
Python
/
marshal.c
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