1. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 9 months ago
  2. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 10 months ago
  3. f315142 bpo-1635741: Port mashal module to multi-phase init (#22149) by Victor Stinner · 4 years ago
  4. d160e0f bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by tkmikan · 4 years, 2 months ago
  5. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 4 months ago
  6. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 4 months ago
  7. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 4 months ago
  8. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 4 months ago
  9. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 4 months ago
  10. 2c003ef bpo-39943: Clean up marshal.c. (GH-19236) by Serhiy Storchaka · 4 years, 5 months ago
  11. e6be9b5 closes bpo-39605: Fix some casts to not cast away const. (GH-18453) by Andy Lester · 4 years, 7 months ago
  12. 60ac6ed bpo-39573: Use Py_SET_SIZE() function (GH-18402) by Victor Stinner · 4 years, 7 months ago
  13. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 7 months ago
  14. 33b671e bpo-38823: Fix refleak in marshal init error path (GH-17260) by Brandt Bucher · 4 years, 9 months ago
  15. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 5 years ago
  16. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  17. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  18. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  19. c573499 bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) by Serhiy Storchaka · 6 years ago
  20. 2a4a62b bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Steve Dower · 6 years ago
  21. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  22. c988ae0 remove current_filename optimization from marshal (#3423) (closes bpo-31384) by Benjamin Peterson · 7 years ago
  23. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  24. 0767ad4 bpo-20185: Convert the marshal module to Argument Clinic. (#541) by Serhiy Storchaka · 7 years ago
  25. c611a5b bpo-29746: Update marshal docs to Python 3. (#547) by Serhiy Storchaka · 7 years ago
  26. 55ba38a Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  27. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 8 years ago
  28. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  29. 5dacbd4 Cleanup hashtable.h by Victor Stinner · 8 years ago
  30. e8c6b2f Issue #26588: by Victor Stinner · 8 years ago
  31. 285cf0a hashtable.h now supports keys of any size by Victor Stinner · 8 years ago
  32. 322bc12 Ooops, revert changeset ea9efa06c137 by Victor Stinner · 8 years ago
  33. 51b846c _tracemalloc: add domain to trace keys by Victor Stinner · 8 years ago
  34. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  35. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  36. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  37. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  38. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 9 years ago
  39. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 10 years ago
  40. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 10 years ago
  41. c07422c Splitted the WFILE structure to WFILE and RFILE. by Serhiy Storchaka · 10 years ago
  42. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 10 years ago
  43. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 10 years ago
  44. aaef05f Fixed memory leak in marshal. by Serhiy Storchaka · 10 years ago
  45. 000daae Fixed memory leak in marshal. by Serhiy Storchaka · 10 years ago
  46. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  47. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  48. f6c69e6 #22734 marshal needs a lower stack depth for debug builds on Windows by Steve Dower · 10 years ago
  49. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  50. da06255 Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned by Victor Stinner · 11 years ago
  51. 359fabc Issue #19437: Cleanup r_ref() of the marshal module by Victor Stinner · 11 years ago
  52. d5cae6f Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure by Victor Stinner · 11 years ago
  53. b1b7b18 Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for by Victor Stinner · 11 years ago
  54. 763b0d1 Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first by Victor Stinner · 11 years ago
  55. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  56. 42c25f5 Close #19260: remove outdated comment in marshal.c by Antoine Pitrou · 11 years ago
  57. 0a7697b Catch a few extra error cases in marshal.c by Kristján Valur Jónsson · 11 years ago
  58. 5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval by Kristján Valur Jónsson · 11 years ago
  59. 3572842 Issue #19219: retval may be used uninitialized value by Christian Heimes · 11 years ago
  60. b30f271 Try to fix weird assertion error on the Fedora buildbot. by Antoine Pitrou · 11 years ago
  61. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  62. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  63. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  64. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  65. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  66. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  67. a155d40 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  68. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  69. 3a8b79d Issue #18408: Fix marshal reader for Unicode strings: handle by Victor Stinner · 11 years ago
  70. f1913ca marshal: optimize parsing of empty Unicode strings by Victor Stinner · 11 years ago
  71. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  72. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 11 years ago
  73. e178187 Issue #16475: Simplify the interface to r_ref_allocate and improve comments. by Kristján Valur Jónsson · 11 years ago
  74. eddb0a7 fix compiler warning by Benjamin Peterson · 11 years ago
  75. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  76. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  77. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  78. 5a1f152 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 12 years ago
  79. 7e01911 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 12 years ago
  80. 7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, by Martin v. Löwis · 12 years ago
  81. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  82. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  83. 1c13f84 Simplify code in marshal.c. by Antoine Pitrou · 13 years ago
  84. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  85. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  86. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  87. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  88. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  89. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  90. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  91. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  92. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  93. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  94. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  95. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  96. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  97. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  98. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  99. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  100. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago