1. b65e579 Improve variable names by Raymond Hettinger · 11 years ago
  2. ec4b174 Issue #17385: Fix quadratic behavior in threading.Condition by Raymond Hettinger · 11 years ago
  3. 720da57 Update code to increment and decrement using the cleaner += 1 and -= 1 style. by Raymond Hettinger · 11 years ago
  4. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  5. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  6. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  7. 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 12 years ago
  8. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 12 years ago
  9. 7bbb6e8 merge 3.2 by Benjamin Peterson · 12 years ago
  10. 050a05a remove unused import by Benjamin Peterson · 12 years ago
  11. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 12 years ago
  12. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  13. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 12 years ago
  14. b055bf6 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  15. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  16. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  17. 7761b95 add ThreadError to threading.__all__ (closes #12679) by Benjamin Peterson · 13 years ago
  18. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 13 years ago
  19. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  20. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  21. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  22. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  23. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 13 years ago
  24. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  25. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  26. 5bdfd91 Remove out-of-date comment by Raymond Hettinger · 13 years ago
  27. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 13 years ago
  28. 9bd4a24 Fix the new bug introduced in the r87710 fix for issue 6643. DummyThread by Gregory P. Smith · 13 years ago
  29. 96c886c issue6643 - Two locks held within the threading module on each thread instance by Gregory P. Smith · 13 years ago
  30. 401edd6 Issue #4188: Avoid creating dummy thread objects when logging operations by Antoine Pitrou · 14 years ago
  31. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 14 years ago
  32. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
  33. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 14 years ago
  34. 148724d Rip out old testing code that was inlined in threading. by Brett Cannon · 14 years ago
  35. 0454af9 Issue #850728: Add a *timeout* parameter to the `acquire()` method of by Antoine Pitrou · 14 years ago
  36. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  37. fdd4d0f Merged revisions 79817 via svnmerge from by Senthil Kumaran · 14 years ago
  38. 3fdd964 Merged revisions 78517 via svnmerge from by Gregory P. Smith · 14 years ago
  39. 434736a Issue #3001: Add a C implementation of recursive locks which is used by by Antoine Pitrou · 15 years ago
  40. b087268 Merged revisions 76172 via svnmerge from by Antoine Pitrou · 15 years ago
  41. bdec11f Merged revisions 76117 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  43. 7b1c414 Use true booleans. by Georg Brandl · 15 years ago
  44. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 16 years ago
  46. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  47. f0923f5 add full deprecation warnings for old threading APIs by Benjamin Peterson · 16 years ago
  48. 6640d72 Merged revisions 65826 via svnmerge from by Benjamin Peterson · 16 years ago
  49. fdbea96 change is_daemon, set_daemon, get_name, and set_name to properties by Benjamin Peterson · 16 years ago
  50. 773c17b Merged revisions 65818 via svnmerge from by Benjamin Peterson · 16 years ago
  51. a851397 Merger 65032 to py3k by Jesse Noller · 16 years ago
  52. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  53. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  55. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  56. f5c7c2e Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62127-62128,62130,62132,62134-62137,62139-62142,62144,62146-62148,62150-62152,62155-62161 via svnmerge from by Neal Norwitz · 16 years ago
  57. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  58. 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 16 years ago
  59. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  60. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 16 years ago
  61. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  62. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  63. d064899 Get rid of all __private variables and methods in the threading module. by Guido van Rossum · 17 years ago
  64. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  65. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  66. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  67. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  68. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  69. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  70. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  71. 0e3f591 Merged revisions 46753-51188 via svnmerge from 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. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  74. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  75. ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 19 years ago
  76. a4a8b82 bug [ 1238170 ] threading.Thread uses {} as default argument by Georg Brandl · 19 years ago
  77. 90cece7 Fixed typo in verbose output. by Brett Cannon · 19 years ago
  78. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 19 years ago
  79. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 19 years ago
  80. 2142993 Thread.__delete: Discussion of internal obscurities belongs in comments by Tim Peters · 20 years ago
  81. 8b3d92a Fix bug where a KeyError was raised if -O was being used for the interpreter by Brett Cannon · 20 years ago
  82. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  83. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  84. 4b6b7f1 Remove calls to currentThread() in _Condition methods that were side-effect. by Brett Cannon · 20 years ago
  85. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  86. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
  87. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 21 years ago
  88. 0939fac Resolved minor XXX question in the obvious way. by Tim Peters · 21 years ago
  89. d1b108b Whitespace normalization. by Tim Peters · 21 years ago
  90. 89392c0 Remove stub settrace() and setprofile() calls. by Jeremy Hylton · 21 years ago
  91. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  92. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  93. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  94. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  95. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  96. 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
  97. 92bb6e7 Docstring nits: The module is neither proposed nor new. by Jeremy Hylton · 22 years ago
  98. 29c2106 Explain use of currentThread() in _Condition methods. by Jeremy Hylton · 22 years ago
  99. 39c12bf Explain a little more. by Jeremy Hylton · 22 years ago
  100. af7fde7 Explain a minor mystery. by Jeremy Hylton · 22 years ago