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