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