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
*
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
|
\
\
|
|
/
|
*
Issue #26535: Correct docs regarding the struct buffer size
Martin Panter
2016-04-15
1
-8/+8
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
|
\
\
|
|
/
|
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-3/+3
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-10/+13
|
\
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-10/+13
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-2/+3
*
|
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner
2014-05-14
1
-5/+4
|
/
*
- Modules/_struct.c (unpackiter_type): Define static.
doko@ubuntu.com
2013-11-23
1
-1/+1
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
|
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-79/+94
*
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...
Antoine Pitrou
2013-04-26
1
-0/+165
*
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-2/+2
|
\
\
|
|
/
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-2/+2
|
|
\
|
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-2/+2
*
|
|
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen
2012-10-29
1
-4/+14
|
\
\
\
|
|
/
/
|
*
|
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen
2012-10-29
1
-4/+14
|
|
\
\
|
|
|
/
|
|
*
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen
2012-10-29
1
-4/+14
*
|
|
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
1
-11/+10
|
/
/
*
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-6/+2
|
\
\
|
|
/
|
*
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-6/+2
*
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+17
|
\
\
|
|
/
|
*
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+17
*
|
Issue #3163: The struct module gets new format characters 'n' and 'N'
Antoine Pitrou
2011-10-06
1
-1/+89
|
/
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
Merged revisions 83239 via svnmerge from
Mark Dickinson
2010-07-29
1
-0/+3
|
*
Merged revisions 82941 via svnmerge from
Mark Dickinson
2010-07-18
1
-2/+2
|
*
Merged revisions 82628,82630 via svnmerge from
Benjamin Peterson
2010-07-07
1
-2/+8
|
*
Merged revisions 81965 via svnmerge from
Mark Dickinson
2010-06-13
1
-2/+2
|
*
Merged revisions 81961 via svnmerge from
Mark Dickinson
2010-06-12
1
-1/+5
[next]