1. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  2. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  3. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  4. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  5. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  6. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  7. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  8. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  9. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  10. 68af50b Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. by Eric Smith · 14 years ago
  11. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  12. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  13. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  14. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  15. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  16. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  17. 12f8a05 Fix the Windows build by removing references to the cStringIO module by Thomas Heller · 16 years ago
  18. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  19. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  20. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  21. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  22. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  23. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  24. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  25. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  26. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  27. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  28. c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
  29. 0ea230b Remove more traces of bufferobject.[ch] from build files etc. by Guido van Rossum · 17 years ago
  30. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  31. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  32. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  33. 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
  34. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  35. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  36. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  37. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  38. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  39. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  42. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  43. 6ed710a update version numbers by Andrew MacIntyre · 19 years ago
  44. 578371f add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 19 years ago
  45. 744b313 add build machinery for the SSL socket module by Andrew MacIntyre · 19 years ago
  46. ff59f3c make thread stack size compile-time tunable on OS/2, increase main stack by Andrew MacIntyre · 20 years ago
  47. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  48. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  49. 3dac89e note module removals, update on BitTorrent issue by Andrew MacIntyre · 20 years ago
  50. 96b3725 bring modules up to date, correct .DEF file version by Andrew MacIntyre · 20 years ago
  51. 378d3c0 bring OS/2 EMX port build environment up to date by Andrew MacIntyre · 20 years ago
  52. b888200 add AF_UNIX notes by Andrew MacIntyre · 20 years ago
  53. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  54. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  55. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 21 years ago
  56. 4d04639 add definitions required for expat 1.95.7 by Andrew MacIntyre · 21 years ago
  57. c2138af - add notes about os.link() emulation; - various minor cleanups and updates. by Andrew MacIntyre · 21 years ago
  58. 51578ae - add build support for curses extension to be a normal DLL as well as by Andrew MacIntyre · 21 years ago
  59. bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  60. 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  61. b0f5e5a update OS/2 EMX port notes by Andrew MacIntyre · 21 years ago
  62. 0dda400 add support for os.tmpfile() by Andrew MacIntyre · 21 years ago
  63. 58f22cc reorganise modules, so that most standard extensions are built into by Andrew MacIntyre · 21 years ago
  64. fae8953 various updates by Andrew MacIntyre · 21 years ago
  65. 23ec1dc bump stack size to cater for _sre recursion. by Andrew MacIntyre · 21 years ago
  66. 0c83348 minor cleanups and whitespace normalisation by Andrew MacIntyre · 21 years ago
  67. 631e87f Makefile & config.c: - restructure build for modules now in Python DLL by Andrew MacIntyre · 21 years ago
  68. d4c9b16 Makefile: - add _csv module to the build list - various cleanups by Andrew MacIntyre · 21 years ago
  69. 4f28c4d OS/2 EMX build updates for recent CVS changes by Andrew MacIntyre · 21 years ago
  70. 214d39a catch up with zipimport changes to std getpathp.c by Andrew MacIntyre · 22 years ago
  71. 5180123 bring structure closer to std config.c, whitespace normalisation by Andrew MacIntyre · 22 years ago
  72. 3c5bfbe fix a merge mistake - readline not built by default by Andrew MacIntyre · 22 years ago
  73. ab49505 DLL export definition refresh by Andrew MacIntyre · 22 years ago
  74. e52aa5c add universal newline support to configuration by Andrew MacIntyre · 22 years ago
  75. d65778a whitespace cleanup by Andrew MacIntyre · 22 years ago
  76. 7c90a89 getenv() replacement not required by Andrew MacIntyre · 22 years ago
  77. 978697b Build process updates: by Andrew MacIntyre · 22 years ago
  78. 7e5bf67 history update by Andrew MacIntyre · 22 years ago
  79. e7a8cad make BSDDB 1.85 module buildable again after BSDDB3 module import by Andrew MacIntyre · 22 years ago
  80. ffcf899 make port notes current by Andrew MacIntyre · 22 years ago
  81. 4fffdff Build process updates: by Andrew MacIntyre · 22 years ago
  82. b3bfa7f refresh to pick up recent changes by Andrew MacIntyre · 22 years ago
  83. 4a79e36 make _sre a dynamically loadable module and build xxsubtype by Andrew MacIntyre · 22 years ago
  84. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  85. 07c639f add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  86. 63c9d50 add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  87. 6c65531 update build infrastructure for pymalloc and bool changes by Andrew MacIntyre · 22 years ago
  88. 41d97d6 Create and populate OS/2 EMX port build directory: by Andrew MacIntyre · 22 years ago