summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-30860: Fix a refleak. (#3506)Eric Snow2017-09-127-43/+47
* bpo-30860: Always provide serialno. (#3507)Eric Snow2017-09-121-1/+1
* bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...Oren Milman2017-09-113-3/+33
* bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)Terry Jan Reedy2017-09-111-0/+46
* bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)Terry Jan Reedy2017-09-112-11/+19
* bpo-30860: Add Include/internal/ in "make tags" (#3498)Victor Stinner2017-09-111-2/+2
* test_ssl: Implement timeout in ssl_io_loop() (#3500)Victor Stinner2017-09-111-0/+3
* Remove a null statement that was necessary for --without-threads (#3478)Zackery Spytz2017-09-111-1/+0
* bpo-31373: remove overly strict float range checks (#3486)Benjamin Peterson2017-09-114-6/+14
* bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...Oren Milman2017-09-113-1/+20
* bpo-30781: IDLE: Fix help button on configdialog (#3238)Cheryl Sabella2017-09-111-3/+3
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-1021-272/+451
* Simplify run_tests.py (#3482)Antoine Pitrou2017-09-101-5/+1
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-105-113/+136
* bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)Stefan Krah2017-09-101-5/+14
* Improve IncrementalEncoder documentation (GH-2746)Zhiming Wang2017-09-101-9/+9
* bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)Stefan Krah2017-09-092-113/+16
* Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)Sergey Fedoseev2017-09-091-1/+1
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-0911-115/+74
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-096-35/+48
* bpo-26669: Fix nan arg value error in pytime.c (#3085)Han Lee2017-09-082-0/+43
* bpo-31400: Improve SSL error handling on Windows (#3463)Steve Dower2017-09-082-10/+49
* bpo-28182: restore backwards compatibility (#3464)Christian Heimes2017-09-081-0/+5
* delete dead locale initialization code for windows (#3461)Benjamin Peterson2017-09-081-5/+1