1. 04 Ara, 2001 1 kayıt (commit)
  2. 28 Kas, 2001 1 kayıt (commit)
  3. 05 Kas, 2001 1 kayıt (commit)
  4. 30 Eki, 2001 1 kayıt (commit)
  5. 12 Eki, 2001 1 kayıt (commit)
  6. 07 Eyl, 2001 1 kayıt (commit)
  7. 06 Eyl, 2001 2 kayıt (commit)
  8. 29 Agu, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug [#456252] Python should never stomp on [u]intptr_t. · 79248aa1
      Tim Peters yazdı
      pyport.h:  typedef a new Py_intptr_t type.
          DELICATE ASSUMPTION:  That HAVE_UINTPTR_T implies intptr_t is
          available as well as uintptr_t.  If that turns out not to be
          true, things must get uglier (C99 wants both, so I think it's
          an assumption we're *likely* to get away with).
      thread_nt.h, PyThread_start_new_thread:  MS _beginthread is documented
          as returning unsigned long; no idea why uintptr_t was being used.
      Others:  Always use Py_[u]intptr_t, never [u]intptr_t directly.
      79248aa1
  9. 19 Agu, 2001 1 kayıt (commit)
  10. 02 Agu, 2001 1 kayıt (commit)
  11. 26 Tem, 2001 2 kayıt (commit)
  12. 23 Tem, 2001 1 kayıt (commit)
  13. 17 Tem, 2001 1 kayıt (commit)
  14. 15 Tem, 2001 1 kayıt (commit)
  15. 27 Haz, 2001 1 kayıt (commit)
  16. 26 Haz, 2001 2 kayıt (commit)
  17. 14 May, 2001 1 kayıt (commit)
  18. 24 Nis, 2001 1 kayıt (commit)
  19. 21 Nis, 2001 1 kayıt (commit)
  20. 18 Nis, 2001 1 kayıt (commit)
  21. 11 Mar, 2001 1 kayıt (commit)
  22. 28 Şub, 2001 1 kayıt (commit)
  23. 23 Şub, 2001 1 kayıt (commit)
  24. 20 Şub, 2001 1 kayıt (commit)
  25. 19 Şub, 2001 3 kayıt (commit)
  26. 09 Şub, 2001 1 kayıt (commit)
    • 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
  27. 02 Şub, 2001 1 kayıt (commit)
  28. 25 Ock, 2001 1 kayıt (commit)
  29. 19 Ock, 2001 2 kayıt (commit)
  30. 17 Ock, 2001 1 kayıt (commit)
  31. 09 Ock, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Assorted xreadlines problems: · 58c82f0b
      Tim Peters yazdı
          Wasn't built on Windows; not in config.c either.
          Module init function missing DL_EXPORT magic.
          test_xreadline output file obviously wrong (started w/ "test_xrl").
          test program very unclear about what was expected.
      58c82f0b
  32. 12 Ara, 2000 1 kayıt (commit)
  33. 13 Kas, 2000 2 kayıt (commit)