summaryrefslogtreecommitdiff
path: root/Modules/_struct.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up struct docstrings, add struct.pack_to function for symmetryBob Ippolito2006-05-271-8/+8
* Remove the range checking and int usage #defines from _struct and strip out t...Bob Ippolito2006-05-271-63/+8
* enable all of the struct tests, use ssize_t, fix some whitespaceBob Ippolito2006-05-261-58/+67
* Repair Windows compiler warnings about mixingTim Peters2006-05-261-2/+2
* fix signed/unsigned mismatch in structBob Ippolito2006-05-261-2/+2
* Enable PY_USE_INT_WHEN_POSSIBLE in structBob Ippolito2006-05-261-3/+1
* Fix _struct typo that broke some 64-bit platformsBob Ippolito2006-05-261-1/+1
* fix #1229380 No struct.pack exception for some out of range integersBob Ippolito2006-05-261-10/+93
* Support for buffer protocol for socket and struct.Martin Blais2006-05-261-37/+117
* fix test_float regression and 64-bit size mismatch issueBob Ippolito2006-05-251-2/+16
* Use faster struct pack/unpack functions for the endian table that matches the...Bob Ippolito2006-05-251-3/+27
* Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incor...Bob Ippolito2006-05-251-10/+13
* fix a struct regression where long would be returned for short unsigned integersBob Ippolito2006-05-251-0/+6
* Fix Cygwin compiler issueBob Ippolito2006-05-251-1/+5
* Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifde...Bob Ippolito2006-05-251-6/+88
* refactor unpack, add unpack_fromBob Ippolito2006-05-241-62/+108
* fix typo in _structBob Ippolito2006-05-231-2/+2
* forward declaration for PyStructTypeBob Ippolito2006-05-231-0/+1
* fix linking issue, warnings, in structBob Ippolito2006-05-231-4/+0
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-231-0/+1355
* revert #1493701Bob Ippolito2006-05-231-1355/+0
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-231-0/+1355