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
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-7/+54
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
1
-1/+6
*
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+23
*
Closes #12291: Fixed bug which was found when doing multiple loads from one ...
Vinay Sajip
2011-07-02
1
-0/+24
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-2/+2
|
*
Merged revisions 75145 via svnmerge from
Mark Dickinson
2009-09-29
1
-0/+5
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2/+2
*
|
Implement #7944. Use `with` throughout the test suite.
Brian Curtin
2010-10-13
1
-8/+2
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
|
Merged revisions 75141 via svnmerge from
Mark Dickinson
2009-09-29
1
-0/+5
|
/
*
#2957: marshal recursion limit exceeded when importing a large .pyc file
Amaury Forgeot d'Arc
2008-05-26
1
-0/+6
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-5/+5
*
Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...
Alexandre Vassalotti
2008-05-16
1
-0/+8
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-3/+3
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
1
-1/+1
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
1
-0/+11
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-2/+2
*
Patch # 1050 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-08-29
1
-1/+4
*
Make test_marshal pass. There was a bizarre recursion limit exceeded error,
Guido van Rossum
2007-07-10
1
-98/+39
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-0/+24
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
1
-5/+5
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
Fix unittest.
Guido van Rossum
2007-02-12
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-3/+3
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-1/+1
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-24/+24
*
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