1. 28 Şub, 2001 1 kayıt (commit)
  2. 27 Şub, 2001 2 kayıt (commit)
  3. 24 Şub, 2001 1 kayıt (commit)
  4. 22 Şub, 2001 1 kayıt (commit)
  5. 21 Şub, 2001 1 kayıt (commit)
  6. 20 Şub, 2001 1 kayıt (commit)
  7. 19 Şub, 2001 1 kayıt (commit)
  8. 18 Şub, 2001 2 kayıt (commit)
  9. 16 Şub, 2001 2 kayıt (commit)
  10. 10 Şub, 2001 1 kayıt (commit)
  11. 09 Şub, 2001 2 kayıt (commit)
    • Marc-André Lemburg's avatar
      9f8cdf58
    • Tim Peters's avatar
      SF bug #131225: sys.winver is still '2.0' in python 2.1a2. · 909bc1cf
      Tim Peters yazdı
      SF patch #103683: Alternative dll version resources.
      Changes similar to the patch.  MarkH should review.
      File version and Product version text strings now 2.1a2.
      64-bit file and product version numbers are now
          PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION
      where
          messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL
      Updated company name to "Digital Creations 2".
      Copyright now lists Guido; "C in a circle" symbol used instead of (C).
      Comments added so this is less likely to get flubbed again, and
      #if/#error guys added to trigger if the version number manipulations
      above overflow.
      909bc1cf
  12. 05 Şub, 2001 1 kayıt (commit)
  13. 04 Şub, 2001 2 kayıt (commit)
  14. 03 Şub, 2001 2 kayıt (commit)
  15. 02 Şub, 2001 4 kayıt (commit)
  16. 01 Şub, 2001 4 kayıt (commit)
  17. 31 Ock, 2001 2 kayıt (commit)
    • Barry Warsaw's avatar
      Document the two changes to the mailbox.py module: · 30dbd142
      Barry Warsaw yazdı
      - All constructors grow an optional argument `factory' which is a
        callable used when new message instances are created by the next()
        methods.  Defaults to the rfc822.Message class.
      
      - A new subclass of UnixMailbox is added, called PortableUnixMailbox.
        It's identical to UnixMailbox, but uses a more portable test for
        From_ delimiter lines.  With PortableUnixMailbox, any line that
        starts with "From " is considered a delimiter (this should really
        check for two newlines before the F, but it doesn't.
      30dbd142
    • Tim Peters's avatar
      Docs for new Windows zlib build procedure. · ee826f88
      Tim Peters yazdı
      ee826f88
  18. 30 Ock, 2001 1 kayıt (commit)
  19. 29 Ock, 2001 1 kayıt (commit)
  20. 28 Ock, 2001 1 kayıt (commit)
  21. 27 Ock, 2001 2 kayıt (commit)
  22. 26 Ock, 2001 1 kayıt (commit)
  23. 25 Ock, 2001 2 kayıt (commit)
    • Tim Peters's avatar
      Fix bugs introduced by rewrite (in particular, time-based initialization · d52269bf
      Tim Peters yazdı
      got broken).  Also added new method .jumpahead(N).  This finally gives us
      a semi-decent answer to how Python's RNGs can be used safely and efficiently
      in multithreaded programs (although it requires the user to use the new
      machinery!).
      d52269bf
    • Tim Peters's avatar
      Reworked random.py so that it no longer depends on, and offers all the · d7b5e88e
      Tim Peters yazdı
      functionality of, whrandom.py.  Also closes all the "XXX" todos in
      random.py.  New frequently-requested functions/methods getstate() and
      setstate().  All exported functions are now bound methods of a hidden
      instance.  Killed all unintended exports.  Updated the docs.
      FRED:  The more I fiddle the docs, the less I understand the exact
      intended use of the \var, \code, \method tags.  Please review critically.
      GUIDO:  See email.  I updated NEWS as if whrandom were deprecated; I
      think it should be.
      d7b5e88e
  24. 24 Ock, 2001 1 kayıt (commit)
  25. 23 Ock, 2001 1 kayıt (commit)