1. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 12 years ago
  2. a0cf90e Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs by Nick Coghlan · 12 years ago
  3. d648fa2 Fix #14943. Merge 3.2 by Brian Curtin · 12 years ago
  4. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  5. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  6. aa88d32 Merged upstream changes. by Vinay Sajip · 12 years ago
  7. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 12 years ago
  8. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 12 years ago
  9. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 12 years ago
  10. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  11. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  12. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  13. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  14. 79cf3ba #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  15. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  16. 38e0e1e Fix markup. by Georg Brandl · 12 years ago
  17. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  18. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  19. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  20. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  21. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  22. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  23. fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  24. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  25. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  26. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  27. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 12 years ago
  28. 945a3ad Avoid useless indentation. by Georg Brandl · 12 years ago
  29. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  30. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  31. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  32. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  33. 44f7cf0 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  34. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  35. 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 · 12 years ago
  36. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  37. 7db768c Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  38. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  39. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 12 years ago
  40. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 12 years ago
  41. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  42. 7c5ba51 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  43. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  44. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 12 years ago
  45. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  46. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  47. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 12 years ago
  48. 6c6d3a2 Move import lock-related functions to a separate doc section. by Antoine Pitrou · 12 years ago
  49. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  50. dd95974 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  51. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  52. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  53. 07542a0 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  54. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  55. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  56. a32df1e merge #1440472: reflow by R David Murray · 12 years ago
  57. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  58. b3ad106 merge #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  59. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  60. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 12 years ago
  61. 0fb41b5 remove unused import in asyncore doc by Giampaolo Rodola' · 12 years ago
  62. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  63. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  64. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  65. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  66. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  67. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 12 years ago
  68. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  69. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  70. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 12 years ago
  71. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  72. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  73. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  74. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  75. 36c4e38 merge with 3.2 by Sandro Tosi · 12 years ago
  76. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  77. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  78. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  79. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 12 years ago
  80. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  81. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  82. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  83. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  84. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  85. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  86. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  87. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  88. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  89. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  90. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  91. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  92. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  93. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  94. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  95. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  96. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  97. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  98. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  99. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  100. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago