1. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  2. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  3. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  4. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  5. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  6. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  7. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 13 years ago
  8. f13c6d8 Issue #9318: Use Py_LL for old compiler. by Hirokazu Yamamoto · 14 years ago
  9. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  10. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  11. e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  14. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  15. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  16. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  17. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  18. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  19. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  20. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  21. d023a78 Conform to standard boilerplate. by Guido van Rossum · 25 years ago
  22. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 25 years ago
  23. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  24. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  25. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  26. 7427791 Add Macros defining new names for all external symbols. by Guido van Rossum · 27 years ago
  27. a635184 Add waitflag to down_sema(). by Guido van Rossum · 28 years ago
  28. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 30 years ago
  31. d10d829 Added C++ support in thread.h; don't use signals if not strictly by Sjoerd Mullender · 32 years ago
  32. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  33. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago