1. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 11 years ago
  2. 14d7fab NEWS for latest asyncio commit. by Guido van Rossum · 11 years ago
  3. 0cbc768 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 11 years ago
  4. 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 11 years ago
  5. ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 11 years ago
  6. 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 11 years ago
  7. d065c48 fix ref count annotations on sphinx >= 1.2.1 (closes #21286) by Benjamin Peterson · 11 years ago
  8. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  9. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
  10. a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 11 years ago
  11. aad7cc9 Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248 by Senthil Kumaran · 11 years ago
  12. 8b4a272 Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 by Senthil Kumaran · 11 years ago
  13. f7f9818 #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  14. fa873f6 remove superfluous and useless line by Benjamin Peterson · 11 years ago
  15. c844b00 use the called property of the run_pip mock rather than an assertion method that doesn't exist by Benjamin Peterson · 11 years ago
  16. cad2bf2 Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further. by Senthil Kumaran · 11 years ago
  17. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 11 years ago
  18. 7f84d1e #18566: Whitespace by Terry Jan Reedy · 11 years ago
  19. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  20. 45278a8 #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  21. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  22. fc1020d #20874: reflow paragraph. by R David Murray · 11 years ago
  23. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 11 years ago
  24. 65425b4 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  25. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 11 years ago
  26. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 11 years ago
  27. 484f8a8 Closes Issue 21222. by Kushal Das · 11 years ago
  28. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 11 years ago
  29. 09cc169 asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly by Yury Selivanov · 11 years ago
  30. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 11 years ago
  31. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
  32. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
  33. 9417764 misc.news: Remove whitespace by Yury Selivanov · 11 years ago
  34. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
  35. cfdd016 Invoke test_urllibnet tests using unittest.main function by Senthil Kumaran · 11 years ago
  36. fe0e108 #15104: add backtick code markup. by R David Murray · 11 years ago
  37. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
  38. 4a24d09 merge heads by Senthil Kumaran · 11 years ago
  39. bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. by Eric V. Smith · 11 years ago
  40. 6b3e87d merge heads by Senthil Kumaran · 11 years ago
  41. b735f52 merge heads by Senthil Kumaran · 11 years ago
  42. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 11 years ago
  43. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 11 years ago
  44. efeb9da Add conditional code for android's lack of definition of SYS_getdent64. by Gregory P. Smith · 11 years ago
  45. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 11 years ago
  46. 061cb3b #15104: improve the discussion of __main__. by R David Murray · 11 years ago
  47. 1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) by Senthil Kumaran · 11 years ago
  48. 44da19a #18518: mention that including a return statement changes/breaks the behaviour by Andrew Kuchling · 11 years ago
  49. 40470e0 do not generate pipe names in the temporary dir by Benjamin Peterson · 11 years ago
  50. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  51. b814057 merge 3.3 by Benjamin Peterson · 11 years ago
  52. 98816bd merge 3.2 by Benjamin Peterson · 11 years ago
  53. 49991de fix poor spelling by Benjamin Peterson · 11 years ago
  54. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  55. 70d92a9 merge 3.3 by Benjamin Peterson · 11 years ago
  56. 9beee04 merge 3.2 by Benjamin Peterson · 11 years ago
  57. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  58. 1b16436 Merge by Michael Foord · 11 years ago
  59. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 11 years ago
  60. abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. by Mark Dickinson · 11 years ago
  61. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 11 years ago
  62. 04d8a24 Fix faq example with division. by Eric V. Smith · 11 years ago
  63. fc9a4d8 Fix text about int() with octal numbers. Closes #21212. by Eric V. Smith · 11 years ago
  64. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 11 years ago
  65. 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
  66. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  67. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  68. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 11 years ago
  69. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
  70. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 11 years ago
  71. ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  72. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  73. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  74. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  75. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  76. 0134a35 Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. by Ned Deily · 11 years ago
  77. 9978a93 Issue #20644: Keep build-installer.py in sync across active versions. by Ned Deily · 11 years ago
  78. f3ddcc9 issue #21190: Fix the broken docs download link by Senthil Kumaran · 11 years ago
  79. 490e53b Issue #21097: Update Makefile with changed install locations of test directories. by Ned Deily · 11 years ago
  80. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 11 years ago
  81. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 11 years ago
  82. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 11 years ago
  83. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 11 years ago
  84. 7ddf3eb use imperative by Benjamin Peterson · 11 years ago
  85. ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
  86. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
  87. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 11 years ago
  88. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
  89. 4bd652a asyncio: Document Task.cancel() properly. by Victor Stinner · 11 years ago
  90. 6d6ec25 merge from 3.3 by Senthil Kumaran · 11 years ago
  91. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  92. 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 11 years ago
  93. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 11 years ago
  94. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 11 years ago
  95. 1cd9825 merge 3.3 by Benjamin Peterson · 11 years ago
  96. 7e90bc4 merge 3.2 by Benjamin Peterson · 11 years ago
  97. 80e6af1 fix versionchanged version by Benjamin Peterson · 11 years ago
  98. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  99. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 11 years ago
  100. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 11 years ago