1. ac12787 Ignore suspicious-ignore file. by Georg Brandl · 15 years ago
  2. 5a7c11f fix copy-editing level nits by Fred Drake · 15 years ago
  3. 11c49a5 use appropriate markup by Fred Drake · 15 years ago
  4. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 15 years ago
  5. 281d6ba Add a deprecated-removed directive that allows to give the version of removal for deprecations. by Georg Brandl · 15 years ago
  6. 40d23e8 Fix weird line block in table. by Georg Brandl · 15 years ago
  7. cfa8e29 Switch to Sphinx 1.0.5. by Georg Brandl · 15 years ago
  8. 5e92a50 #10008: Fix duplicate index entry. by Georg Brandl · 15 years ago
  9. e5b5ff4 Build a PDF of the FAQs too. by Georg Brandl · 15 years ago
  10. 02a807e by Terry Reedy · 15 years ago
  11. c7399d0 #7950: add warning about security implications of shell=True to subprocess docs by R. David Murray · 15 years ago
  12. ea3e91e Issue #10389: Documented rules for use of case in section titles. by Alexander Belopolsky · 15 years ago
  13. 6495136 #1466065: add validate option to base64.b64decode by R. David Murray · 15 years ago
  14. bb27c12 Review the new configparser docs. by Georg Brandl · 15 years ago
  15. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 15 years ago
  16. 1790ed2 Fix typo. by Georg Brandl · 15 years ago
  17. ff7ffdd Issue #8028: multiprocessing: Documented that ``Process.terminate`` by Ask Solem · 15 years ago
  18. 518eaa8 Issue #7707: Documented that multiprocessing.Queue operations during by Ask Solem · 15 years ago
  19. 1d3b893 Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async by Ask Solem · 15 years ago
  20. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 15 years ago
  21. 859c4ef Make `usenetrc` False by default (the old behaviour of having it True by by Antoine Pitrou · 15 years ago
  22. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 15 years ago
  23. 14fb799 Issue #7061: Added a 'Turtle star' sidebar by Alexander Belopolsky · 15 years ago
  24. e1f849c Fixed a typo in ReST markup. by Alexander Belopolsky · 15 years ago
  25. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 15 years ago
  26. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 15 years ago
  27. 49d4741 Fix typo. by Georg Brandl · 15 years ago
  28. facfb15 Fix latex conversion glitch in property/feature descriptions. by Georg Brandl · 15 years ago
  29. c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 15 years ago
  30. a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 15 years ago
  31. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 15 years ago
  32. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 15 years ago
  33. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 15 years ago
  34. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 15 years ago
  35. 5ad85f8 Added example for str.format_map(). by Eric Smith · 15 years ago
  36. 6881886 #10334: add a role to refer to Python source files in SVN. by Georg Brandl · 15 years ago
  37. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 15 years ago
  38. c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 15 years ago
  39. 8f9626b Fix typo by Éric Araujo · 15 years ago
  40. 2642ad0 Fix typo from r86170. by Éric Araujo · 15 years ago
  41. afb078d More what's new by Antoine Pitrou · 15 years ago
  42. 7d15a72 Update 3.2 what's new by Antoine Pitrou · 15 years ago
  43. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 15 years ago
  44. 4841fd6 Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. by Ezio Melotti · 15 years ago
  45. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 15 years ago
  46. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 15 years ago
  47. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 15 years ago
  48. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 15 years ago
  49. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 15 years ago
  50. fd15191 Demote one warning to a note. There's no security risk here, just a note on usage and avialability. by Raymond Hettinger · 15 years ago
  51. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 15 years ago
  52. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 15 years ago
  53. 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 15 years ago
  54. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 15 years ago
  55. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 15 years ago
  56. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 15 years ago
  57. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 15 years ago
  58. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 15 years ago
  59. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 15 years ago
  60. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 15 years ago
  61. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 15 years ago
  62. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 15 years ago
  63. 6509599 Issue #7061: Simplified a section title. by Alexander Belopolsky · 15 years ago
  64. b9fe800 Issue #9886: Add a key-function entry to the glossary. by Raymond Hettinger · 15 years ago
  65. 099cfed Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 15 years ago
  66. b373799 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 15 years ago
  67. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 15 years ago
  68. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 15 years ago
  69. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 15 years ago
  70. a9615d1 Issues #7061, #10225: Fixed doctests in turtle manual by Alexander Belopolsky · 15 years ago
  71. 6ce29fa Fix test_mailbox by supporting context manager protocol for get_file() returns. by Georg Brandl · 15 years ago
  72. 3cdfb12 Issue 7061: Explained 'gon' by Alexander Belopolsky · 15 years ago
  73. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 15 years ago
  74. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 15 years ago
  75. 5c66bca Fix markup error and update false positive entries from "make suspicious". by Georg Brandl · 15 years ago
  76. a17fd1f Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion. by Georg Brandl · 15 years ago
  77. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 15 years ago
  78. 3017689 send_bytes obviously needs bytes... by Georg Brandl · 15 years ago
  79. 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 15 years ago
  80. 5bc1686 Review new Barrier docs. by Georg Brandl · 15 years ago
  81. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 15 years ago
  82. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 15 years ago
  83. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 15 years ago
  84. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 15 years ago
  85. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 15 years ago
  86. 599dbfc #10200: typo. by Georg Brandl · 15 years ago
  87. 70cd7bc #10200: typo. by Georg Brandl · 15 years ago
  88. 1920890 Markup fix. by Georg Brandl · 15 years ago
  89. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 15 years ago
  90. 2062937 Add documentation about the default warnings filters. by Georg Brandl · 15 years ago
  91. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 15 years ago
  92. 872a702 Fix style. by Georg Brandl · 15 years ago
  93. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 15 years ago
  94. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 15 years ago
  95. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 15 years ago
  96. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 15 years ago
  97. 45f9cf9 Update what's new by Antoine Pitrou · 15 years ago
  98. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 15 years ago
  99. c08f544 Fixed a typo by Alexander Belopolsky · 15 years ago
  100. 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 15 years ago