1. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  2. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  3. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  4. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  5. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  6. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  7. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  8. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  9. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  10. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  11. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  12. 75d5d8c Merge with 3.2. by Georg Brandl · 12 years ago
  13. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  14. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 12 years ago
  15. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  16. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  17. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  18. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  19. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  20. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  21. 9a86447 Add some whatsnew entries by Antoine Pitrou · 12 years ago
  22. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  23. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  24. 24a05f7 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  25. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  26. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  27. ebb2964 Suspicious markup check. by Georg Brandl · 12 years ago
  28. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  29. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  30. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  31. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  32. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  33. d343391 Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  34. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  35. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  36. c204348 Write the What's New for the importlib stuff. by Brett Cannon · 12 years ago
  37. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  38. b77b5c3 merge by Raymond Hettinger · 12 years ago
  39. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  40. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 12 years ago
  41. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  42. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  43. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  44. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  45. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  46. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  47. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 12 years ago
  48. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  49. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  50. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  51. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 12 years ago
  52. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  53. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  54. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  55. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  56. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  57. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  58. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  59. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  60. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  61. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  62. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  63. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  64. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  65. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  66. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  67. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  68. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 12 years ago
  69. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 12 years ago
  70. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  71. d57c73b Issue #13478: merge with 3.2 by Sandro Tosi · 12 years ago
  72. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  73. 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 12 years ago
  74. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  75. 0b7d7c9 Merge #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  76. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  77. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 12 years ago
  78. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  79. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  80. df7070a issue2193 - Update docs about the legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  81. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  82. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  83. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  84. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  85. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  86. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  87. 05fac02 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  88. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  89. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  90. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  91. f138f8c Merged cookbook corrections from 3.2. by Vinay Sajip · 12 years ago
  92. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 12 years ago
  93. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 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. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 12 years ago
  96. e8a463d Merged tweaks to cookbook example from 3.2. by Vinay Sajip · 12 years ago
  97. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  98. 1b71019 Merged cookbook update from 3.2. by Vinay Sajip · 12 years ago
  99. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 12 years ago
  100. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago