1. 01 Ock, 2013 1 kayıt (commit)
  2. 18 Haz, 2012 1 kayıt (commit)
  3. 15 Haz, 2012 1 kayıt (commit)
  4. 25 May, 2012 2 kayıt (commit)
  5. 11 Kas, 2011 1 kayıt (commit)
  6. 27 Tem, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Remove indirection in threading (issue #10968). · 0cdd4454
      Éric Araujo yazdı
      The public names (Thread, Condition, etc.) used to be factory functions
      returning instances of hidden classes (_Thread, _Condition, etc.),
      because (if Guido recalls correctly) this code pre-dates the ability to
      subclass extension types.
      
      It is now possible to inherit from Thread and other classes, without
      having to import the private underscored names like multiprocessing did.
      
      A doc update will follow: a patch is under discussion on the issue.
      0cdd4454
  7. 14 Ara, 2010 3 kayıt (commit)
  8. 22 Eyl, 2008 2 kayıt (commit)
  9. 19 Agu, 2008 2 kayıt (commit)
  10. 18 Agu, 2008 2 kayıt (commit)
  11. 25 Haz, 2008 1 kayıt (commit)
  12. 13 Haz, 2008 1 kayıt (commit)
  13. 11 Haz, 2008 4 kayıt (commit)