1. 40f42d9 Cleanup a test for issue #5308. by Serhiy Storchaka · 11 years ago
  2. 5a1f152 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  3. 7e01911 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  4. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  5. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  6. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  7. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  8. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  9. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  10. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  11. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  12. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  13. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  14. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  15. 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  16. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  17. 2bbeb0e Merged revisions 75145 via svnmerge from by Mark Dickinson · 15 years ago
  18. 2683ab0 Merged revisions 75141 via svnmerge from by Mark Dickinson · 15 years ago
  19. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  21. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  22. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  23. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  24. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  25. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  26. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  27. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  28. 47f17d0 Make test_marshal pass. There was a bizarre recursion limit exceeded error, by Guido van Rossum · 17 years ago
  29. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  30. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  31. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  32. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  33. e19aad4 Fix unittest. by Guido van Rossum · 17 years ago
  34. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  35. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  36. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  37. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  38. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  39. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  40. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  41. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  42. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  43. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  44. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  45. c1b4154 more extension marshal tests and conversion to unittest - was surprised to by Skip Montanaro · 21 years ago
  46. 3e1c18a Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000). by Thomas Heller · 22 years ago
  47. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  48. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago