summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-31386: Custom wrap_bio and wrap_socket type (#3426)Christian Heimes2017-09-154-13/+67
* bpo-314777: IDLE - improve rstrip entry in doc (#3602)Terry Jan Reedy2017-09-153-3/+9
* Fix description in Python 3.7 What's New (#3603)Paul Romano2017-09-151-3/+2
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)Michael Seifert2017-09-152-15/+40
* bpo-31234: test_multiprocessing: wait 30 seconds (#3599)Victor Stinner2017-09-151-14/+17
* bpo-31234: Join timers in test_threading (#3598)Victor Stinner2017-09-151-0/+2
* bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)Serhiy Storchaka2017-09-152-61/+62
* bpo-31338 (#3374)Barry Warsaw2017-09-1522-111/+128
* bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)Terry Jan Reedy2017-09-144-45/+41
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-145-19/+39
* bpo-30860: Fix deadcode in obmalloc.c (#3499)Victor Stinner2017-09-141-2/+2
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-149-65/+50
* bpo-31234: Join threads in test_queue (#3586)Victor Stinner2017-09-141-21/+25
* bpo-31234: Add test.support.wait_threads_exit() (#3578)Victor Stinner2017-09-146-109/+161
* bpo-31234: Join threads in test_threading (#3579)Victor Stinner2017-09-141-0/+4
* bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)scoder2017-09-143-2/+60
* bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...Oren Milman2017-09-143-1/+16
* bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3...Łukasz Langa2017-09-144-22/+96
* bpo-28411: Isolate PyInterpreterState.modules (#3575)Eric Snow2017-09-1410-55/+116
* bpo-31234: Join threads in test_hashlib (#3573)Victor Stinner2017-09-141-13/+13
* bpo-31234: Join threads in tests (#3572)Victor Stinner2017-09-144-3/+15
* bpo-31457: Allow for nested LoggerAdapter objects (#3551)Łukasz Langa2017-09-143-0/+33
* _ssl_: Fix compiler warning (#3559)Victor Stinner2017-09-141-1/+1
* bpo-30860: Fix a refleak. (#3567)Eric Snow2017-09-147-43/+47
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-1421-308/+154
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-1421-62/+62
* Improve code examples in hashlib cookie signing (GH-3562)sww2017-09-141-3/+4
* bpo-30246: fix several error messages which only mention bytes in struct (#1421)Xiang Zhang2017-09-141-4/+5
* bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)Mariatta2017-09-132-2/+2
* bpo-31234: Try to fix lock_tests warning (#3557)Victor Stinner2017-09-131-0/+8
* bpo-28556: Minor updates to typing module (#3550)Ivan Levkivskyi2017-09-133-50/+38
* bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an ...Oren Milman2017-09-132-1/+3
* bpo-31234: threading_cleanup() now warns immediately (#3138)Victor Stinner2017-09-131-9/+19
* Update subprocess.communicate() docstring.Joel Schaerer2017-09-131-3/+3
* bpo-31234, socket.create_connection(): Fix ref cycle (#3546)Victor Stinner2017-09-132-0/+4
* bpo-31234: Fix dangling thread in test_ftplib (#3544)Victor Stinner2017-09-131-0/+2
* bpo-31448, test_poplib: Fix ResourceWarning (#3542)Victor Stinner2017-09-131-3/+3
* Travis CI: run coverage test using --fail-env-changed (#3541)Victor Stinner2017-09-131-1/+1
* bpo-31234: Fix dangling thread in test_ftp/poplib (#3540)Victor Stinner2017-09-132-1/+12
* bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)Victor Stinner2017-09-133-11/+19
* bpo-30830: logging.config.listen() calls server_close() (#3524)Victor Stinner2017-09-131-1/+1
* Mention enum as an ex (#2982)Louie Lu2017-09-131-2/+2
* bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)Mariatta2017-09-131-2/+3
* bpo-31394: Clarify documentation about token type attribute (GH-3469)Aivar Annamaa2017-09-131-2/+2
* bpo-31249: Fix test_concurrent_futures dangling thread (#3521)Victor Stinner2017-09-131-0/+3
* bpo-31234: Enhance test_thread.test_forkinthread() (#3516)Victor Stinner2017-09-121-12/+19
* bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree....Oren Milman2017-09-122-5/+24
* bpo-31421: Document how IDLE runs tkinter programs. (#3513)Terry Jan Reedy2017-09-123-16/+63
* bpo-27099: Finish updating IDLE doc and help text. (#3510)Terry Jan Reedy2017-09-122-20/+11
* bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow2017-09-124-20/+19