1. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  2. a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
  3. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 17 years ago
  4. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  5. e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 17 years ago
  6. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
  7. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
  8. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  9. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
  10. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 17 years ago
  11. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 17 years ago
  12. 31296c0 backport of 64096 by Benjamin Peterson · 17 years ago
  13. 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 17 years ago
  14. b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 17 years ago
  15. 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 17 years ago
  16. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
  17. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 17 years ago
  18. 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 17 years ago
  19. 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 17 years ago
  20. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
  21. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
  22. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
  23. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 17 years ago
  24. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
  25. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago
  26. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 17 years ago
  27. bf0610a Revert unwanted changes. by Georg Brandl · 17 years ago
  28. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  29. 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 17 years ago
  30. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  31. 80af6da Fixed complex.__getnewargs__() to not emit another complex object. by Alexandre Vassalotti · 17 years ago
  32. c5393c6 make test_mutex more elegant by Benjamin Peterson · 17 years ago
  33. a2a89a8 Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 17 years ago
  34. 137d824 Fix issue 2782: be less strict about the format string type in strftime. by Gregory P. Smith · 17 years ago
  35. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
  36. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
  37. 9359aff Fix test_sys. by Robert Schuppenies · 17 years ago
  38. 12f8107 Fix test_descrtut. by Georg Brandl · 17 years ago
  39. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
  40. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  41. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  42. 8df4e22 Fix typo in testSum by Mark Dickinson · 17 years ago
  43. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  44. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
  45. dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 17 years ago
  46. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 17 years ago
  47. 1d31023 Improvements for test_py3kwarn by Benjamin Peterson · 17 years ago
  48. 838c7b3 remove some __getslice__ by Benjamin Peterson · 17 years ago
  49. c1c83bb remove duplication in test module by Benjamin Peterson · 17 years ago
  50. 4036fd4 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until by Gregory P. Smith · 17 years ago
  51. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 17 years ago
  52. eeb2b21 add __all__ to test_support by Benjamin Peterson · 17 years ago
  53. 9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails by Gregory P. Smith · 17 years ago
  54. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 17 years ago
  55. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  56. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  57. 8107290 * Give the test_bsddb3 tests a unique temporary directory to run their by Gregory P. Smith · 17 years ago
  58. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  59. 7d3d04d Don't try to get the window size if it was never set before. by Martin v. Löwis · 17 years ago
  60. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 17 years ago
  61. badd7da Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms by Mark Dickinson · 17 years ago
  62. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  63. d055835 Better error reporting in test_math.py by Mark Dickinson · 17 years ago
  64. c11c339 Add tests for math.sum (Issue #2819) by Mark Dickinson · 17 years ago
  65. 3a7305e fix test_pydoc so it works on make installed Python installations by Benjamin Peterson · 17 years ago
  66. 83d4534 remove redundant invocation of json doctests by Benjamin Peterson · 17 years ago
  67. 948ee7a use more specific asserts in test_opcode by Benjamin Peterson · 17 years ago
  68. a4e4ef1 check for toolbox glue before testing platform.mac_ver intensly by Benjamin Peterson · 17 years ago
  69. 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 17 years ago
  70. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
  71. b7e419e Use inspect.getabsfile() to get the documented module's filename. by Georg Brandl · 17 years ago
  72. fb3de1f Improve diffing logic and output for test_pydoc. by Georg Brandl · 17 years ago
  73. bcdafa4 Remove html package and fix test_htmlparser. by Georg Brandl · 17 years ago
  74. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
  75. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  76. 7bb1653 Argh, this is the *actual* test that works under Windows. by Georg Brandl · 17 years ago
  77. b740f6a Activate two more test cases in test_httpservers. by Georg Brandl · 17 years ago
  78. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
  79. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 17 years ago
  80. 913c15c fix test_platform (os was not imported) by Benjamin Peterson · 17 years ago
  81. 6e7e079 Fix test_pyclbr after another platform-dependent function was added to urllib. by Georg Brandl · 17 years ago
  82. 7a0f4c7 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for by Ronald Oussoren · 17 years ago
  83. f5c38da bring test_pydoc up to my high standards (now that I have them) by Benjamin Peterson · 17 years ago
  84. 8632cc2 GHOP #121: improve test_pydoc, by Benjamin Peterson. by Georg Brandl · 17 years ago
  85. 0bb0299 Take namedtuple item names only from ascii_letters (this blew up on OSX), by Georg Brandl · 17 years ago
  86. f899dfa GHOP #134, #171, #137: unit tests for the three HTTPServer modules. by Georg Brandl · 17 years ago
  87. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
  88. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 17 years ago
  89. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 17 years ago
  90. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 17 years ago
  91. d7943cb fix spelling by Benjamin Peterson · 17 years ago
  92. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 17 years ago
  93. af8a687 fix issue2381: test_subprocess fails if your sys.executable is on a by Gregory P. Smith · 17 years ago
  94. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 17 years ago
  95. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 17 years ago
  96. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  97. ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 17 years ago
  98. 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 17 years ago
  99. a8eaf8f Rename the test file of reprlib. by Alexandre Vassalotti · 17 years ago
  100. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago