summaryrefslogtreecommitdiff
path: root/Lib/test/test_marshal.py
Commit message (Expand)AuthorAgeFilesLines
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-071-0/+11
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-0/+4
* Fix bugMichael W. Hudson2005-06-131-0/+9
* Fix missing assignments of marshal.load() values. Closes #1214662.Skip Montanaro2005-06-041-7/+7
* Whitespace normalization.Tim Peters2005-06-031-6/+6
* This is my patch:Michael W. Hudson2005-06-031-1/+15
* SF 1098985: set objects cannot be marshalledRaymond Hettinger2005-01-111-0/+12
* Any call to marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-0/+5
* Marshal clean-up (SF patch #873224)Armin Rigo2004-03-261-0/+5
* Whitespace normalization.Tim Peters2004-01-181-4/+4
* more extension marshal tests and conversion to unittest - was surprised toSkip Montanaro2003-08-021-39/+183
* Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).Thomas Heller2002-07-301-0/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bitTim Peters2001-08-291-0/+41