COMMITS
/ Python/marshal.c June 5, 2023
M
[3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220)
Miss Islington (bot) committed
June 30, 2021
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 12, 2020
M
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon committed
September 8, 2020
V
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner committed
July 3, 2020
T
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
tkmikan committed
May 14, 2020
V
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner committed
May 13, 2020
V
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner committed
V
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner committed
V
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner committed
May 12, 2020
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
March 31, 2020
S
bpo-39943: Clean up marshal.c. (GH-19236)
Serhiy Storchaka committed
February 12, 2020
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed
November 20, 2019
B
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Brandt Bucher committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 1, 2019
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
July 24, 2018
S
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka committed
June 4, 2018
S
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower committed
November 15, 2017
S
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381)
Serhiy Storchaka committed
September 7, 2017
B
remove current_filename optimization from marshal (#3423) (closes bpo-31384)
Benjamin Peterson committed
August 21, 2017
S
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
Stefan Krah committed
March 12, 2017
S
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
Serhiy Storchaka committed
S
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunction() with fastcall
Victor Stinner committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
March 23, 2016
V
Cleanup hashtable.h
Victor Stinner committed
V
Issue #26588:
Victor Stinner committed
March 21, 2016
V
hashtable.h now supports keys of any size
Victor Stinner committed
V
Ooops, revert changeset ea9efa06c137
Victor Stinner committed
March 18, 2016
V
_tracemalloc: add domain to trace keys
Victor Stinner committed
January 23, 2016
V
Issue #26146: marshal.loads() now uses the empty frozenset singleton
Victor Stinner committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 18, 2015
S
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 24, 2015
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
February 16, 2015
S
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka committed
February 11, 2015
S
Splitted the WFILE structure to WFILE and RFILE.
Serhiy Storchaka committed
S
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Serhiy Storchaka committed
S
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
Serhiy Storchaka committed
January 28, 2015
S
Fixed memory leak in marshal.
Serhiy Storchaka committed
S
Fixed memory leak in marshal.
Serhiy Storchaka committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
November 1, 2014
S
#22734 marshal needs a lower stack depth for debug builds on Windows
Steve Dower committed