COMMITS
/ Modules/_struct.c December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
September 14, 2017
X
bpo-30246: fix several error messages which only mention bytes in struct (#1421)
Xiang Zhang committed
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 23, 2017
V
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner committed
June 15, 2017
S
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain committed
June 2, 2017
J
May 15, 2017
X
bpo-30242: resolve some undefined behaviours in struct (#1418)
Xiang Zhang committed
X
bpo-30224: remove outdated checks in struct (#1374)
Xiang Zhang committed
April 20, 2017
S
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka committed
April 4, 2017
A
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester committed
February 4, 2017
S
Issue #29300: Use Argument Clinic for getting struct object from the format.
Serhiy Storchaka committed
February 2, 2017
V
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner committed
V
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
October 4, 2016
Z
Closes #21124, #28337: Call PyType_Ready on unpackiter_type.
Zachary Ware committed
October 2, 2016
Z
Issue #21124: Fix building _struct on Cygwin.
Zachary Ware committed
September 20, 2016
B
merge 3.5 (#28184)
Benjamin Peterson committed
September 7, 2016
B
require C99 bool
Benjamin Peterson committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
September 3, 2016
April 15, 2016
G
merge heads
Gregory P. Smith committed
M
Issue #26535: Correct docs regarding the struct buffer size
Martin Panter committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
August 15, 2014
V
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner committed
May 14, 2014
V
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner committed
November 23, 2013
D
- Modules/_struct.c (unpackiter_type): Define static.
doko@ubuntu.com 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
May 17, 2013
S
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka committed
April 26, 2013
A
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
Antoine Pitrou committed
February 9, 2013
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
October 29, 2012
P
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen committed
P
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen committed
P
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen committed
October 17, 2012
C
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes committed
July 29, 2012
M
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge committed