index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-1/+2
*
Use Py_NewRef in Modules/_struct.c (GH-23981)
Pablo Galindo
2020-12-28
1
-2/+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-3/+3
*
bpo-1635741: Fix _struct for build bot error (GH-23402)
Dong-hee Na
2020-11-19
1
-1/+1
*
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes
2020-11-19
1
-233/+265
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-1/+1
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
1
-0/+5
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-2/+2
*
bpo-39689: Do not use native packing for format "?" with standard size (GH-18...
Stefan Krah
2020-03-24
1
-0/+3
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-11/+23
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1/+1
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-1/+1
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
1
-2/+2
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-147/+172
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-2/+2
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-4/+4
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-1/+4
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-6/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-4/+4
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-6/+29
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-5/+5
*
bpo-30246: fix several error messages which only mention bytes in struct (#1421)
Xiang Zhang
2017-09-14
1
-4/+5
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+2
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-20/+6
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-2/+2
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
1
-6/+14
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
1
-2/+5
*
bpo-30242: resolve some undefined behaviours in struct (#1418)
Xiang Zhang
2017-05-15
1
-5/+9
*
bpo-30224: remove outdated checks in struct (#1374)
Xiang Zhang
2017-05-15
1
-47/+15
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+1
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-4/+30
*
Issue #29300: Use Argument Clinic for getting struct object from the format.
Serhiy Storchaka
2017-02-04
1
-65/+52
*
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner
2017-02-02
1
-4/+4
*
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner
2017-02-02
1
-226/+246
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Closes #21124, #28337: Call PyType_Ready on unpackiter_type.
Zachary Ware
2016-10-04
1
-0/+3
*
Issue #21124: Fix building _struct on Cygwin.
Zachary Ware
2016-10-02
1
-1/+1
*
merge 3.5 (#28184)
Benjamin Peterson
2016-09-20
1
-1/+1
|
\
*
|
require C99 bool
Benjamin Peterson
2016-09-07
1
-12/+5
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-26/+26
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-43/+0
*
|
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-1/+75
*
|
merge heads
Gregory P. Smith
2016-04-15
1
-8/+8
|
\
\
|
|
/
[next]