1. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  2. 720e655 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  3. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  4. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  5. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  6. 6aa446c PEP 475: on EINTR, retry the function even if the timeout is equals to zero by Victor Stinner · 9 years ago
  7. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 9 years ago
  8. f5faad2 Issue #22117: The thread module uses the new _PyTime_t timestamp API by Victor Stinner · 9 years ago
  9. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  10. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  11. e879452 threading.RLock._acquire_restore() now raises a TypeError instead of a by Victor Stinner · 10 years ago
  12. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  13. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  14. 357f515 Issue #19437: Fix _threading.RLock constructor (rlock_new), call by Victor Stinner · 11 years ago
  15. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  16. 811724c merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 11 years ago
  17. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 11 years ago
  18. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 11 years ago
  19. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 11 years ago
  20. 69cf913 Issue #15124: Optimize _thread.LockType deletion and acquisition when by Kristjan Valur Jonsson · 12 years ago
  21. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  22. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  23. 5397c79 Merge 3.2 by Éric Araujo · 13 years ago
  24. 9bcf8bf Fix error message to use the Python name instead of the C name by Éric Araujo · 13 years ago
  25. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  26. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 13 years ago
  27. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  28. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  29. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  30. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  31. 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 13 years ago
  32. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  33. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  34. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  35. fcd2a79 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  37. 102594f Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  38. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  39. 87d5260 Merged revisions 83918 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 5af4f4b Issue #3757: thread-local objects now support cyclic garbage collection. by Antoine Pitrou · 14 years ago
  41. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  42. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  43. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  44. ef32bc8 Merged revisions 78639 via svnmerge from by Victor Stinner · 14 years ago
  45. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 14 years ago
  46. 5774043 Merged revisions 78611 via svnmerge from by Victor Stinner · 14 years ago
  47. 8f3216a Merged revisions 78610 via svnmerge from by Victor Stinner · 14 years ago
  48. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  49. 434736a Issue #3001: Add a C implementation of recursive locks which is used by by Antoine Pitrou · 15 years ago
  50. 9257f5e Merged revisions 75969 via svnmerge from by Antoine Pitrou · 15 years ago
  51. 65c9c64 Merged revisions 75958 via svnmerge from by Antoine Pitrou · 15 years ago
  52. bec4d57 Merged revisions 74524 via svnmerge from by Benjamin Peterson · 15 years ago
  53. fe51a1f rollback the merge of r74524 because it causes failures in test_multiprocessing by Benjamin Peterson · 15 years ago
  54. 9a779ea Merged revisions 74524,74556 via svnmerge from by Benjamin Peterson · 15 years ago
  55. 962b05c Merged revisions 75125 via svnmerge from by Philip Jenvey · 15 years ago
  56. 26713ca Recorded merge of revisions 75123 via svnmerge from by Philip Jenvey · 15 years ago
  57. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  58. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  59. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  61. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  62. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago[Renamed (99%) from Modules/threadmodule.c]
  63. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  64. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  65. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  66. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  67. 4ee631e Make "thread.local" key a unicode object. by Walter Dörwald · 17 years ago
  68. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  69. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  70. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  71. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  72. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  73. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  74. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  75. f3c4ad1 typo by Georg Brandl · 18 years ago
  76. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  77. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  78. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  79. 2368b3c Consistently use hard tabs for indentation. by Michael W. Hudson · 19 years ago
  80. 64e0814 Add a missing incref. by Michael W. Hudson · 19 years ago
  81. a43ece9 Delete some vestigial code; execution will never reach the 'if' statement if args is NULL by Andrew M. Kuchling · 19 years ago
  82. 54c273c The error message "can't start new thread" should not end in a newline. by Guido van Rossum · 19 years ago
  83. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  84. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  85. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  86. a1ad5f6 Correct function name. by Kurt B. Kaiser · 21 years ago
  87. a11e846 Add interrupt_main() to thread module. by Kurt B. Kaiser · 21 years ago
  88. 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 21 years ago
  89. 884baa1 --with(out)-thread is deprecated according to configure --help by Neal Norwitz · 22 years ago
  90. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  91. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  92. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  93. 8fdc75b Lock methods acquire() and locked() now return bools. by Guido van Rossum · 22 years ago
  94. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  95. 4632117 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  96. 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  97. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  98. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  99. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  100. 38300c6 Fix typo in docstring by Andrew M. Kuchling · 23 years ago