index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization.
Thomas Heller
2002-07-30
1
-4/+4
*
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
Thomas Heller
2002-07-30
1
-6/+6
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
1
-10/+10
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-0/+16
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
1
-4/+4
*
Use PyObject_CheckReadBuffer().
Jeremy Hylton
2001-11-09
1
-6/+2
*
SF patch #470393 (Jim Ahlstrom): Add missing marshal function
Guido van Rossum
2001-10-19
1
-0/+8
*
fix for part of bug #453523: disable unmarshalling of code objects in
Michael W. Hudson
2001-08-30
1
-1/+7
*
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
Tim Peters
2001-08-29
1
-12/+24
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-0/+4
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-0/+8
*
SF bug #422177: Results from .pyc differs from .py
Tim Peters
2001-05-08
1
-5/+3
*
test_pickle works on sizeof(long)==8 boxes again.
Tim Peters
2001-04-10
1
-1/+1
*
It's unclear whether PyMarshal_XXX() are part of the public or private API.
Tim Peters
2001-01-28
1
-33/+49
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-3/+12
*
Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ...
Tim Peters
2001-01-18
1
-0/+47
*
SF bug 119622: compile errors due to redundant atof decls. I don't understand
Tim Peters
2000-11-14
1
-2/+0
*
Obscure marshal fixes:
Tim Peters
2000-09-19
1
-4/+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Included assert.h in Python.h -- it's absurd that this basic tool of
Tim Peters
2000-07-23
1
-1/+1
*
-- changed w_more to take an integer instead of a char
Fredrik Lundh
2000-07-23
1
-2/+2
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-59/+22
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-6/+4
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Urmpf. Quality control on this patch lapsed a bit. :-(
Guido van Rossum
2000-06-28
1
-2/+6
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2000-06-28
1
-3/+22
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-4/+4
*
Use modern PyArg_ParseTuple style, with function names.
Guido van Rossum
2000-03-31
1
-8/+8
*
Marc-Andre Lemburg: support marshalling Unicode objects (code 'u').
Guido van Rossum
2000-03-10
1
-5/+42
*
The previous checkin contained an experiment of Greg Stein's that wasn't
Guido van Rossum
1998-10-08
1
-1/+1
*
Changes to support other object types besides strings
Guido van Rossum
1998-10-07
1
-2/+15
*
When unmarshalling, add test for negative lengths on strings, tuples
Guido van Rossum
1998-06-08
1
-2/+14
*
Remove unnecessary PyErr_Clear().
Guido van Rossum
1998-05-14
1
-1/+0
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-4/+7
*
Plugged a leak. (The same as the one plugged in compile.c -- forgot
Guido van Rossum
1997-07-26
1
-0/+1
*
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum
1997-05-22
1
-2/+2
*
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum
1997-04-29
1
-156/+161
*
New form of PyFPE_END_PROTECT macro.
Guido van Rossum
1997-03-14
1
-3/+3
*
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum
1997-02-14
1
-1/+9
*
Keep gcc -Wall happy.
Guido van Rossum
1997-02-14
1
-1/+1
*
Marshal the line number table of code objects.
Guido van Rossum
1997-01-24
1
-1/+9
*
Marshal the new stacksize item in code objects.
Guido van Rossum
1997-01-17
1
-1/+3
*
Better way to handle 64-bit ints, keeping gcc -Wall happy.
Guido van Rossum
1996-12-10
1
-30/+18
*
Tentative changes to make this work better on 64-bit machines.
Guido van Rossum
1996-12-05
1
-3/+66
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum
1996-10-11
1
-6/+6
*
Added *PyMarshal_WriteObjectToString() (moved the relevant code there
Guido van Rossum
1996-08-19
1
-18/+25
*
Changes for slice and ellipses
Guido van Rossum
1996-07-30
1
-0/+7
*
Py_complex; and WITHOUT_COMPLEX added to getargs.c
Guido van Rossum
1996-07-21
1
-1/+1
[next]