1. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 10 years ago
  2. dd41f24 Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 10 years ago
  3. ae25f46 #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 10 years ago
  4. 4453cf5 merge 3.4 (#19385) by Benjamin Peterson · 10 years ago
  5. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 10 years ago
  6. 5e746f2 merge 3.4 (#21355) by Benjamin Peterson · 10 years ago
  7. d4992dc shallow defaults to 'True' not '1' (closes #21355) by Benjamin Peterson · 10 years ago
  8. 4432cf4 Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  9. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  10. 1c71241 Merge from 3.4 by Andrew Kuchling · 10 years ago
  11. 86fe53e #21225: copy docstrings from base classes by Andrew Kuchling · 10 years ago
  12. 027ce16 sprinkle some _PyId goodness around moduleobject.c by Benjamin Peterson · 10 years ago
  13. 1184e26 do not override errors from descriptors on modules by Benjamin Peterson · 10 years ago
  14. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  15. 7101cb0 Closes #21346: Merge with 3.4 by Zachary Ware · 10 years ago
  16. dca807b Issue #21346: Fix typo, make message consistent in test_itertools. by Zachary Ware · 10 years ago
  17. 409569b update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments by Giampaolo Rodola' · 10 years ago
  18. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  19. 420dc56 Fix compiler warning on Windows by Zachary Ware · 10 years ago
  20. d143089 Null merge by Zachary Ware · 10 years ago
  21. 404b5da "Escape" a character in the middle of "warning" by Zachary Ware · 10 years ago
  22. 1626993 "Escape" a character in the middle of "warning" by Zachary Ware · 10 years ago
  23. e7460ac fix the test on windows which has different return codes from killed children. by Gregory P. Smith · 10 years ago
  24. ab2719f fix the test on windows which has different return codes from killed children. by Gregory P. Smith · 10 years ago
  25. ede86f5 Merge from 3.4 by Zachary Ware · 10 years ago
  26. 8894ef1 Prevent Sphinx error on whatsnew/changelog by Zachary Ware · 10 years ago
  27. 5402315 Add implementation notes by Raymond Hettinger · 10 years ago
  28. b218863 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  29. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  30. b0c597f merge 3.4 (#21330) by Benjamin Peterson · 10 years ago
  31. 9e59967 fix off-by-one error (closes #21330) by Benjamin Peterson · 10 years ago
  32. 711ee25 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  33. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  34. 29c4777 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  35. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  36. f16fa11 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  37. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  38. f4faef4 merge 3.4 by Senthil Kumaran · 10 years ago
  39. 4a63923 NEWS entry for #15002 by Senthil Kumaran · 10 years ago
  40. 6117e5d urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) by Senthil Kumaran · 10 years ago
  41. 4eef074 Merge: #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  42. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  43. 3ff96eb Issue #10291: Cleanup turtledemo to use docstrings for help. by Ned Deily · 10 years ago
  44. 5e526bb Issue #11571: merge with 3.4 by Ned Deily · 10 years ago
  45. 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 10 years ago
  46. 6d17235 Issue #21311: merge with 3.4 by Ned Deily · 10 years ago
  47. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  48. 0f1155c Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  49. 0fbd76b Merge: #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  50. 3d050dd #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  51. 31e9f7c Merge from 3.4. by Eric Snow · 10 years ago
  52. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  53. 386b2b1 Merge with 3.4. Closes #21232. by Terry Jan Reedy · 10 years ago
  54. bddecc3 Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. by Terry Jan Reedy · 10 years ago
  55. dee46b3 Merge with 3.4 by Zachary Ware · 10 years ago
  56. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 10 years ago
  57. 172f025 Issue #21068: The ssl.PROTOCOL* constants are now enum members. by Antoine Pitrou · 10 years ago
  58. 1226db4 fix the description of bytes tests by Philip Jenvey · 10 years ago
  59. a090823 Merge news item from 3.4 by Guido van Rossum · 10 years ago
  60. 14d7fab NEWS for latest asyncio commit. by Guido van Rossum · 10 years ago
  61. 2c3d67c Merge 3.4 by Guido van Rossum · 10 years ago
  62. 0cbc768 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 10 years ago
  63. 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 10 years ago
  64. ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 10 years ago
  65. 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 10 years ago
  66. d065c48 fix ref count annotations on sphinx >= 1.2.1 (closes #21286) by Benjamin Peterson · 10 years ago
  67. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  68. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  69. a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 10 years ago
  70. aad7cc9 Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248 by Senthil Kumaran · 10 years ago
  71. 8b4a272 Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 by Senthil Kumaran · 10 years ago
  72. f7f9818 #18628: clarify index entry for source file encoding declaration. by R David Murray · 10 years ago
  73. fa873f6 remove superfluous and useless line by Benjamin Peterson · 10 years ago
  74. c844b00 use the called property of the run_pip mock rather than an assertion method that doesn't exist by Benjamin Peterson · 10 years ago
  75. cad2bf2 Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further. by Senthil Kumaran · 10 years ago
  76. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 10 years ago
  77. 7f84d1e #18566: Whitespace by Terry Jan Reedy · 10 years ago
  78. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  79. 45278a8 #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 10 years ago
  80. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 10 years ago
  81. fc1020d #20874: reflow paragraph. by R David Murray · 10 years ago
  82. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 10 years ago
  83. 65425b4 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 10 years ago
  84. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  85. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 10 years ago
  86. 484f8a8 Closes Issue 21222. by Kushal Das · 10 years ago
  87. 2e2c05c asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 10 years ago
  88. d122906 Fix typo in test method name. by Mark Dickinson · 10 years ago
  89. 9996a7d Merge typo fix from 3.4 by Zachary Ware · 10 years ago
  90. 07b4c5e Merge typo fix from 3.4 by Zachary Ware · 10 years ago
  91. e83236f merge 3.4 by Benjamin Peterson · 10 years ago
  92. af7c5b0 merge 3.4 by Benjamin Peterson · 10 years ago
  93. f8d60ca - Merge 3.4 by doko@ubuntu.com · 10 years ago
  94. dc28213 - Merge 3.4 by doko@ubuntu.com · 10 years ago
  95. 72f61de - fix merge conflict by doko@ubuntu.com · 10 years ago
  96. 2273ab2 Merge 3.4 by doko@ubuntu.com · 10 years ago
  97. 617c4dc Add a --ciphers option to Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  98. 05649f3 Use ssl.create_default_context in Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  99. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 10 years ago
  100. aedff52 merge 3.4 by Senthil Kumaran · 10 years ago