Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
43caaa09ea364aab6cbd7ede2aa9c3d004a129a5
/
Lib
/
test
/
test_marshal.py
6c02916
#1792: Improve performance of marshal.dumps() on large objects by increasing
by Andrew M. Kuchling
· 17 years ago
12e9420
Fix marshal's incorrect handling of subclasses of builtin types (backport candidate).
by Raymond Hettinger
· 18 years ago
6eb7bed
Verify neither dumps or loads overflow the stack and segfault.
by Neal Norwitz
· 18 years ago
b1a9b37
Fix bug in marshal where bad data would cause a segfault due to
by Neal Norwitz
· 18 years ago
f2ca5af
Fix bug
by Michael W. Hudson
· 20 years ago
61aa630
Fix missing assignments of marshal.load() values. Closes #1214662.
by Skip Montanaro
· 20 years ago
5d36a55
Whitespace normalization.
by Tim Peters
· 20 years ago
df88846
This is my patch:
by Michael W. Hudson
· 20 years ago
a422c34
SF 1098985: set objects cannot be marshalled
by Raymond Hettinger
· 21 years ago
2ccea17
Any call to marshal.dumps() with the new optional argument 'version' just
by Armin Rigo
· 21 years ago
01ab279
Marshal clean-up (SF patch #873224)
by Armin Rigo
· 21 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 22 years ago
c1b4154
more extension marshal tests and conversion to unittest - was surprised to
by Skip Montanaro
· 22 years ago
3e1c18a
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
by Thomas Heller
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
8211237
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
by Tim Peters
· 24 years ago