1. 22 Dec, 1998 10 commits
  2. 21 Dec, 1998 26 commits
  3. 19 Dec, 1998 1 commit
  4. 18 Dec, 1998 3 commits
    • Greg Ward's avatar
      Fred's sysconfig module. · 144e81a6
      Greg Ward authored
      144e81a6
    • Jeremy Hylton's avatar
      patches from Andrew · bf0ba43b
      Jeremy Hylton authored
      NOTE: There is still a bug of some sort in the behavior of zlib.  In
      at least one case, inflate returns Z_OK (which is typically
      interpreted to mean that more output space is needed) when it has
      finished inflating a buffer.  This has been reported as a bug to the
      zlib maintainers; we may need to change the Python interface.
      bf0ba43b
    • Guido van Rossum's avatar
      Chris H. writes: · 4e395542
      Guido van Rossum authored
      If we're going to put the PyOS_strtol() proto in intobject.h we should
      include it here or the symbol isn't exported on PowerPC.
      4e395542