1. 07542a0 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  2. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  3. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  4. a32df1e merge #1440472: reflow by R David Murray · 12 years ago
  5. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  6. b3ad106 merge #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  7. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  8. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 12 years ago
  9. 0fb41b5 remove unused import in asyncore doc by Giampaolo Rodola' · 12 years ago
  10. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  11. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  12. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  13. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  14. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  15. 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
  16. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  17. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  18. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 12 years ago
  19. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  20. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  21. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  22. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  23. 36c4e38 merge with 3.2 by Sandro Tosi · 12 years ago
  24. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  25. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  26. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  27. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 12 years ago
  28. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  29. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  30. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  31. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  32. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  33. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  34. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  35. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  36. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  37. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  38. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  39. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  40. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  41. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  42. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  43. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  44. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  45. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  46. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  47. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  48. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  49. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  50. d343391 Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  51. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  52. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  53. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  54. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 12 years ago
  55. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  56. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  57. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  58. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  59. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  60. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  61. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 12 years ago
  62. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  63. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  64. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  65. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 12 years ago
  66. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  67. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  68. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  69. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  70. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  71. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  72. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  73. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  74. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  75. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  76. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  77. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  78. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  79. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  80. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  81. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 12 years ago
  82. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  83. d57c73b Issue #13478: merge with 3.2 by Sandro Tosi · 12 years ago
  84. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  85. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  86. df7070a issue2193 - Update docs about the legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  87. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  88. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  89. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  90. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  91. 05fac02 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  92. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  93. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  94. c07bda0 Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks. by Brian Curtin · 12 years ago
  95. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  96. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  97. 2a082ad Clarify that one should not use __import__() directly. Also mention by Brett Cannon · 12 years ago
  98. d2cbd90 merge with 3.2 by Sandro Tosi · 12 years ago
  99. 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 12 years ago
  100. 9c9af9d Merge highlight and spacing fixes in json example with 3.2. by Ezio Melotti · 12 years ago