COMMITS
/ Python/marshal.c 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
May 14, 2014
V
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner committed
November 15, 2013
V
Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned
Victor Stinner committed
October 31, 2013
V
Issue #19437: Cleanup r_ref() of the marshal module
Victor Stinner committed
V
Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure
Victor Stinner committed
V
Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for
Victor Stinner committed
V
Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 14, 2013
A
Close #19260: remove outdated comment in marshal.c
Antoine Pitrou committed
October 13, 2013
K
Catch a few extra error cases in marshal.c
Kristján Valur Jónsson committed
K
Issue #19219 Remove a lot of "retval = NULL" statements, now that retval
Kristján Valur Jónsson committed
C
Issue #19219: retval may be used uninitialized value
Christian Heimes committed
October 12, 2013
A
Try to fix weird assertion error on the Fedora buildbot.
Antoine Pitrou committed
A
Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller.
Antoine Pitrou committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 11, 2013
S
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka committed
S
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka committed
S
Fix reference leaks introduced by the patch for issue #5308.
Serhiy Storchaka committed