Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.3
/
Lib
tag
7a8e13423f3cc8cbacece5b8d40c9a78ed2ce468
tagger
Ned Deily <nad@python.org>
Tue Oct 03 05:55:40 2017
object
2c5fed86e0cbba5a4e34792b0083128ce659909d
Python 3.6.3
2e3fd03
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831)
by Miss Islington (bot)
· 8 years ago
2f61f64
Update pydoc topics and NEWS blurbs for 3.6.3rc1
by Ned Deily
· 8 years ago
8afd7ab
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
by Miss Islington (bot)
· 8 years ago
84c89ef
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)
by Miss Islington (bot)
· 8 years ago
6b4d8ba
[3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (GH-3634) (#3636)
by Miss Islington (bot)
· 8 years ago
b417332
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#3623)
by Miss Islington (bot)
· 8 years ago
77b52e4
[3.6] bpo-31488: IDLE - update former extensions when options change. (GH-3612) (#3613)
by Miss Islington (bot)
· 8 years ago
2c1c2ca
[3.6] bpo-31234: Join threads in tests (#3589)
by Victor Stinner
· 8 years ago
4d72945
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
by Terry Jan Reedy
· 8 years ago
93d5f91
[3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)
by Terry Jan Reedy
· 8 years ago
7b62416
[3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (GH-3590) (#3591)
by Miss Islington (bot)
· 8 years ago
49caab4
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-3545) (#3585)
by Miss Islington (bot)
· 8 years ago
1658ec0
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modules (GH-3582) (#3583)
by Miss Islington (bot)
· 8 years ago
f135f62
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584)
by Miss Islington (bot)
· 8 years ago
20fa05d
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
by Miss Islington (bot)
· 8 years ago
9e3cd78
[3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)
by Miss Islington (bot)
· 8 years ago
ef323e8
[3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)
by Victor Stinner
· 8 years ago
d99e85b
[3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)
by Miss Islington (bot)
· 8 years ago
769ddb0
[3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)
by Miss Islington (bot)
· 8 years ago
6c25b73
[3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)
by Miss Islington (bot)
· 8 years ago
89bfc9b
[3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189) (#3537)
by Miss Islington (bot)
· 8 years ago
1b00bdd
[3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)
by Miss Islington (bot)
· 8 years ago
94eb2d5
[3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)
by Miss Islington (bot)
· 8 years ago
bcf042f
[3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)
by Miss Islington (bot)
· 8 years ago
5013a5e
[3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)
by Victor Stinner
· 8 years ago
4d7807a
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
by Miss Islington (bot)
· 8 years ago
01dcaa5
[3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
by Miss Islington (bot)
· 8 years ago
9adc87b
[3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509)
by Serhiy Storchaka
· 8 years ago
cb356c2
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
by Benjamin Peterson
· 8 years ago
99b941b
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (GH-3503) (#3504)
by Miss Islington (bot)
· 8 years ago
31b2424
[3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) (#3502)
by Miss Islington (bot)
· 8 years ago
7972ed2
[3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3494)
by Serhiy Storchaka
· 8 years ago
4a8b53a
[3.6] bpo-30781: IDLE: Fix help button on configdialog (GH-3238) (#3489)
by Miss Islington (bot)
· 8 years ago
2a0f7c3
Backport docstring improvements to OrderedDict. (GH-3470)
by Henk-Jaap Wagenaar
· 8 years ago
d6c397b
[3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2494) (#3487)
by Terry Jan Reedy
· 8 years ago
a4baf1c
[3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467)
by Miss Islington (bot)
· 8 years ago
3892799
[3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534) (#3405)
by Miss Islington (bot)
· 8 years ago
9f2b3d4
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
by Christian Heimes
· 8 years ago
9423f5d
[3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434)
by Christian Heimes
· 8 years ago
fb4c28c
[3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)
by Miss Islington (bot)
· 8 years ago
76006f2
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
by Steve Dower
· 8 years ago
aa1afc7
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
by Miss Islington (bot)
· 8 years ago
e29ab7e
[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)
by Miss Islington (bot)
· 8 years ago
fd645ec
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (GH-3311) (#3386)
by Steve Dower
· 8 years ago
3bad165
[3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3066) (#3388)
by Gregory P. Smith
· 8 years ago
3aea3c2
[3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380)
by Miss Islington (bot)
· 8 years ago
6da379b
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
by Christian Heimes
· 8 years ago
ff125e1
bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)
by Miss Islington (bot)
· 8 years ago
3b9d444
[3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370)
by Mariatta
· 8 years ago
c506403
[3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)
by Miss Islington (bot)
· 8 years ago
9a3b385
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)
by Victor Stinner
· 8 years ago
6fce7ea
bpo-30445: Allow appended output in RecursionError message (#3356)
by Victor Stinner
· 8 years ago
1dba378
bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)
by Gregory P. Smith
· 8 years ago
4bc8ef0
[3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)
by Christian Heimes
· 8 years ago
7d8282d
[3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315) (#3276)
by Gregory P. Smith
· 8 years ago
5cbca02
[3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH-3270) (#3271)
by Antoine Pitrou
· 8 years ago
98bbeb7
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
by Serhiy Storchaka
· 8 years ago
ea76791
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (GH-1560) (#3266)
by Antoine Pitrou
· 8 years ago
98c849a
bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)
by Victor Stinner
· 8 years ago
60f3f1f
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
by Victor Stinner
· 8 years ago
095a421
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (GH-3226) (#3243)
by Oren Milman
· 8 years ago
2d1653a
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3241)
by Pauli Virtanen
· 8 years ago
87c5024
[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (GH-3239) (#3240)
by Terry Jan Reedy
· 8 years ago
c7750c2
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
by Oren Milman
· 8 years ago
5c89c2f
[3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)
by Terry Jan Reedy
· 8 years ago
7e24890
[3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (GH-3220) (#3221)
by Terry Jan Reedy
· 8 years ago
7b55602
[3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)
by Terry Jan Reedy
· 8 years ago
9bcbc6c
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3209)
by Oren Milman
· 8 years ago
8e67981
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3210)
by Oren Milman
· 8 years ago
680f04a
bpo-31161: only check for parens error for SyntaxError (#3083)
by Martijn Pieters
· 8 years ago
468534d
bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186)
by Victor Stinner
· 8 years ago
5f20539
bpo-31234: fork_wait tests now join threads (#3139) (#3187)
by Victor Stinner
· 8 years ago
29d007b
[3.6] bpo-30871: Add test.pythoninfo (#3174)
by Victor Stinner
· 8 years ago
e76cb43
[3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)
by Victor Stinner
· 8 years ago
12a3e34
bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)
by Victor Stinner
· 8 years ago
24c0c5b
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)
by Cheryl Sabella
· 8 years ago
3d9c0d4
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)
by Cheryl Sabella
· 8 years ago
764e282
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)
by Cheryl Sabella
· 8 years ago
1a05e87
[3.6] bpo-31232: Backport custom print rshift message (GH-3155)
by Nick Coghlan
· 8 years ago
b50e768
bpo-31234: test_threading: fix ref cycle (#3150) (#3152)
by Victor Stinner
· 8 years ago
3e866df
bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149)
by Victor Stinner
· 8 years ago
6db2edb
[3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3124)
by Terry Jan Reedy
· 8 years ago
78c66a6
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)
by Victor Stinner
· 8 years ago
de36ba0
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (GH-3098) (#3099)
by Terry Jan Reedy
· 8 years ago
ff4b222
[3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)
by Terry Jan Reedy
· 8 years ago
7f6a13b
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
by Christian Heimes
· 8 years ago
a314590
[3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)
by Terry Jan Reedy
· 8 years ago
f2d769d
bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)
by Victor Stinner
· 8 years ago
bc69d00
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070)
by Victor Stinner
· 8 years ago
270c3c6
bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068)
by Victor Stinner
· 8 years ago
719a15b
[3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060)
by Victor Stinner
· 8 years ago
646f6c3
[3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#3053)
by Terry Jan Reedy
· 8 years ago
4388b42
[3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3041)
by Ammar Askar
· 8 years ago
f3b8917
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038)
by Serhiy Storchaka
· 8 years ago
33460fa
ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)
by Victor Stinner
· 8 years ago
9d7d928
[3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)
by Terry Jan Reedy
· 8 years ago
b61de2d
[3.6] bpo-29910: IDLE - revert `break`s that disabled calltip close. (GH-2997) (#3017)
by Terry Jan Reedy
· 8 years ago
9cd0ef8
bpo-31029: test_tokenize Add missing import unittest (#2998)
by Rajath Agasthya
· 8 years ago
4795ba8
[3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)
by Shane Harvey
· 8 years ago
946a0b6
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991)
by Serhiy Storchaka
· 8 years ago
Next »