summaryrefslogtreecommitdiff
path: root/Lib/test/test_marshal.py
Commit message (Expand)AuthorAgeFilesLines
* 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