summaryrefslogtreecommitdiffstats
path: root/Modules/structmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Unsigned 1 and 2 byte sized formats shouldn't result in long integer values!Guido van Rossum1998-06-291-2/+8
* get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).Fred Drake1998-05-281-1/+1
* Make new gcc -Wall happyGuido van Rossum1998-04-101-3/+3
* Oops, left in a non-standard multi-line doc string that GCC finds okayGuido van Rossum1997-12-211-4/+4
* Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit).Guido van Rossum1997-12-191-7/+41
* Fix due to Bill Noon for problem discovered by Ken Manheimer: packingGuido van Rossum1997-11-041-2/+2
* Apply two changes, systematically:Guido van Rossum1997-10-011-5/+3
* Contribution by Hannu Krosing (with some changes).Guido van Rossum1997-09-051-0/+38
* Ignore whitespace between formats (not internal to a count+format).Guido van Rossum1997-08-261-0/+7
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-8/+8
* Changed the ``add/sub_offset'' hacks for dealing with C's unsignedGuido van Rossum1997-01-031-112/+14
* Fill pad bytes with zeros (fixing a bug dating from the very first version!).Guido van Rossum1997-01-031-2/+5
* Scratch the ears of gcc -Wall.Barry Warsaw1997-01-031-1/+1
* Ok, ok, I've fixed gradual underflow on packing too.Guido van Rossum1997-01-021-45/+47
* Oops -- unpack float/double didn't do the right thing if e==0.Guido van Rossum1997-01-021-4/+14
* Support float and double in non-native formats.Guido van Rossum1997-01-021-2/+365
* Added better handling of unsigned longs -- a Python long returned byGuido van Rossum1996-12-311-27/+163
* Fix the first bugs... treatment of 0 count was wrong, and memchr()Guido van Rossum1996-12-311-6/+6
* Pretty much rewritten to fulfull several long-standing wishes:Guido van Rossum1996-12-311-226/+572
* Renamed.Barry Warsaw1996-12-121-82/+88
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Quick hack so PowerPC macs can access system structuresJack Jansen1995-02-021-0/+14
* Added 1995 to copyright message.Guido van Rossum1995-01-041-4/+8
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* unpack() now returns a tuple, not a listGuido van Rossum1992-08-191-1/+23
* struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().Guido van Rossum1992-08-171-0/+447