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
*
fix test_float regression and 64-bit size mismatch issue
Bob Ippolito
2006-05-25
1
-2/+16
*
Use faster struct pack/unpack functions for the endian table that matches the...
Bob Ippolito
2006-05-25
1
-3/+27
*
Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incor...
Bob Ippolito
2006-05-25
1
-10/+13
*
fix a struct regression where long would be returned for short unsigned integers
Bob Ippolito
2006-05-25
1
-0/+6
*
Fix Cygwin compiler issue
Bob Ippolito
2006-05-25
1
-1/+5
*
Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifde...
Bob Ippolito
2006-05-25
1
-6/+88
*
refactor unpack, add unpack_from
Bob Ippolito
2006-05-24
1
-62/+108
*
fix typo in _struct
Bob Ippolito
2006-05-23
1
-2/+2
*
forward declaration for PyStructType
Bob Ippolito
2006-05-23
1
-0/+1
*
fix linking issue, warnings, in struct
Bob Ippolito
2006-05-23
1
-4/+0
*
patch #1493701: performance enhancements for struct module
Bob Ippolito
2006-05-23
1
-0/+1355
*
revert #1493701
Bob Ippolito
2006-05-23
1
-1355/+0
*
Patch #1493701: performance enhancements for struct module.
Bob Ippolito
2006-05-23
1
-0/+1355