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
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-1089/+1089
*
Issue #7332: Remove the 16KB stack-based buffer in
Antoine Pitrou
2010-04-21
1
-16/+4
*
more _PyString_Resize error checking
Benjamin Peterson
2010-04-03
1
-1/+2
*
Set retval on PyOS_string_to_double failure.
Mark Dickinson
2009-10-31
1
-3/+9
*
Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brin...
Eric Smith
2009-10-27
1
-11/+9
*
Removed calls to PyFloat_AsReprString.
Eric Smith
2009-10-19
1
-42/+63
*
Issue #7019: Unmarshalling of bad long data could produce unnormalized
Mark Dickinson
2009-09-29
1
-3/+13
*
Move news item to correct section, remove spurious 'see below'
R. David Murray
2009-05-13
1
-1/+1
*
Issue 5994: add docstrings to marshal.
R. David Murray
2009-05-13
1
-5/+81
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
1
-39/+105
*
Make marshalling errors a little more informative as to what went wrong
Nick Coghlan
2009-03-15
1
-13/+13
*
Issue 3116: fix quadratic behavior in marshal.dumps().
Raymond Hettinger
2008-06-16
1
-1/+1
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-18/+18
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-18/+18
*
#1792: Improve performance of marshal.dumps() on large objects by increasing
Andrew M. Kuchling
2008-05-11
1
-1/+4
*
Fix refleak
Neal Norwitz
2008-02-01
1
-0/+1
*
Removed unused var
Christian Heimes
2008-01-30
1
-1/+1
*
Removed unnecessary conditional (spotted by Neal Norwitz).
Raymond Hettinger
2008-01-28
1
-1/+1
*
Let marshal built-up sets and frozensets one element at a time (without creat...
Raymond Hettinger
2008-01-28
1
-12/+8
*
Revert PySet_Add() changes.
Raymond Hettinger
2008-01-26
1
-8/+12
*
Let marshal build-up sets and frozensets one element at a time.
Raymond Hettinger
2008-01-26
1
-12/+8
*
Fix marshal's incorrect handling of subclasses of builtin types (backport can...
Raymond Hettinger
2007-11-07
1
-10/+10
*
Fix Coverity 185-186: If the passed in FILE is NULL, uninitialized memory
Neal Norwitz
2007-10-12
1
-0/+2
*
Last try for tweaking the max stack depth. 5000 was the original value,
Neal Norwitz
2007-05-17
1
-1/+1
*
Set the depth to something very small to try to determine if the
Neal Norwitz
2007-05-17
1
-1/+1
*
Reduce the max stack depth to see if this fixes the segfaults on
Neal Norwitz
2007-05-17
1
-1/+1
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-69/+156
*
Forward-port of r52136,52138: a review of overflow-detecting code.
Armin Rigo
2006-10-04
1
-13/+25
*
This code is actually not used unless WITHOUT_COMPLEX is defined.
Neal Norwitz
2006-08-12
1
-0/+8
*
Convert more modules to METH_VARARGS.
Georg Brandl
2006-05-29
1
-5/+3
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-10/+26
*
Make Py_ssize_t clean.
Thomas Wouters
2006-03-01
1
-1/+3
*
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
[next]