COMMITS
/ Modules/structmodule.c September 15, 2001
T
The 'p' (Pascal string) pack code acts unreasonably when the string size
Tim Peters committed
July 18, 2001
T
SF bug #442520: test_struct fails on SPARC.
Tim Peters committed
June 13, 2001
T
The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.
Tim Peters committed
June 12, 2001
T
Added q/Q standard (x-platform 8-byte ints) mode in struct module.
Tim Peters committed
June 11, 2001
T
Trimmed trailing whitespace.
Tim Peters committed
T
Simplify some convolution by simply not recognizing 'q' and 'Q' at all
Tim Peters committed
T
Make clear in the docstring that "std" applies to both size and alignment,
Tim Peters committed
June 10, 2001
T
Initial support for 'q' and 'Q' struct format codes: for now, only in
Tim Peters committed
April 8, 2001
T
Repair portability of sign extension when reading signed ints on boxes
Tim Peters committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 15, 2000
M
Use symbolic constants for allowable short ranges.
Martin v. Löwis committed
M
Check range for bytes and shorts. Closes bug #110845.
Martin v. Löwis committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 1, 2000
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
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