| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix due to Bill Noon for problem discovered by Ken Manheimer: packing | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -5/+3 |
|
|
* | Contribution by Hannu Krosing (with some changes). | Guido van Rossum | 1997-09-05 | 1 | -0/+38 |
|
|
* | Ignore whitespace between formats (not internal to a count+format). | Guido van Rossum | 1997-08-26 | 1 | -0/+7 |
|
|
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -8/+8 |
|
|
* | Changed the ``add/sub_offset'' hacks for dealing with C's unsigned | Guido van Rossum | 1997-01-03 | 1 | -112/+14 |
|
|
* | Fill pad bytes with zeros (fixing a bug dating from the very first version!). | Guido van Rossum | 1997-01-03 | 1 | -2/+5 |
|
|
* | Scratch the ears of gcc -Wall. | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
|
|
* | Ok, ok, I've fixed gradual underflow on packing too. | Guido van Rossum | 1997-01-02 | 1 | -45/+47 |
|
|
* | Oops -- unpack float/double didn't do the right thing if e==0. | Guido van Rossum | 1997-01-02 | 1 | -4/+14 |
|
|
* | Support float and double in non-native formats. | Guido van Rossum | 1997-01-02 | 1 | -2/+365 |
|
|
* | Added better handling of unsigned longs -- a Python long returned by | Guido van Rossum | 1996-12-31 | 1 | -27/+163 |
|
|
* | Fix the first bugs... treatment of 0 count was wrong, and memchr() | Guido van Rossum | 1996-12-31 | 1 | -6/+6 |
|
|
* | Pretty much rewritten to fulfull several long-standing wishes: | Guido van Rossum | 1996-12-31 | 1 | -226/+572 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-12 | 1 | -82/+88 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Quick hack so PowerPC macs can access system structures | Jack Jansen | 1995-02-02 | 1 | -0/+14 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -4/+8 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | unpack() now returns a tuple, not a list | Guido van Rossum | 1992-08-19 | 1 | -1/+23 |
|
|
* | struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). | Guido van Rossum | 1992-08-17 | 1 | -0/+447 |
|
|