summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)Miss Islington (bot)2017-09-142-50/+36
* [3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)Victor Stinner2017-09-132-1/+17
* [3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)Miss Islington (bot)2017-09-131-0/+2
* [3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)Miss Islington (bot)2017-09-131-3/+3
* [3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)Miss Islington (bot)2017-09-131-0/+1
* [3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189...Miss Islington (bot)2017-09-131-1/+3
* [3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)Miss Islington (bot)2017-09-131-2/+6
* [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)Miss Islington (bot)2017-09-131-0/+3
* [3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)Miss Islington (bot)2017-09-121-12/+19
* [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)Victor Stinner2017-09-124-4/+12
* [3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)Miss Islington (bot)2017-09-121-10/+30
* [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)Miss Islington (bot)2017-09-121-16/+7
* [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...Serhiy Storchaka2017-09-121-0/+15
* [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)Benjamin Peterson2017-09-122-0/+12
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (GH-3503) (#3504)Miss Islington (bot)2017-09-111-0/+46
* [3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) ...Miss Islington (bot)2017-09-111-11/+17
* [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-111-0/+11
* [3.6] bpo-30781: IDLE: Fix help button on configdialog (GH-3238) (#3489)Miss Islington (bot)2017-09-111-3/+3
* Backport docstring improvements to OrderedDict. (GH-3470)Henk-Jaap Wagenaar2017-09-111-2/+2
* [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...Terry Jan Reedy2017-09-1119-252/+428
* [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) Miss Islington (bot)2017-09-091-0/+29
* [3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534)...Miss Islington (bot)2017-09-081-0/+1
* [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)Christian Heimes2017-09-082-1/+39
* [3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434)Christian Heimes2017-09-072-5/+16
* [3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)Miss Islington (bot)2017-09-071-7/+9
* [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ...Steve Dower2017-09-072-29/+94
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)Miss Islington (bot)2017-09-071-0/+248
* [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)Miss Islington (bot)2017-09-071-0/+1
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-061-9/+13
* [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3...Gregory P. Smith2017-09-062-3/+53
* [3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380)Miss Islington (bot)2017-09-061-0/+4
* [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)Christian Heimes2017-09-061-0/+2
* bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)Miss Islington (bot)2017-09-061-6/+4
* [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (G...Mariatta2017-09-061-3/+1
* [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)Miss Islington (bot)2017-09-061-1/+4
* bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)Victor Stinner2017-09-061-0/+1
* bpo-30445: Allow appended output in RecursionError message (#3356)Victor Stinner2017-09-051-1/+2
* bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)Gregory P. Smith2017-09-042-6/+18
* [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)Christian Heimes2017-09-042-156/+0
* [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315...Gregory P. Smith2017-09-032-5/+10
* [3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH...Antoine Pitrou2017-09-032-8/+20
* bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)Serhiy Storchaka2017-09-031-8/+37
* [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...Antoine Pitrou2017-09-013-10/+89
* bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)Victor Stinner2017-09-011-3/+11
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)Victor Stinner2017-09-012-14/+24
* [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...Oren Milman2017-08-301-0/+17
* [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-08-301-28/+55
* [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...Terry Jan Reedy2017-08-301-38/+45
* [3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)Oren Milman2017-08-291-0/+20
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-272-62/+274