1. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 15 years ago
  2. 09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the by Gregory P. Smith · 15 years ago
  3. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 15 years ago
  4. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 15 years ago
  5. 9d87119 #1772833: add -q command line option. by Georg Brandl · 15 years ago
  6. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 15 years ago
  7. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 15 years ago
  8. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
  9. e8b0d61 Fix typo. by Georg Brandl · 15 years ago
  10. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 15 years ago
  11. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 15 years ago
  12. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 15 years ago
  13. 500be24 Fix indentation. by Georg Brandl · 15 years ago
  14. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 15 years ago
  15. 74a7c67 by Terry Reedy · 15 years ago
  16. 38e117d Fix punctuation. by Georg Brandl · 15 years ago
  17. b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 15 years ago
  18. 1eb40bc Markup consistency fixes. by Georg Brandl · 15 years ago
  19. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 15 years ago
  20. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 15 years ago
  21. 34e9fc2 Add a line with the actual changes. by Georg Brandl · 15 years ago
  22. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 15 years ago
  23. bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 15 years ago
  24. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 15 years ago
  25. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 15 years ago
  26. 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 15 years ago
  27. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 15 years ago
  28. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 15 years ago
  29. 1203720 Re-add accidentally removed line. by Georg Brandl · 15 years ago
  30. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 15 years ago
  31. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 15 years ago
  32. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 15 years ago
  33. de0ab5e #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. by Georg Brandl · 15 years ago
  34. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 15 years ago
  35. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 15 years ago
  36. 3cdf871 Neaten-up random module docs. by Raymond Hettinger · 15 years ago
  37. 2fdc7b1 Add an example to the random docs. by Raymond Hettinger · 15 years ago
  38. c74d518 Fix markup by Raymond Hettinger · 15 years ago
  39. 507e3f8 With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. Not reST formatted. by Alexander Belopolsky · 15 years ago
  40. 30c7362 Clean-up last update (missing comma, unnecessary spacing change, spurious backtick). by Raymond Hettinger · 15 years ago
  41. adb8146 Add itertools.accumulate(). by Raymond Hettinger · 15 years ago
  42. 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 15 years ago
  43. f7f5a82 #10594: fix parameter names in PyList API docs. by Georg Brandl · 15 years ago
  44. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 15 years ago
  45. 5ce0aa2 Add recipe to itertools doc. by Raymond Hettinger · 15 years ago
  46. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 15 years ago
  47. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 15 years ago
  48. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 15 years ago
  49. 00f2f97 Doc and docstring nits. by Raymond Hettinger · 15 years ago
  50. cc03858 Documentation nits. by Raymond Hettinger · 15 years ago
  51. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 15 years ago
  52. d01df46 Fix typo: "ofbytes" should be "of bytes" by Daniel Stutzbach · 15 years ago
  53. dcb4491 Add some internal links. by Raymond Hettinger · 15 years ago
  54. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 15 years ago
  55. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 15 years ago
  56. 5aa580f Fix typo. by Georg Brandl · 15 years ago
  57. 53afa6d Fix input type for zlib. by Georg Brandl · 15 years ago
  58. 8f358aa #10584: fix bad links. by Georg Brandl · 15 years ago
  59. 5e20bab Neaten-up a bit. by Raymond Hettinger · 15 years ago
  60. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 15 years ago
  61. 8175dae Fix heading style inconsistencies. by Georg Brandl · 15 years ago
  62. 51be98a Fix indentation bug. by Georg Brandl · 15 years ago
  63. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 15 years ago
  64. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 15 years ago
  65. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 15 years ago
  66. f6861ae there's now a setup.py switch for this by Benjamin Peterson · 15 years ago
  67. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 15 years ago
  68. dc9b17d Add version-added note twice for new difflib SequenceMatcher autojunk parameter. by Terry Reedy · 15 years ago
  69. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 15 years ago
  70. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 15 years ago
  71. 76338ec Rewrap long lines + minor edits by Éric Araujo · 15 years ago
  72. 8acb67c Use link-generating markup (see #9312) by Éric Araujo · 15 years ago
  73. fe12390 Better example for os.system(): do not change the system time. by Georg Brandl · 15 years ago
  74. 326c57d Typo fix. by Georg Brandl · 15 years ago
  75. 62f52c4 Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore. by Georg Brandl · 15 years ago
  76. f51a6c7 #10420: fix docs of bdb.effective(). by Georg Brandl · 15 years ago
  77. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 15 years ago
  78. 8449932 #10526: fix typo. by Georg Brandl · 15 years ago
  79. 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 15 years ago
  80. 99f9637 Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross by Terry Reedy · 15 years ago
  81. 17f9b3d Add NEWS entry for r86732 and fix double function in the table. by Ezio Melotti · 15 years ago
  82. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 15 years ago
  83. f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst by Ezio Melotti · 15 years ago
  84. 6d2ab71 Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood. by Terry Reedy · 15 years ago
  85. 4f13d61 assert.h is also included. Thanks to Savio Sena. by Georg Brandl · 15 years ago
  86. 57410c1 #10511: clarification of what heaps are; suggested by Johannes Hoff. by Georg Brandl · 15 years ago
  87. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 15 years ago
  88. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 15 years ago
  89. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 15 years ago
  90. d4bbab2 Issue #10138: Removed 'indefinitely' from the proleptic calendar description. by Alexander Belopolsky · 15 years ago
  91. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 15 years ago
  92. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 15 years ago
  93. 086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) by Michael Foord · 15 years ago
  94. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 15 years ago
  95. faed5b5 Add CSS rule for the deprecated-removed directive by Ezio Melotti · 15 years ago
  96. 925914f Add sets to the precedence table. by Brett Cannon · 15 years ago
  97. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 15 years ago
  98. 5c86339 Issue #10489: removed broken `__name__` support from configparser by Łukasz Langa · 15 years ago
  99. b2b2382 Fix capitalization. by Mark Dickinson · 15 years ago
  100. 2dad5ca Add a couple of missing versionadded tags in the inspect module docs by Nick Coghlan · 15 years ago