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