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
*
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
*
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
[next]