1. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  3. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  4. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 16 years ago
  5. abb70e9 Issue 4906: Preserve windows error state across PyThread_get_key_value by Kristján Valur Jónsson · 16 years ago
  6. 00f2df4 Issue 3582. Improved thread support and TLS for Windows by Kristján Valur Jónsson · 16 years ago
  7. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  8. 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 17 years ago
  9. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  10. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  11. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  12. 63f0db6 clean up function declarations to conform to PEP-7 style. by Andrew MacIntyre · 18 years ago
  13. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  14. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  15. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  16. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 19 years ago
  17. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 21 years ago
  18. e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 22 years ago
  19. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  20. 2c40adb Fix a bug in the previous checkin. The wrong bootstrap function was by Guido van Rossum · 23 years ago
  21. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  22. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  23. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  24. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  25. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  26. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  27. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  28. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  29. 34a9637 - workaround to make 1.6 build under MSVC 5.0. hopefully, by Fredrik Lundh · 24 years ago
  30. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  31. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  32. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 24 years ago
  33. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 24 years ago
  34. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  35. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  36. 49b1226 Use _beginthread() and _endthread() in favor of CreateThread() and by Guido van Rossum · 27 years ago
  37. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  38. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  39. c3f82b6 nt thread support by Guido van Rossum · 30 years ago