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
...
*
Fix incompatible assignment warning from previous checkin.
Thomas Wouters
2006-03-01
1
-1/+2
*
Fix gcc (4.0.x) warning about use of uninitialized variables.
Thomas Wouters
2006-03-01
1
-1/+2
*
Move cast to suppress warning.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-11/+15
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
version was not initialized properly
Neal Norwitz
2005-11-16
1
-0/+1
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+1
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-4/+2
*
Fix signedness of various char variables to stop causing a warning under gcc 4.
Brett Cannon
2005-06-25
1
-10/+10
*
Fix bug
Michael W. Hudson
2005-06-13
1
-0/+4
*
Remove extraneous format character from PyArg_ParseTuple call in
Michael W. Hudson
2005-06-13
1
-1/+1
*
Fix a couple of crashing-on-malformed data marshal bugs.
Michael W. Hudson
2005-06-03
1
-6/+8
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-65/+175
*
remove unused variable
Fred Drake
2005-01-12
1
-1/+0
*
SF 1098985: set objects cannot be marshalled
Raymond Hettinger
2005-01-11
1
-1/+66
*
Any call to marshal.dumps() with the new optional argument 'version' just
Armin Rigo
2004-12-20
1
-1/+1
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
1
-15/+74
*
Make private function static
Neal Norwitz
2004-06-13
1
-1/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-3/+3
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-63/+54
*
Bug #794140: cygwin builds do not embed
Jason Tishler
2003-09-04
1
-1/+1
*
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
[prev]
[next]