1. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  2. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  3. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  4. c664b34 bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) by Victor Stinner · 5 years ago
  5. 05e9221 bpo-33316: PyThread_release_lock always fails (GH-6541) by native-api · 5 years ago
  6. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  7. 6027802 Fix typo in thread_nt.h code comment (GH-5211) by hui shang · 7 years ago
  8. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  9. 850a18e bpo-30768: Recompute timeout on interrupted lock (GH-4103) by Victor Stinner · 7 years ago
  10. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  11. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  12. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  13. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  14. aa0aa04 bpo-30832: Remove own implementation for thread-local storage (#2537) by Masayuki Yamamoto · 7 years ago
  15. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  16. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  17. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  18. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  19. 33096fe The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  20. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  21. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  22. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  23. 80aa565 Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks by Victor Stinner · 11 years ago
  24. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 11 years ago
  25. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  26. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  27. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  28. 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
  29. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  31. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  32. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 16 years ago
  33. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  34. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  37. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  38. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  39. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 19 years ago
  40. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 21 years ago
  41. e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 22 years ago
  42. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
  43. 2c40adb Fix a bug in the previous checkin. The wrong bootstrap function was by Guido van Rossum · 23 years ago
  44. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  45. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  46. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  47. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  48. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  49. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  50. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  51. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  52. 34a9637 - workaround to make 1.6 build under MSVC 5.0. hopefully, by Fredrik Lundh · 24 years ago
  53. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  54. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  55. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 24 years ago
  56. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 24 years ago
  57. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  58. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  59. 49b1226 Use _beginthread() and _endthread() in favor of CreateThread() and by Guido van Rossum · 27 years ago
  60. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  61. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  62. c3f82b6 nt thread support by Guido van Rossum · 30 years ago