100000 Commits (e82c034496512139e9ea3f68ceda86c04bc7baab)
 

Author SHA1 Message Date
Christian Heimes e82c034496 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) 8 years ago
Christian Heimes a170fa162d bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) 8 years ago
Christian Heimes 4df60f18c6 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) 8 years ago
Terry Jan Reedy ff70289002 bpo-314777: IDLE - improve rstrip entry in doc (#3602) 8 years ago
Paul Romano 992f613fe6 Fix description in Python 3.7 What's New (#3603) 8 years ago
Michael Seifert da67e0d644 bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) 8 years ago
Victor Stinner 11f0807a40 bpo-31234: test_multiprocessing: wait 30 seconds (#3599) 8 years ago
Victor Stinner da3e5cf961 bpo-31234: Join timers in test_threading (#3598) 8 years ago
Serhiy Storchaka 5d84cb368c bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) 8 years ago
Barry Warsaw b2e5794870 bpo-31338 (#3374) 8 years ago
Terry Jan Reedy d384a81f55 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) 8 years ago
Feanil Patel 6a396c9807 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) 8 years ago
Victor Stinner ccb3c7654c bpo-30860: Fix deadcode in obmalloc.c (#3499) 8 years ago
Victor Stinner b9b69003d9 bpo-31234: Add support.join_thread() helper (#3587) 8 years ago
Victor Stinner 167cbde50a bpo-31234: Join threads in test_queue (#3586) 8 years ago
Victor Stinner ff40ecda73 bpo-31234: Add test.support.wait_threads_exit() (#3578) 8 years ago
Victor Stinner b8c7be2c52 bpo-31234: Join threads in test_threading (#3579) 8 years ago
scoder c8d8e15bfc bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) 8 years ago
Oren Milman 0b3a87ef54 bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580) 8 years ago
Łukasz Langa f350a268a7 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) 8 years ago
Eric Snow d393c1b227 bpo-28411: Isolate PyInterpreterState.modules (#3575) 8 years ago
Victor Stinner 8dcf22f442 bpo-31234: Join threads in test_hashlib (#3573) 8 years ago
Victor Stinner 18e95b4176 bpo-31234: Join threads in tests (#3572) 8 years ago
Łukasz Langa 1bbd482bcf bpo-31457: Allow for nested LoggerAdapter objects (#3551) 8 years ago
Victor Stinner 5a61559fb0 _ssl_: Fix compiler warning (#3559) 8 years ago
Eric Snow dae0276bb6 bpo-30860: Fix a refleak. (#3567) 8 years ago
Eric Snow 93c92f7d1d bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) 8 years ago
Serhiy Storchaka 13ad3b7a82 bpo-31462: Remove trailing whitespaces. (#3564) 8 years ago
sww 312ffead1e Improve code examples in hashlib cookie signing (GH-3562) 8 years ago
Xiang Zhang c3e97d9d98 bpo-30246: fix several error messages which only mention bytes in struct (#1421) 8 years ago
Mariatta 1b8f612e18 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) 8 years ago
Victor Stinner 096ae3373a bpo-31234: Try to fix lock_tests warning (#3557) 8 years ago
Ivan Levkivskyi 65bc62052f bpo-28556: Minor updates to typing module (#3550) 8 years ago
Oren Milman f6e61df015 bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539) 8 years ago
Victor Stinner ace1ecc00b bpo-31234: threading_cleanup() now warns immediately (#3138) 8 years ago
Joel Schaerer 88031a9ade Update subprocess.communicate() docstring. 8 years ago
Victor Stinner acb9fa79fa bpo-31234, socket.create_connection(): Fix ref cycle (#3546) 8 years ago
Victor Stinner b157ce1e58 bpo-31234: Fix dangling thread in test_ftplib (#3544) 8 years ago
Victor Stinner d165e14e29 bpo-31448, test_poplib: Fix ResourceWarning (#3542) 8 years ago
Victor Stinner a7b3bc554c Travis CI: run coverage test using --fail-env-changed (#3541) 8 years ago
Victor Stinner d403a29c00 bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) 8 years ago
Victor Stinner b8f4163da3 bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523) 8 years ago
Victor Stinner 97d7e65dfe bpo-30830: logging.config.listen() calls server_close() (#3524) 8 years ago
Louie Lu b8d1b9d7c6 Mention enum as an ex (#2982) 8 years ago
Mariatta ea0f7c26ce bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) 8 years ago
Aivar Annamaa 5f8fbf917e bpo-31394: Clarify documentation about token type attribute (GH-3469) 8 years ago
Victor Stinner 3bcf157c11 bpo-31249: Fix test_concurrent_futures dangling thread (#3521) 8 years ago
Victor Stinner a15d155aad bpo-31234: Enhance test_thread.test_forkinthread() (#3516) 8 years ago
Oren Milman d056818ed2 bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree.Element.__deepcopy__() isn't a dictionary. (#3512) 8 years ago
Terry Jan Reedy 98758bc67f bpo-31421: Document how IDLE runs tkinter programs. (#3513) 8 years ago