- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 137507e Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
- 39ef227 Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! by Guido van Rossum · 26 years ago
- d3dbb38 get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 9897f0f Oops, left in a non-standard multi-line doc string that GCC finds okay by Guido van Rossum · 27 years ago
- 414fd48 Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). by Guido van Rossum · 27 years ago
- 8f3c812 Fix due to Bill Noon for problem discovered by Ken Manheimer: packing by Guido van Rossum · 27 years ago
- 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
- 9eb671f Contribution by Hannu Krosing (with some changes). by Guido van Rossum · 27 years ago
- e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 27 years ago
- 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 28 years ago
- 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
- b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
- b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
- 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
- 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
- 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
- 60c5061 Added better handling of unsigned longs -- a Python long returned by by Guido van Rossum · 28 years ago
- 3aa27fd Fix the first bugs... treatment of 0 count was wrong, and memchr() by Guido van Rossum · 28 years ago
- f7e6b4b Pretty much rewritten to fulfull several long-standing wishes: by Guido van Rossum · 28 years ago
- 30695fa Renamed. by Barry Warsaw · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 971e1df Quick hack so PowerPC macs can access system structures by Jack Jansen · 30 years ago
- 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago
- 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago