1. 24 Tem, 2006 2 kayıt (commit)
  2. 23 Tem, 2006 15 kayıt (commit)
  3. 22 Tem, 2006 2 kayıt (commit)
  4. 21 Tem, 2006 8 kayıt (commit)
  5. 20 Tem, 2006 6 kayıt (commit)
  6. 19 Tem, 2006 3 kayıt (commit)
    • Martin v. Löwis's avatar
      Revert r50706 (Whitespace normalization) and · cfe3128c
      Martin v. Löwis yazdı
      r50697: Comments and docs cleanups, and some little fixes
      per recommendation from Raymond Hettinger.
      cfe3128c
    • Thomas Heller's avatar
      Make sure the _ctypes extension can be compiled when WITH_THREAD is · 100a4e94
      Thomas Heller yazdı
      not defined on Windows, even if that configuration is probably not
      supported at all.
      100a4e94
    • Tim Peters's avatar
      SF bug 1524317: configure --without-threads fails to build · 112aad36
      Tim Peters yazdı
      Moved the code for _PyThread_CurrentFrames() up, so it's no longer
      in a huge "#ifdef WITH_THREAD" block (I didn't realize it /was/ in
      one).
      
      Changed test_sys's test_current_frames() so it passes with or without
      thread supported compiled in.
      
      Note that test_sys fails when Python is compiled without threads,
      but for an unrelated reason (the old test_exit() fails with an
      indirect ImportError on the `thread` module).  There are also
      other unrelated compilation failures without threads, in extension
      modules (like ctypes); at least the core compiles again.
      
      Do we really support --without-threads?  If so, there are several
      problems remaining.
      112aad36
  7. 18 Tem, 2006 4 kayıt (commit)