1. 27 Mar, 2008 1 kayıt (commit)
  2. 23 Şub, 2008 1 kayıt (commit)
  3. 20 May, 2007 1 kayıt (commit)
  4. 03 May, 2007 1 kayıt (commit)
    • Kristján Valur Jónsson's avatar
      Fix problems in x64 build that were discovered by the testsuite: · f030394d
      Kristján Valur Jónsson yazdı
      - Reenable modules on x64 that had been disabled aeons ago for Itanium.
      - Cleared up confusion about compilers for 64 bit windows.  There is only Itanium and x64.  Added macros MS_WINI64 and MS_WINX64 for those rare cases where it matters, such as the disabling of modules above.
      - Set target platform (_WIN32_WINNT and WINVER) to 0x0501 (XP) for x64, and 0x0400 (NT 4.0) otherwise, which are the targeted minimum platforms.
      - Fixed thread_nt.h.  The emulated InterlockedCompareExchange function didn´t work on x64, probaby due to the lack of a "volatile" specifier.  Anyway, win95 is no longer a target platform.
      - Itertools module used wrong constant to check for overflow in count()
      - PyInt_AsSsize_t couldn't deal with attribute error when accessing the __long__ member.
      - PyLong_FromSsize_t() incorrectly specified that the operand were unsigned.
      
      With these changes, the x64 passes the testsuite, for those modules present.
      f030394d
  5. 28 Şub, 2007 1 kayıt (commit)
  6. 27 Tem, 2006 1 kayıt (commit)
  7. 29 May, 2006 1 kayıt (commit)
  8. 23 May, 2006 1 kayıt (commit)
  9. 16 Mar, 2006 1 kayıt (commit)
  10. 27 Şub, 2006 1 kayıt (commit)
  11. 14 Şub, 2006 1 kayıt (commit)
  12. 03 Ock, 2006 1 kayıt (commit)
  13. 24 Agu, 2005 1 kayıt (commit)
  14. 28 Şub, 2005 1 kayıt (commit)
  15. 12 Eki, 2004 1 kayıt (commit)
  16. 31 Agu, 2004 1 kayıt (commit)
  17. 28 Tem, 2004 1 kayıt (commit)
  18. 18 Tem, 2004 2 kayıt (commit)
  19. 02 Haz, 2004 1 kayıt (commit)
  20. 19 Nis, 2004 1 kayıt (commit)
  21. 29 Ock, 2004 1 kayıt (commit)
  22. 21 Ock, 2004 1 kayıt (commit)
  23. 05 Ock, 2004 1 kayıt (commit)
  24. 02 Ock, 2004 1 kayıt (commit)
  25. 08 Kas, 2003 1 kayıt (commit)
  26. 18 Nis, 2003 1 kayıt (commit)
  27. 01 Şub, 2003 1 kayıt (commit)
  28. 30 Ara, 2002 1 kayıt (commit)
    • Just van Rossum's avatar
      PEP 302 + zipimport: · 52e14d64
      Just van Rossum yazdı
      - new import hooks in import.c, exposed in the sys module
      - new module called 'zipimport'
      - various changes to allow bootstrapping from zip files
      
      I hope I didn't break the Windows build (or anything else for that
      matter), but then again, it's been sitting on sf long enough...
      
      Regarding the latest discussions on python-dev: zipimport sets
      pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as
      /path/to/Archive.zip/subdir/ are supported again.
      52e14d64
  29. 29 Ara, 2002 1 kayıt (commit)
  30. 07 Tem, 2002 1 kayıt (commit)
  31. 16 Haz, 2002 1 kayıt (commit)
  32. 12 Eki, 2001 1 kayıt (commit)
  33. 02 Agu, 2001 1 kayıt (commit)
  34. 02 Şub, 2001 1 kayıt (commit)
  35. 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
  36. 04 Eki, 2000 1 kayıt (commit)
  37. 01 Eyl, 2000 1 kayıt (commit)
  38. 22 Tem, 2000 1 kayıt (commit)
  39. 12 Tem, 2000 1 kayıt (commit)