1. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  2. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  3. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 13 years ago
  4. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  5. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  6. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  8. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  9. 2a9c2bb Disable support for Irix threads by Antoine Pitrou · 15 years ago
  10. db6c567 Disable GNU pth support by Antoine Pitrou · 15 years ago
  11. 1b8c783 Disable support for SunOS LWP by Antoine Pitrou · 15 years ago
  12. 86b21c1 Disable support for Mach C Threads. by Antoine Pitrou · 15 years ago
  13. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  14. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 15 years ago
  15. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  16. e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 16 years ago
  18. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  20. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  21. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  22. 263091e find_key(): This routine wasn't thread-correct, and accounts for the by Tim Peters · 20 years ago
  23. fda787f Document the results of painful reverse-engineering of the "portable TLS" code. by Tim Peters · 20 years ago
  24. 19717fa Style guide & consistency changes. No semantic changes. by Tim Peters · 20 years ago
  25. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  26. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  27. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  28. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  29. 70849f8 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 21 years ago
  30. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  31. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  32. bd23289 Silence compiler warning by Jeremy Hylton · 22 years ago
  33. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  34. fdba55f I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they by Tim Peters · 22 years ago
  35. 7d1cd69 Patch #504224: add plan9 threads include to thread.c. by Martin v. Löwis · 22 years ago
  36. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  37. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  38. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  39. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  40. a6c2eb5 Donn Cave <donn@u.washington.edu>: by Fred Drake · 24 years ago
  41. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  42. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  43. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 24 years ago
  44. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  45. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  46. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  47. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  48. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  49. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 25 years ago
  50. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  51. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  52. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  53. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  54. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  55. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  56. d11bfdd Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even by Guido van Rossum · 27 years ago
  57. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  58. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  59. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  60. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  61. c3f82b6 nt thread support by Guido van Rossum · 29 years ago
  62. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  63. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  64. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  65. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  66. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  67. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 31 years ago
  68. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 31 years ago
  69. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  70. d10d829 Added C++ support in thread.h; don't use signals if not strictly by Sjoerd Mullender · 32 years ago
  71. 2179945 newest version by Sjoerd Mullender · 32 years ago
  72. aee8bc1 adapted SV module to the new svideo library. update thread package. by Sjoerd Mullender · 32 years ago
  73. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  74. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  75. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago