1. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  2. 49d4741 Fix typo. by Georg Brandl · 14 years ago
  3. facfb15 Fix latex conversion glitch in property/feature descriptions. by Georg Brandl · 14 years ago
  4. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  5. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
  6. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  7. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
  8. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  9. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  10. c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 14 years ago
  11. 8f9626b Fix typo by Éric Araujo · 14 years ago
  12. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  13. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  14. 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 · 14 years ago
  15. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  16. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  17. 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 · 14 years ago
  18. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  19. fd15191 Demote one warning to a note. There's no security risk here, just a note on usage and avialability. by Raymond Hettinger · 14 years ago
  20. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  21. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  22. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  23. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  24. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  25. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  26. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  27. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  28. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  29. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  30. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  31. 6509599 Issue #7061: Simplified a section title. by Alexander Belopolsky · 14 years ago
  32. b373799 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 14 years ago
  33. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  34. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  35. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  36. a9615d1 Issues #7061, #10225: Fixed doctests in turtle manual by Alexander Belopolsky · 14 years ago
  37. 6ce29fa Fix test_mailbox by supporting context manager protocol for get_file() returns. by Georg Brandl · 14 years ago
  38. 3cdfb12 Issue 7061: Explained 'gon' by Alexander Belopolsky · 14 years ago
  39. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  40. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 14 years ago
  41. 5c66bca Fix markup error and update false positive entries from "make suspicious". by Georg Brandl · 14 years ago
  42. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 14 years ago
  43. 3017689 send_bytes obviously needs bytes... by Georg Brandl · 14 years ago
  44. 5bc1686 Review new Barrier docs. by Georg Brandl · 14 years ago
  45. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
  46. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 14 years ago
  47. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  48. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
  49. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  50. 599dbfc #10200: typo. by Georg Brandl · 14 years ago
  51. 70cd7bc #10200: typo. by Georg Brandl · 14 years ago
  52. 1920890 Markup fix. by Georg Brandl · 14 years ago
  53. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  54. 2062937 Add documentation about the default warnings filters. by Georg Brandl · 14 years ago
  55. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  56. 872a702 Fix style. by Georg Brandl · 14 years ago
  57. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  58. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  59. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
  60. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  61. c08f544 Fixed a typo by Alexander Belopolsky · 14 years ago
  62. 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 14 years ago
  63. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  64. 05ed695 logging: Improved StreamHandler documentation. by Vinay Sajip · 14 years ago
  65. 22246fd logging: clarified Filter documentation. by Vinay Sajip · 14 years ago
  66. f19076e Correct signature of BytesGenerator in docs. by R. David Murray · 14 years ago
  67. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
  68. 435d306 Issue #7061: Fixed some of the issues in turtle module documentation by Alexander Belopolsky · 14 years ago
  69. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
  70. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 14 years ago
  71. 7cefc30 Tighten up 'byte string' wording in base64 docs. by R. David Murray · 14 years ago
  72. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 14 years ago
  73. 134c35b #9730: fix example. by Georg Brandl · 14 years ago
  74. 2379877 Fix documentation of dis.opmap direction. by Georg Brandl · 14 years ago
  75. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago
  76. c814826 Port changes to pickle docs apparently lost in py3k. by Georg Brandl · 14 years ago
  77. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago
  78. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  79. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
  80. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
  81. 0036bcf #9105: move pickle warning to a bit more prominent location. by Georg Brandl · 14 years ago
  82. 047e486 Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway. by Georg Brandl · 14 years ago
  83. 531d76b #5212: md5 weaknesses do not affect hmac, so remove the note about that. by Georg Brandl · 14 years ago
  84. f3d0087 Fix copy-paste error in example. by Georg Brandl · 14 years ago
  85. eec2d76 #8968: add actual name of token constants. by Georg Brandl · 14 years ago
  86. 80b75fd Fix hmac docs: it takes and returns bytes, except for hexdigest(). by Georg Brandl · 14 years ago
  87. 7716ca6 #8855: add shelve security warning. by Georg Brandl · 14 years ago
  88. 96115fb2 #8811: small fixes to sqlite3 docs. by Georg Brandl · 14 years ago
  89. 8e9eb95 #8686: remove potentially confusing wording that does not add any value. by Georg Brandl · 14 years ago
  90. edc9e7f #8556: use less confusing mapping key in example. by Georg Brandl · 14 years ago
  91. 17ef0d5 Note that maxtasksperchild is new in 3.2. by Georg Brandl · 14 years ago
  92. 8e4ddcf #10122: typo fix. by Georg Brandl · 14 years ago
  93. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 14 years ago
  94. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  95. 392c92a #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. by Georg Brandl · 14 years ago
  96. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  97. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 14 years ago
  98. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 14 years ago
  99. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
  100. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 14 years ago