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