1. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 15 years ago
  2. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 15 years ago
  3. a9615d1 Issues #7061, #10225: Fixed doctests in turtle manual by Alexander Belopolsky · 15 years ago
  4. 6ce29fa Fix test_mailbox by supporting context manager protocol for get_file() returns. by Georg Brandl · 15 years ago
  5. 3cdfb12 Issue 7061: Explained 'gon' by Alexander Belopolsky · 15 years ago
  6. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 15 years ago
  7. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 15 years ago
  8. 5c66bca Fix markup error and update false positive entries from "make suspicious". by Georg Brandl · 15 years ago
  9. 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
  10. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 15 years ago
  11. 3017689 send_bytes obviously needs bytes... by Georg Brandl · 15 years ago
  12. 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 15 years ago
  13. 5bc1686 Review new Barrier docs. by Georg Brandl · 15 years ago
  14. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 15 years ago
  15. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 15 years ago
  16. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 15 years ago
  17. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 15 years ago
  18. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 15 years ago
  19. 599dbfc #10200: typo. by Georg Brandl · 15 years ago
  20. 70cd7bc #10200: typo. by Georg Brandl · 15 years ago
  21. 1920890 Markup fix. by Georg Brandl · 15 years ago
  22. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 15 years ago
  23. 2062937 Add documentation about the default warnings filters. by Georg Brandl · 15 years ago
  24. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 15 years ago
  25. 872a702 Fix style. by Georg Brandl · 15 years ago
  26. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 15 years ago
  27. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 15 years ago
  28. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 15 years ago
  29. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 15 years ago
  30. 45f9cf9 Update what's new by Antoine Pitrou · 15 years ago
  31. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 15 years ago
  32. c08f544 Fixed a typo by Alexander Belopolsky · 15 years ago
  33. 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 15 years ago
  34. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  35. 05ed695 logging: Improved StreamHandler documentation. by Vinay Sajip · 15 years ago
  36. 22246fd logging: clarified Filter documentation. by Vinay Sajip · 15 years ago
  37. f19076e Correct signature of BytesGenerator in docs. by R. David Murray · 15 years ago
  38. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 15 years ago
  39. 435d306 Issue #7061: Fixed some of the issues in turtle module documentation by Alexander Belopolsky · 15 years ago
  40. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 15 years ago
  41. 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 · 15 years ago
  42. 7cefc30 Tighten up 'byte string' wording in base64 docs. by R. David Murray · 15 years ago
  43. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 15 years ago
  44. 961aaf5 Note the resolution of issue 9778. by Skip Montanaro · 15 years ago
  45. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 15 years ago
  46. c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 15 years ago
  47. 134c35b #9730: fix example. by Georg Brandl · 15 years ago
  48. 2379877 Fix documentation of dis.opmap direction. by Georg Brandl · 15 years ago
  49. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 15 years ago
  50. c814826 Port changes to pickle docs apparently lost in py3k. by Georg Brandl · 15 years ago
  51. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 15 years ago
  52. 12c695c #5121: fix claims about default values leading to segfaults. by Georg Brandl · 15 years ago
  53. 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 15 years ago
  54. 418cc73 Fix capitalization. by Georg Brandl · 15 years ago
  55. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 15 years ago
  56. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 15 years ago
  57. f414272 #9117: fix syntax for class definition. by Georg Brandl · 15 years ago
  58. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 15 years ago
  59. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 15 years ago
  60. 0036bcf #9105: move pickle warning to a bit more prominent location. by Georg Brandl · 15 years ago
  61. 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 · 15 years ago
  62. fc9794a Make file names consistent. by Georg Brandl · 15 years ago
  63. 4985ff2 #9086: correct wrong terminology about linking with pythonXY.dll. by Georg Brandl · 15 years ago
  64. 531d76b #5212: md5 weaknesses do not affect hmac, so remove the note about that. by Georg Brandl · 15 years ago
  65. f3d0087 Fix copy-paste error in example. by Georg Brandl · 15 years ago
  66. 7306ad5 #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. by Georg Brandl · 15 years ago
  67. eec2d76 #8968: add actual name of token constants. by Georg Brandl · 15 years ago
  68. 80b75fd Fix hmac docs: it takes and returns bytes, except for hexdigest(). by Georg Brandl · 15 years ago
  69. 7716ca6 #8855: add shelve security warning. by Georg Brandl · 15 years ago
  70. 96115fb2 #8811: small fixes to sqlite3 docs. by Georg Brandl · 15 years ago
  71. 8e9eb95 #8686: remove potentially confusing wording that does not add any value. by Georg Brandl · 15 years ago
  72. edc9e7f #8556: use less confusing mapping key in example. by Georg Brandl · 15 years ago
  73. dd909db #10058: tweak wording about exception returns. by Georg Brandl · 15 years ago
  74. 17ef0d5 Note that maxtasksperchild is new in 3.2. by Georg Brandl · 15 years ago
  75. 573caa3 #10124: typo fix. by Georg Brandl · 15 years ago
  76. 8e4ddcf #10122: typo fix. by Georg Brandl · 15 years ago
  77. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 15 years ago
  78. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 15 years ago
  79. 392c92a #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. by Georg Brandl · 15 years ago
  80. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 15 years ago
  81. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 15 years ago
  82. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 15 years ago
  83. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 15 years ago
  84. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 15 years ago
  85. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 15 years ago
  86. 3ed4114 #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. by Georg Brandl · 15 years ago
  87. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 15 years ago
  88. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 15 years ago
  89. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 15 years ago
  90. 70543ac Refrain from using inline suites. by Georg Brandl · 15 years ago
  91. 279b56d Fix a minor docs bug. by Senthil Kumaran · 15 years ago
  92. b4dac71 #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError. by Georg Brandl · 15 years ago
  93. 8227045 Fix sphinx role markups. by Senthil Kumaran · 15 years ago
  94. 46a48be Fix ``make check`` warnings. by Senthil Kumaran · 15 years ago
  95. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 15 years ago
  96. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 15 years ago
  97. d449a8a Issue10100 - fromfd is now available on all platforms by Senthil Kumaran · 15 years ago
  98. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 15 years ago
  99. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
  100. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 15 years ago