1. fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  2. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  3. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  4. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  5. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 12 years ago
  6. 945a3ad Avoid useless indentation. by Georg Brandl · 12 years ago
  7. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 13 years ago
  8. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  9. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  10. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  11. 44f7cf0 Fix `versionchanged` tags for json.load by Hynek Schlawack · 13 years ago
  12. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 13 years ago
  13. 07162d4 Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion. by Vinay Sajip · 13 years ago
  14. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 13 years ago
  15. 7db768c Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  16. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  17. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 13 years ago
  18. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 13 years ago
  19. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 13 years ago
  20. 7c5ba51 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  21. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  22. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 13 years ago
  23. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 13 years ago
  24. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 13 years ago
  25. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 13 years ago
  26. 6c6d3a2 Move import lock-related functions to a separate doc section. by Antoine Pitrou · 13 years ago
  27. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 13 years ago
  28. dd95974 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  29. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  30. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 13 years ago
  31. 07542a0 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  32. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  33. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 13 years ago
  34. a32df1e merge #1440472: reflow by R David Murray · 13 years ago
  35. 28e68ea #1440472: reflow by R David Murray · 13 years ago
  36. b3ad106 merge #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 13 years ago
  37. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 13 years ago
  38. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 13 years ago
  39. 0fb41b5 remove unused import in asyncore doc by Giampaolo Rodola' · 13 years ago
  40. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 13 years ago
  41. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 13 years ago
  42. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 13 years ago
  43. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 13 years ago
  44. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 13 years ago
  45. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 13 years ago
  46. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 13 years ago
  47. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 13 years ago
  48. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 13 years ago
  49. 708d88c merge with 3.2 by Sandro Tosi · 13 years ago
  50. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  51. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  52. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 13 years ago
  53. 36c4e38 merge with 3.2 by Sandro Tosi · 13 years ago
  54. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 13 years ago
  55. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 13 years ago
  56. c049952 Issue #13959: Have by Brett Cannon · 13 years ago
  57. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 13 years ago
  58. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 13 years ago
  59. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 13 years ago
  60. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 13 years ago
  61. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 13 years ago
  62. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 13 years ago
  63. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 13 years ago
  64. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  65. b98b37f Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  66. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 13 years ago
  67. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 13 years ago
  68. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
  69. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  70. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 13 years ago
  71. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 13 years ago
  72. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 13 years ago
  73. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 13 years ago
  74. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 13 years ago
  75. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  76. ca9bfe1 Issue #10433: merge by Ned Deily · 13 years ago
  77. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 13 years ago
  78. cfc104e #14558: merge with 3.2. by Ezio Melotti · 13 years ago
  79. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 13 years ago
  80. d343391 Issue11352 - Update cgi module docs by Senthil Kumaran · 13 years ago
  81. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 13 years ago
  82. 514880c Review of doc changes re PEP 418. by Georg Brandl · 13 years ago
  83. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 13 years ago
  84. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 13 years ago
  85. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 13 years ago
  86. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 13 years ago
  87. b8e336b Fix markup in unittest doc. by Ezio Melotti · 13 years ago
  88. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 13 years ago
  89. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
  90. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 13 years ago
  91. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 13 years ago
  92. 0a6b541 #14461: fix wording. by Ezio Melotti · 13 years ago
  93. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 13 years ago
  94. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 13 years ago
  95. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 13 years ago
  96. 285e51b #14155: add a note about \b. by Ezio Melotti · 13 years ago
  97. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 13 years ago
  98. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 13 years ago
  99. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 13 years ago
  100. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 13 years ago