1. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  2. 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
  3. b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
  4. b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
  5. 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
  6. 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
  7. 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
  8. 60c5061 Added better handling of unsigned longs -- a Python long returned by by Guido van Rossum · 28 years ago
  9. 3aa27fd Fix the first bugs... treatment of 0 count was wrong, and memchr() by Guido van Rossum · 28 years ago
  10. f7e6b4b Pretty much rewritten to fulfull several long-standing wishes: by Guido van Rossum · 28 years ago
  11. 30695fa Renamed. by Barry Warsaw · 28 years ago
  12. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  13. 971e1df Quick hack so PowerPC macs can access system structures by Jack Jansen · 29 years ago
  14. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  15. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  16. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  17. 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago
  18. 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago