COMMITS
/ Modules/structmodule.c September 18, 1998
G
Patches from Greg Stein to support 'P' format in struct module's
Guido van Rossum committed
June 29, 1998
G
Unsigned 1 and 2 byte sized formats shouldn't result in long integer values!
Guido van Rossum committed
May 28, 1998
F
get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).
Fred Drake committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
December 21, 1997
G
Oops, left in a non-standard multi-line doc string that GCC finds okay
Guido van Rossum committed
December 19, 1997
G
Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit).
Guido van Rossum committed
November 4, 1997
G
Fix due to Bill Noon for problem discovered by Ken Manheimer: packing
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
September 5, 1997
G
Contribution by Hannu Krosing (with some changes).
Guido van Rossum committed
August 26, 1997
G
Ignore whitespace between formats (not internal to a count+format).
Guido van Rossum committed
April 11, 1997
G
Keep Microsoft VC happy.
Guido van Rossum committed
January 3, 1997
G
Changed the ``add/sub_offset'' hacks for dealing with C's unsigned
Guido van Rossum committed
G
Fill pad bytes with zeros (fixing a bug dating from the very first version!).
Guido van Rossum committed
B
Scratch the ears of gcc -Wall.
Barry Warsaw committed
January 2, 1997
G
Ok, ok, I've fixed gradual underflow on packing too.
Guido van Rossum committed
G
Oops -- unpack float/double didn't do the right thing if e==0.
Guido van Rossum committed
G
Support float and double in non-native formats.
Guido van Rossum committed
December 31, 1996
G
Added better handling of unsigned longs -- a Python long returned by
Guido van Rossum committed
G
Fix the first bugs... treatment of 0 count was wrong, and memchr()
Guido van Rossum committed
G
Pretty much rewritten to fulfull several long-standing wishes:
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
February 2, 1995
J
Quick hack so PowerPC macs can access system structures
Jack Jansen committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
August 19, 1992
G
unpack() now returns a tuple, not a list
Guido van Rossum committed
August 17, 1992
G
struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().
Guido van Rossum committed