1. d71f317 Add more tests for preserving identity in marshal. (GH-13736) by Serhiy Storchaka · 5 years ago
  2. 09bb918 Fix fuzz testing for marshal.loads(). (GH-8106) by Serhiy Storchaka · 6 years ago
  3. fc05e68 bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336) by Serhiy Storchaka · 6 years ago
  4. 2a4a62b bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Steve Dower · 6 years ago
  5. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  6. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  7. 6cfb61f Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 9 years ago
  8. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 9 years ago
  9. f6c69e6 #22734 marshal needs a lower stack depth for debug builds on Windows by Steve Dower · 10 years ago
  10. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  11. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  12. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  13. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  14. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  15. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  16. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  17. c1ab0bd Fix misindent. This would test half less possibilities. by Antoine Pitrou · 11 years ago
  18. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  19. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 11 years ago
  20. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  21. 40f42d9 Cleanup a test for issue #5308. by Serhiy Storchaka · 11 years ago
  22. 5a1f152 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  23. 7e01911 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  24. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  25. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  26. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  27. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  28. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  29. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  30. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  31. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  32. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  33. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  34. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  35. 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  36. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  37. 2bbeb0e Merged revisions 75145 via svnmerge from by Mark Dickinson · 15 years ago
  38. 2683ab0 Merged revisions 75141 via svnmerge from by Mark Dickinson · 15 years ago
  39. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  40. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  41. 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
  42. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  43. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  44. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  45. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  46. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  47. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  48. 47f17d0 Make test_marshal pass. There was a bizarre recursion limit exceeded error, by Guido van Rossum · 17 years ago
  49. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  50. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  51. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  52. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  53. e19aad4 Fix unittest. by Guido van Rossum · 17 years ago
  54. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  55. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  56. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  57. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  58. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  59. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  60. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  61. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  62. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  63. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  64. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  65. c1b4154 more extension marshal tests and conversion to unittest - was surprised to by Skip Montanaro · 21 years ago
  66. 3e1c18a Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000). by Thomas Heller · 22 years ago
  67. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  68. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago