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