summaryrefslogtreecommitdiff
path: root/Modules/_struct.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #4228: Pack negative values the same way as 2.4Martin v. Löwis2008-12-131-6/+6
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+6
* Fix unpack so it works on 64-bit platforms.v2.5.1c1Neal Norwitz2007-04-051-1/+1
* Fix-up error-exits on struct_unpack().Raymond Hettinger2007-04-041-13/+17
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-3/+17
* Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the...Kristján Valur Jónsson2006-10-071-2/+2
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-0/+60
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-301-4/+6
* Wrap some long linesNeal Norwitz2006-06-111-15/+10
* s_methods[]: Stop compiler warnings by castingTim Peters2006-06-041-1/+2
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-041-15/+13
* Repaired error in new comment.Tim Peters2006-05-311-4/+4
* _range_error(): Speed and simplify (there's no real need forTim Peters2006-05-311-17/+19
* Trimmed trailing whitespace.Tim Peters2006-05-311-22/+22
* Calculate smallest properly (it was off by one) and use proper ssize_t types ...Neal Norwitz2006-05-311-5/+5
* Change wrapping terminology to overflow maskingBob Ippolito2006-05-301-18/+18
* struct: modulo math plus warning on all endian-explicit formats for compatibi...Bob Ippolito2006-05-291-11/+163
* Silence a warning.Armin Rigo2006-05-291-1/+1
* simplify the struct code a bit (no functional changes)Bob Ippolito2006-05-291-23/+31
* Fix ref-antileak in _struct.c which eventually lead to deallocating None.Georg Brandl2006-05-281-1/+1
* fix struct regression on 64-bit platformsBob Ippolito2006-05-271-22/+36
* 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