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. c31dd2b #14405: merge with 3.2. by Ezio Melotti · 12 years ago
  16. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  17. a9d9d17 Issue #14245: Merge changes from 3.2. by Mark Dickinson · 12 years ago
  18. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago
  19. 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
  20. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  21. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  22. faedde3 #14770: merge with 3.2. by Ezio Melotti · 12 years ago
  23. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  24. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 12 years ago
  25. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  26. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  27. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  28. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  29. 36c4e38 merge with 3.2 by Sandro Tosi · 12 years ago
  30. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  31. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  32. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  33. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 12 years ago
  34. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  35. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  36. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  37. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  38. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  39. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  40. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  41. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  42. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  43. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  44. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  45. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  46. 75d5d8c Merge with 3.2. by Georg Brandl · 12 years ago
  47. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  48. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 12 years ago
  49. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  50. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  51. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  52. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  53. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  54. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  55. 9a86447 Add some whatsnew entries by Antoine Pitrou · 12 years ago
  56. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  57. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  58. 24a05f7 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  59. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  60. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  61. ebb2964 Suspicious markup check. by Georg Brandl · 12 years ago
  62. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  63. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  64. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  65. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  66. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  67. d343391 Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  68. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  69. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  70. c204348 Write the What's New for the importlib stuff. by Brett Cannon · 12 years ago
  71. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  72. b77b5c3 merge by Raymond Hettinger · 12 years ago
  73. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  74. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 12 years ago
  75. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  76. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  77. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  78. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  79. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  80. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  81. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 12 years ago
  82. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  83. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  84. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  85. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 12 years ago
  86. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  87. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  88. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  89. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  90. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  91. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  92. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  93. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  94. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  95. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  96. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  97. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  98. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  99. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  100. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago