1. 27 Eki, 2009 1 kayıt (commit)
  2. 24 Eki, 2009 1 kayıt (commit)
  3. 30 Haz, 2009 1 kayıt (commit)
  4. 02 Nis, 2009 1 kayıt (commit)
  5. 01 Nis, 2009 1 kayıt (commit)
  6. 20 Mar, 2009 1 kayıt (commit)
  7. 15 Şub, 2009 1 kayıt (commit)
  8. 06 Şub, 2009 1 kayıt (commit)
  9. 05 Ara, 2008 1 kayıt (commit)
  10. 14 Tem, 2008 1 kayıt (commit)
  11. 10 Tem, 2008 3 kayıt (commit)
  12. 06 Tem, 2008 1 kayıt (commit)
  13. 26 Haz, 2008 1 kayıt (commit)
  14. 25 Haz, 2008 1 kayıt (commit)
  15. 24 Haz, 2008 1 kayıt (commit)
  16. 20 Haz, 2008 1 kayıt (commit)
  17. 17 Haz, 2008 1 kayıt (commit)
  18. 13 Haz, 2008 1 kayıt (commit)
  19. 10 Haz, 2008 1 kayıt (commit)
  20. 01 Haz, 2008 4 kayıt (commit)
  21. 08 May, 2008 1 kayıt (commit)
  22. 09 Şub, 2008 1 kayıt (commit)
  23. 04 Şub, 2008 3 kayıt (commit)
  24. 15 Ock, 2008 1 kayıt (commit)
  25. 14 Ock, 2008 2 kayıt (commit)
  26. 01 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Feature #1534 · dfdfaab1
      Christian Heimes yazdı
      Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API.
      Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
      dfdfaab1
  27. 25 Tem, 2006 1 kayıt (commit)
    • Tim Peters's avatar
      current_frames_with_threads(): There's actually no way · 0c4a3b33
      Tim Peters yazdı
      to guess /which/ line the spawned thread is in at the time
      sys._current_frames() is called:  we know it finished
      enter_g.set(), but can't know whether the instruction
      counter has advanced to the following leave_g.wait().
      The latter is overwhelming most likely, but not guaranteed,
      and I see that the "x86 Ubuntu dapper (icc) trunk" buildbot
      found it on the other line once.  Changed the test so it
      passes in either case.
      0c4a3b33
  28. 19 Tem, 2006 1 kayıt (commit)
    • 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
  29. 10 Tem, 2006 1 kayıt (commit)
  30. 03 Nis, 2006 1 kayıt (commit)
  31. 03 Agu, 2005 1 kayıt (commit)
  32. 15 Şub, 2005 1 kayıt (commit)