84729 Commits (4eef074e4cb8f3c10000fa2187c7a718a1d76d40)
 

Author SHA1 Message Date
R David Murray 4eef074e4c Merge: #12220: improve minidom error when URI contains spaces. 12 years ago
R David Murray 9077d24d7f #12220: improve minidom error when URI contains spaces. 12 years ago
Ned Deily 3ff96eb1e4 Issue #10291: Cleanup turtledemo to use docstrings for help. 12 years ago
Ned Deily 5e526bba59 Issue #11571: merge with 3.4 12 years ago
Ned Deily 09ae544ea3 Issue #11571: Ensure that the turtle window becomes the topmost window 12 years ago
Ned Deily 6d17235746 Issue #21311: merge with 3.4 12 years ago
Ned Deily f31b478208 Issue #21311: Avoid exception in _osx_support with non-standard compiler 12 years ago
Antoine Pitrou 0f1155c6cc Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar. 12 years ago
R David Murray 0fbd76b023 Merge: #9364: Improve the text printed by help(pydoc) and help(help). 12 years ago
R David Murray 3d050ddf19 #9364: Improve the text printed by help(pydoc) and help(help). 12 years ago
Eric Snow 31e9f7cb0f Merge from 3.4. 12 years ago
Eric Snow 658af31372 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. 12 years ago
Terry Jan Reedy 386b2b18f5 Merge with 3.4. Closes #21232. 12 years ago
Terry Jan Reedy bddecc3861 Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. 12 years ago
Zachary Ware dee46b370e Merge with 3.4 12 years ago
Zachary Ware a37ff0fb80 Issue #21289: Fix documentation building on Windows using Doc/make.bat. 12 years ago
Antoine Pitrou 172f025bed Issue #21068: The ssl.PROTOCOL* constants are now enum members. 12 years ago
Philip Jenvey 1226db4651 fix the description of bytes tests 12 years ago
Guido van Rossum a090823a05 Merge news item from 3.4 12 years ago
Guido van Rossum 14d7fabe94 NEWS for latest asyncio commit. 12 years ago
Guido van Rossum 2c3d67caf7 Merge 3.4 12 years ago
Guido van Rossum 0cbc76880f asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). 12 years ago
Zachary Ware 715ef02ddc Fix a typo in the docstring of nb_index. 12 years ago
Zachary Ware ea42b4cc80 Fix a typo in the signature for object.__ge__ 12 years ago
Benjamin Peterson 5edbb7b7a4 correct len signature in docstring (closes #21294) 12 years ago
Benjamin Peterson d065c48991 fix ref count annotations on sphinx >= 1.2.1 (closes #21286) 12 years ago
doko@ubuntu.com 1a4f561d7c - Issue #21285: Refactor and fix curses configure check to always search 12 years ago
doko@ubuntu.com 4a173bc4ed Fixes for KFreeBSD and the Hurd: 12 years ago
doko@ubuntu.com a3818a3043 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and 12 years ago
Senthil Kumaran aad7cc9dba Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248 12 years ago
Senthil Kumaran 8b4a272c98 Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 12 years ago
R David Murray f7f981829b #18628: clarify index entry for source file encoding declaration. 12 years ago
Benjamin Peterson fa873f66c6 remove superfluous and useless line 12 years ago
Benjamin Peterson c844b00dec use the called property of the run_pip mock rather than an assertion method that doesn't exist 12 years ago
Senthil Kumaran cad2bf20c3 Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further. 12 years ago
Antoine Pitrou c043061667 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 12 years ago
Terry Jan Reedy 7f84d1eb63 #18566: Whitespace 12 years ago
Terry Jan Reedy 6ac4240b6c Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. 12 years ago
Andrew Kuchling 45278a898c #1704474: mark refleak test as specific to CPython 12 years ago
Andrew Kuchling 764662020b #15840: make docs consistent by saying operations on closed files raise ValueError. 12 years ago
R David Murray fc1020d396 #20874: reflow paragraph. 12 years ago
R David Murray 0e0e391fa3 #20874: update tutorial wording: sophisticated line editing is now standard. 12 years ago
Vinay Sajip 65425b4bc6 Issue #21245: updated documentation on exception() method and function. 12 years ago
Michael Foord ebc1a30d55 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. 12 years ago
Senthil Kumaran d943fdee87 Run test_urllib2_localnet tests using unittest.main(). 12 years ago
Kushal Das 484f8a875b Closes Issue 21222. 12 years ago
Guido van Rossum 2e2c05c2a1 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). 12 years ago
Mark Dickinson d12290654a Fix typo in test method name. 12 years ago
Zachary Ware 9996a7d21b Merge typo fix from 3.4 12 years ago
Zachary Ware 07b4c5e1f6 Merge typo fix from 3.4 12 years ago