1. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 11 years ago
  2. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
  3. a83ade1 #21300: fix typo by R David Murray · 11 years ago
  4. 5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 11 years ago
  5. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 11 years ago
  6. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  7. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  8. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 11 years ago
  9. 3d139d8 asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 11 years ago
  10. 9fafc9f Add prompts to interactive example. by Zachary Ware · 11 years ago
  11. 8edd532 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 11 years ago
  12. 5280d2e asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 11 years ago
  13. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 11 years ago
  14. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 11 years ago
  15. 3d678e3 use with blocks to make sure files are closed by Benjamin Peterson · 11 years ago
  16. f24600e improve test coverage of filecmp (closes #21357) by Benjamin Peterson · 11 years ago
  17. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 11 years ago
  18. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  19. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 11 years ago
  20. d8ea56d Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 11 years ago
  21. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 11 years ago
  22. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 11 years ago
  23. da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 11 years ago
  24. a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile by Zachary Ware · 11 years ago
  25. 1de519c Issue #17386: Update Doc/README.txt to list all targets by Zachary Ware · 11 years ago
  26. 9393fff Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. by Zachary Ware · 11 years ago
  27. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  28. 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
  29. 7c895ed Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
  30. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  31. f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 11 years ago
  32. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 11 years ago
  33. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 11 years ago
  34. 94ba146 asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. by Guido van Rossum · 11 years ago
  35. 83c1ddd asyncio: Be careful accessing instance variables in __del__ (closes #21340). by Guido van Rossum · 11 years ago
  36. ae25f46 #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 11 years ago
  37. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 11 years ago
  38. d4992dc shallow defaults to 'True' not '1' (closes #21355) by Benjamin Peterson · 11 years ago
  39. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 11 years ago
  40. 86fe53e #21225: copy docstrings from base classes by Andrew Kuchling · 11 years ago
  41. dca807b Issue #21346: Fix typo, make message consistent in test_itertools. by Zachary Ware · 11 years ago
  42. 404b5da "Escape" a character in the middle of "warning" by Zachary Ware · 11 years ago
  43. ab2719f fix the test on windows which has different return codes from killed children. by Gregory P. Smith · 11 years ago
  44. 8894ef1 Prevent Sphinx error on whatsnew/changelog by Zachary Ware · 11 years ago
  45. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 11 years ago
  46. 9e59967 fix off-by-one error (closes #21330) by Benjamin Peterson · 11 years ago
  47. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 11 years ago
  48. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
  49. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
  50. 4a63923 NEWS entry for #15002 by Senthil Kumaran · 11 years ago
  51. 6117e5d urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) by Senthil Kumaran · 11 years ago
  52. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 11 years ago
  53. 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 11 years ago
  54. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  55. 3d050dd #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 11 years ago
  56. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 11 years ago
  57. bddecc3 Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. by Terry Jan Reedy · 11 years ago
  58. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 11 years ago
  59. 14d7fab NEWS for latest asyncio commit. by Guido van Rossum · 11 years ago
  60. 0cbc768 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 11 years ago
  61. 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 11 years ago
  62. ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 11 years ago
  63. 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 11 years ago
  64. d065c48 fix ref count annotations on sphinx >= 1.2.1 (closes #21286) by Benjamin Peterson · 11 years ago
  65. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  66. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
  67. a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 11 years ago
  68. aad7cc9 Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248 by Senthil Kumaran · 11 years ago
  69. 8b4a272 Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 by Senthil Kumaran · 11 years ago
  70. f7f9818 #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  71. fa873f6 remove superfluous and useless line by Benjamin Peterson · 11 years ago
  72. 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
  73. cad2bf2 Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further. by Senthil Kumaran · 11 years ago
  74. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 11 years ago
  75. 7f84d1e #18566: Whitespace by Terry Jan Reedy · 11 years ago
  76. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  77. 45278a8 #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  78. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  79. fc1020d #20874: reflow paragraph. by R David Murray · 11 years ago
  80. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 11 years ago
  81. 65425b4 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  82. 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
  83. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 11 years ago
  84. 484f8a8 Closes Issue 21222. by Kushal Das · 11 years ago
  85. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 11 years ago
  86. 09cc169 asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly by Yury Selivanov · 11 years ago
  87. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 11 years ago
  88. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
  89. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
  90. 9417764 misc.news: Remove whitespace by Yury Selivanov · 11 years ago
  91. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
  92. cfdd016 Invoke test_urllibnet tests using unittest.main function by Senthil Kumaran · 11 years ago
  93. fe0e108 #15104: add backtick code markup. by R David Murray · 11 years ago
  94. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
  95. 4a24d09 merge heads by Senthil Kumaran · 11 years ago
  96. bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. by Eric V. Smith · 11 years ago
  97. 6b3e87d merge heads by Senthil Kumaran · 11 years ago
  98. b735f52 merge heads by Senthil Kumaran · 11 years ago
  99. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 11 years ago
  100. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 11 years ago