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