summaryrefslogtreecommitdiffstats
path: root/Modules/_struct.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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