Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.3
/
Lib
/
test
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
8afd7ab
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
by Miss Islington (bot)
· 8 years ago
2c1c2ca
[3.6] bpo-31234: Join threads in tests (#3589)
by Victor Stinner
· 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
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
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
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
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
aa1afc7
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
by Miss Islington (bot)
· 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
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
c7750c2
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
by Oren Milman
· 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
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
78c66a6
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)
by Victor Stinner
· 8 years ago
7f6a13b
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
by Christian Heimes
· 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
4388b42
[3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3041)
by Ammar Askar
· 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
f08b2be4
[3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (GH-2790) (#2992)
by Serhiy Storchaka
· 8 years ago
f142e85
bpo-31061: fix crash in asyncio speedup module (GH-2984)
by INADA Naoki
· 8 years ago
b26cc82
[3.6] bpo-31027: Fix test_listcomps failure when run directly (GH-2939) (#2945)
by Terry Jan Reedy
· 8 years ago
54cb340
bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917)
by Victor Stinner
· 8 years ago
d019c79
bpo-31028: Fix test_pydoc when run directly (#2864) (#2910)
by Victor Stinner
· 8 years ago
25de5ba
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2898)
by Nir Soffer
· 8 years ago
8c2d4cf
[3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2886)
by Dong-hee Na
· 8 years ago
c52cea4
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)
by Utkarsh Upadhyay
· 8 years ago
a6f0452
bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880)
by Victor Stinner
· 8 years ago
d0adfb2
[3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6 (#2879)
by Victor Stinner
· 8 years ago
efe9fcb
bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876)
by Victor Stinner
· 8 years ago
bb33ccf
bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2844)
by Victor Stinner
· 8 years ago
8de48fe
[3.6] Make test_shutil test_disk_usage not depend on the cwd fs (GH-2597) (#2820)
by Gregory P. Smith
· 8 years ago
96ef06f
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777)
by Victor Stinner
· 8 years ago
ae4dca7
[3.6] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755)
by Ammar Askar
· 8 years ago
a819e5e
[3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2727)
by Serhiy Storchaka
· 8 years ago
28343e3
[3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676)
by Serhiy Storchaka
· 8 years ago
7d0a995
[3.6] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2692)
by Serhiy Storchaka
· 8 years ago
a9bf62c
[3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (#2685)
by terryjreedy
· 8 years ago
ecfe4f6
[3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2656)
by Serhiy Storchaka
· 8 years ago
04f77d4
[3.6] bpo-29854: Fix segfault in call_readline() (GH-728)
by Nir Soffer
· 8 years ago
c60d2f5
bpo-30532: Fix whitespace folding in certain cases (#2591)
by Joel Hillacre
· 8 years ago
03b0e83
[3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598)
by Serhiy Storchaka
· 8 years ago
aaa4f99
[3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (GH-2569) (#2590)
by Yury Selivanov
· 8 years ago
bebd2cf
[3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2556)
by Serhiy Storchaka
· 8 years ago
4132adb
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539)
by Victor Stinner
· 8 years ago
bfdc6fd
[3.6] bpo-30597: Show expected input in custom 'print' error message. (GH-2531)
by Nick Coghlan
· 8 years ago
3024c05
[3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)
by Antoine Pitrou
· 8 years ago
a3ca94d
[3.6] bpo-29512, bpo-30776: Backport regrtest enhancements from master to 3.6 (#2513)
by Victor Stinner
· 8 years ago
23caf8c
bpo-30280: Cleanup threads in ayncio tests (#2501) (#2511)
by Victor Stinner
· 8 years ago
d0aac5d
bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) (#2507)
by Victor Stinner
· 8 years ago
6f3cb05
[3.6] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2497)
by Antoine Pitrou
· 8 years ago
38d6a40
[3.6] Clear potential ref cycle between Process and Process target (GH-2470) (#2471)
by Antoine Pitrou
· 8 years ago
e022aad
[3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)
by Antoine Pitrou
· 8 years ago
0834905
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462)
by Serhiy Storchaka
· 8 years ago
35d2ca2
[3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2441)
by Victor Stinner
· 8 years ago
9ad50d9
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410)
by Victor Stinner
· 8 years ago
9c2dc0c
[3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2391)
by Serhiy Storchaka
· 8 years ago
504b950
[3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304) (#2324)
by Dong-hee Na
· 8 years ago
e713575
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360)
by Serhiy Storchaka
· 8 years ago
Next »