1. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  2. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  3. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  4. 6f91ce7 Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  5. 3f32fc8 Merge. by Charles-François Natali · 13 years ago
  6. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  7. 9ab91c6 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  8. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  9. 2555b0a (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() by Victor Stinner · 13 years ago
  10. 26d3186 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 13 years ago
  11. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  12. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  13. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  14. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  15. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  16. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  17. b596dc7 Merge: Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  18. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  19. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  20. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  21. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  22. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  23. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  24. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  25. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  26. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  27. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  28. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  29. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  30. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  31. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  32. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  33. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  34. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  35. c932b65 test_threading: use Popen.communicate() instead of .wait() by Victor Stinner · 14 years ago
  36. 4b129d2 Merged revisions 87710 via svnmerge from by Gregory P. Smith · 14 years ago
  37. 96c886c issue6643 - Two locks held within the threading module on each thread instance by Gregory P. Smith · 14 years ago
  38. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  39. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  40. de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
  41. e509ff4 Merged revisions 86107 via svnmerge from by Brian Curtin · 14 years ago
  42. b68928b Clean up ResourceWarnings. Explictly close stdout from the subprocess. by Brian Curtin · 14 years ago
  43. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
  44. 397cd8a Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  45. feedda2 Avoid hanging the test on netbsd5. by Gregory P. Smith · 14 years ago
  46. 4a5dd5c Merged revisions 84909-84913 via svnmerge from by Antoine Pitrou · 14 years ago
  47. 7c08744 Make error more explicit in test_finalize_with_trace by Antoine Pitrou · 14 years ago
  48. 62f68ed Factor out stripping of interpreter debug output in test.support.strip_python_stderr() by Antoine Pitrou · 14 years ago
  49. 81a4a6a Tab test_repr_daemon over so it's included in ThreadTests. Noticed by Amaury. by Brian Curtin · 14 years ago
  50. 3f5f226 Add more tests for the threading.Thread.repr. by Brett Cannon · 14 years ago
  51. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  52. ff31864 Merged revisions 78538 via svnmerge from by Gregory P. Smith · 14 years ago
  53. f50f168 Merged revisions 78536 via svnmerge from by Gregory P. Smith · 14 years ago
  54. 31d12ca Merged revisions 78519 via svnmerge from by Gregory P. Smith · 14 years ago
  55. 3fdd964 Merged revisions 78517 via svnmerge from by Gregory P. Smith · 14 years ago
  56. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  57. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  58. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  59. c3b0757 Silence getcheckinterval()-related warnings in the test suite by Antoine Pitrou · 15 years ago
  60. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  61. 434736a Issue #3001: Add a C implementation of recursive locks which is used by by Antoine Pitrou · 15 years ago
  62. 959f3e5 Merged revisions 76138,76173 via svnmerge from by Antoine Pitrou · 15 years ago
  63. b087268 Merged revisions 76172 via svnmerge from by Antoine Pitrou · 15 years ago
  64. debfafd Merged revisions 76149 via svnmerge from by Antoine Pitrou · 15 years ago
  65. ca13a0d Merged revisions 76148 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 557934f Merged revisions 76137 via svnmerge from by Antoine Pitrou · 15 years ago
  67. b0e9bd4 Merged revisions 75851 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 9948da0 Convert py2 print statement to print function in test skip. by R. David Murray · 15 years ago
  69. f6779fb Merged revisions 75641 via svnmerge from by Antoine Pitrou · 15 years ago
  70. 899d1c6 Merged revisions 75624 via svnmerge from by Antoine Pitrou · 15 years ago
  71. cefb316 Merged revisions 75571,75576-75577 via svnmerge from by Antoine Pitrou · 15 years ago
  72. 6a354d7 Another futile error in the previous commit :-( by Antoine Pitrou · 15 years ago
  73. be03eec Merged revisions 75574 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 011bd62 Merged revisions 75570 via svnmerge from by Antoine Pitrou · 15 years ago
  75. be4d809 Merged revisions 75499 via svnmerge from by Antoine Pitrou · 15 years ago
  76. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  77. 93f2cd2 Use unittest.SkipTest to skip tests in test_threading. by Alexandre Vassalotti · 15 years ago
  78. a64ba36 Remove erroneous print statement. by Alexandre Vassalotti · 15 years ago
  79. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  80. 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
  81. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  82. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 16 years ago
  83. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 16 years ago
  84. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  85. ec99568 fix possible error by Benjamin Peterson · 16 years ago
  86. fa1e21c make test_threading more robust for real by Benjamin Peterson · 16 years ago
  87. 039cba1 make test more robust by Benjamin Peterson · 16 years ago
  88. f0923f5 add full deprecation warnings for old threading APIs by Benjamin Peterson · 16 years ago
  89. fdbea96 change is_daemon, set_daemon, get_name, and set_name to properties by Benjamin Peterson · 16 years ago
  90. 773c17b Merged revisions 65818 via svnmerge from by Benjamin Peterson · 16 years ago
  91. 6a9475f XXX disable hanging test by Benjamin Peterson · 16 years ago
  92. ad703dc Merged revisions 65059 via svnmerge from by Benjamin Peterson · 16 years ago
  93. 6f4f24f fix 2/3 of test_threading by Benjamin Peterson · 16 years ago
  94. a851397 Merger 65032 to py3k by Jesse Noller · 16 years ago
  95. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  96. 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
  97. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  98. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  99. 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
  100. ca67412 Update test_threading with a couple changes from trunk that got lost due, I by Jeffrey Yasskin · 16 years ago