1. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  2. 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
  3. c620257 test_httpservers has unpredictable refcount behavior. by Georg Brandl · 16 years ago
  4. 958ee47 bsddb: Beware with sequence wrapping by Jesus Cea · 16 years ago
  5. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  6. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  7. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 16 years ago
  8. 913c15c fix test_platform (os was not imported) by Benjamin Peterson · 16 years ago
  9. 6e7e079 Fix test_pyclbr after another platform-dependent function was added to urllib. by Georg Brandl · 16 years ago
  10. 7a0f4c7 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for by Ronald Oussoren · 16 years ago
  11. f5c38da bring test_pydoc up to my high standards (now that I have them) by Benjamin Peterson · 16 years ago
  12. 6cc9fd7 Make gestaltmodule.c 64-bit safe. by Ronald Oussoren · 16 years ago
  13. 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 16 years ago
  14. 8632cc2 GHOP #121: improve test_pydoc, by Benjamin Peterson. by Georg Brandl · 16 years ago
  15. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  16. 88e2acf GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. by Georg Brandl · 16 years ago
  17. 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago
  18. 0bb0299 Take namedtuple item names only from ascii_letters (this blew up on OSX), by Georg Brandl · 16 years ago
  19. f899dfa GHOP #134, #171, #137: unit tests for the three HTTPServer modules. by Georg Brandl · 16 years ago
  20. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 16 years ago
  21. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 16 years ago
  22. c76ffca Rename html.parser file, and split html.entities from htmllib by Georg Brandl · 16 years ago
  23. 20b5660 document the renames for modules moved to the html package by Fred Drake · 16 years ago
  24. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 16 years ago
  25. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 16 years ago
  26. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 16 years ago
  27. d7943cb fix spelling by Benjamin Peterson · 16 years ago
  28. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 16 years ago
  29. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  30. 7363445 Add "tkinter" to the list of directories to install. by Georg Brandl · 16 years ago
  31. 9098a0d Don't export a name "tkinter" from the "tkinter" package. by Georg Brandl · 16 years ago
  32. f4a942c Really move the imports to the top this time. :) by Georg Brandl · 16 years ago
  33. 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 16 years ago
  34. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 16 years ago
  35. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  36. a9c205d Move imports to file top. by Georg Brandl · 16 years ago
  37. 8291f8e Tkinter: make stub modules. by Georg Brandl · 16 years ago
  38. 7e6b33f Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and filedialog. by Georg Brandl · 16 years ago
  39. af8a687 fix issue2381: test_subprocess fails if your sys.executable is on a by Gregory P. Smith · 16 years ago
  40. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  41. ce95684 Fix-up docstring by Raymond Hettinger · 16 years ago
  42. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  43. ee130b7 Very simple test for ctypes.util.find_library on Windows. by Thomas Heller · 16 years ago
  44. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 16 years ago
  45. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 16 years ago
  46. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  47. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 16 years ago
  48. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  49. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  50. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  51. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 16 years ago
  52. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  53. ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 16 years ago
  54. 88107da #2845: fix copy2's docs. by Georg Brandl · 16 years ago
  55. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  56. ca21c65 Following Amaury's advice by Christian Heimes · 16 years ago
  57. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 16 years ago
  58. 107b812 #2869: remove parameter from signature. by Georg Brandl · 16 years ago
  59. 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 16 years ago
  60. a8eaf8f Rename the test file of reprlib. by Alexandre Vassalotti · 16 years ago
  61. 5074627 Updated reprlib's documentation to mention the renaming. by Alexandre Vassalotti · 16 years ago
  62. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  63. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 16 years ago
  64. 5915a4d make test_platform a bit more assertive (We'll see what the buildbots say.) by Benjamin Peterson · 16 years ago
  65. eb8cef2 Fixed import of configparser in the distutils module. by Alexandre Vassalotti · 16 years ago
  66. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  67. 90f2cb4 Remove the last usage of statvfs in the stdlib. by Brett Cannon · 16 years ago
  68. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  69. 7b5151c fix typos in whatsnew by Benjamin Peterson · 16 years ago
  70. a19f9f9 add Mac modules to the list of deprecated ones by Benjamin Peterson · 16 years ago
  71. f7f439b Fixed typo in a doctest of test_genexps. by Alexandre Vassalotti · 16 years ago
  72. 3b46fcf Revert r63323: Use lowercase version of module name. by Alexandre Vassalotti · 16 years ago
  73. a5c3878 Import class from distutils.cmd, not .core, to avoid circular import by Andrew M. Kuchling · 16 years ago
  74. e00aecc Use lowercase version of module name by Andrew M. Kuchling · 16 years ago
  75. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 16 years ago
  76. b346513 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  77. 00ca01e disable the crashing test. I will also file a bug. This crash does by Gregory P. Smith · 16 years ago
  78. 9b73f6f Add a snippet for the deprecation directive for docs. by Brett Cannon · 16 years ago
  79. 94f2561 Update docs for deprecation of IRIX modules. by Brett Cannon · 16 years ago
  80. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 16 years ago
  81. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 16 years ago
  82. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 16 years ago
  83. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 16 years ago
  84. 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 16 years ago
  85. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  86. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  87. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  88. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  89. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 16 years ago
  90. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  91. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  92. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 16 years ago
  93. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  94. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  95. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 16 years ago
  96. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
  97. 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
  98. 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 16 years ago
  99. c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
  100. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago