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
/
Lib
/
test
/
test_marshal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix marshal's incorrect handling of subclasses of builtin types (backport can...
Raymond Hettinger
2007-11-07
1
-0/+11
*
Verify neither dumps or loads overflow the stack and segfault.
Neal Norwitz
2007-05-18
1
-1/+21
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-0/+4
*
Fix bug
Michael W. Hudson
2005-06-13
1
-0/+9
*
Fix missing assignments of marshal.load() values. Closes #1214662.
Skip Montanaro
2005-06-04
1
-7/+7
*
Whitespace normalization.
Tim Peters
2005-06-03
1
-6/+6
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-1/+15
*
SF 1098985: set objects cannot be marshalled
Raymond Hettinger
2005-01-11
1
-0/+12
*
Any call to marshal.dumps() with the new optional argument 'version' just
Armin Rigo
2004-12-20
1
-0/+5
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-0/+5
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-4/+4
*
more extension marshal tests and conversion to unittest - was surprised to
Skip Montanaro
2003-08-02
1
-39/+183
*
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
Thomas Heller
2002-07-30
1
-0/+3
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
Tim Peters
2001-08-29
1
-0/+41