An error occurred fetching the project authors.
  1. 07 Feb, 2014 1 commit
  2. 13 Dec, 2013 1 commit
  3. 10 Dec, 2013 1 commit
  4. 09 Oct, 2013 1 commit
  5. 30 Aug, 2013 1 commit
  6. 17 Jan, 2013 1 commit
  7. 29 Jun, 2012 1 commit
  8. 19 Apr, 2012 2 commits
  9. 24 Mar, 2012 1 commit
  10. 08 Feb, 2012 2 commits
  11. 02 Feb, 2012 2 commits
  12. 28 Jan, 2012 1 commit
  13. 01 Jul, 2011 1 commit
  14. 30 Jun, 2011 1 commit
  15. 01 Jul, 2011 1 commit
  16. 30 May, 2011 1 commit
  17. 28 May, 2011 2 commits
  18. 05 May, 2011 1 commit
  19. 04 May, 2011 1 commit
  20. 30 Apr, 2011 1 commit
  21. 19 Apr, 2011 1 commit
    • Victor Stinner's avatar
      Issue #11223: Add threading._info() function providing informations about the · 754851f4
      Victor Stinner authored
      thread implementation.
      
      Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of
      test_threadsignals if a thread lock is implemented using a POSIX mutex and a
      POSIX condition variable. A POSIX condition variable cannot be interrupted by a
      signal (e.g. on Linux, the futex system call is restarted).
      754851f4
  22. 09 Apr, 2011 4 commits
  23. 16 Mar, 2011 2 commits
  24. 28 Feb, 2011 1 commit
  25. 25 Feb, 2011 1 commit
  26. 06 Jan, 2011 1 commit
  27. 05 Jan, 2011 1 commit
  28. 04 Jan, 2011 2 commits
    • Gregory P. Smith's avatar
      Merged revisions 87710 via svnmerge from · 2b79a814
      Gregory P. Smith authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87710 | gregory.p.smith | 2011-01-03 13:06:12 -0800 (Mon, 03 Jan 2011) | 4 lines
      
        issue6643 - Two locks held within the threading module on each thread instance
        needed to be reinitialized after fork().  Adds tests to confirm that they are
        and that a potential deadlock and crasher bug are fixed (platform dependant).
      ........
      
      This required a bit more fiddling for 2.x as __block and __started are __
      private as well as the __started Event's __cond.  A new "private"
      _reset_internal_locks() method is added to Thread and _Event objects to
      address this.
      2b79a814
    • Gregory P. Smith's avatar
      Merged revisions 87710 via svnmerge from · 4b129d23
      Gregory P. Smith authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87710 | gregory.p.smith | 2011-01-03 13:06:12 -0800 (Mon, 03 Jan 2011) | 4 lines
      
        issue6643 - Two locks held within the threading module on each thread instance
        needed to be reinitialized after fork().  Adds tests to confirm that they are
        and that a potential deadlock and crasher bug are fixed (platform dependant).
      ........
      4b129d23
  29. 03 Jan, 2011 1 commit
  30. 21 Nov, 2010 2 commits