1. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  4. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 16 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 17 years ago
  7. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  8. 6eb7bed Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 18 years ago
  9. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  10. f2ca5af Fix bug by Michael W. Hudson · 20 years ago
  11. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 20 years ago
  12. 5d36a55 Whitespace normalization. by Tim Peters · 20 years ago
  13. df88846 This is my patch: by Michael W. Hudson · 20 years ago
  14. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 21 years ago
  15. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 21 years ago
  16. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
  17. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  18. c1b4154 more extension marshal tests and conversion to unittest - was surprised to by Skip Montanaro · 22 years ago
  19. 3e1c18a Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000). by Thomas Heller · 23 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  21. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 24 years ago