summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Sync the importlib magic number in test_importlib for 3.7.0Ned Deily2018-06-271-1/+1
* bpo-29514: Make magic number test work for candidatesNed Deily2018-06-271-1/+1
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Miss Islington (bot)2018-06-271-0/+9
* bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)Miss Islington (bot)2018-06-261-0/+31
* bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH...Miss Islington (bot)2018-06-121-3/+1
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)Miss Islington (bot)2018-06-111-1/+3
* bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)Miss Islington (bot)2018-06-111-4/+6
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)Miss Islington (bot)2018-06-101-9/+16
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Miss Islington (bot)2018-06-101-0/+28
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Miss Islington (bot)2018-06-092-7/+44
* Datetime test coverage (GH-7544) (GH-7551)Miss Islington (bot)2018-06-091-3/+9
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Miss Islington (bot)2018-06-081-0/+43
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-081-9/+33
* bpo-33694: Fix typo in helper function name (GH-7522)Miss Islington (bot)2018-06-081-6/+6
* bpo-33792: Add selector and proactor windows policies (GH-7487)Miss Islington (bot)2018-06-081-0/+31
* bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)Miss Islington (bot)2018-06-072-6/+11
* bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)Miss Islington (bot)2018-06-071-85/+120
* Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437)Miss Islington (bot)2018-06-071-6/+22
* [3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478)Victor Stinner2018-06-073-4/+19
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-071-2/+2
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)Miss Islington (bot)2018-06-062-8/+21
* bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434)Miss Islington (bot)2018-06-052-1/+9
* bpo-33751: Fix test_file. (GH-7378)Miss Islington (bot)2018-06-051-84/+78
* bpo-33752: Fix a file leak in test_dbm. (GH-7376)Miss Islington (bot)2018-06-051-4/+2
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Miss Islington (bot)2018-06-051-0/+7
* bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)Miss Islington (bot)2018-06-051-148/+101
* bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)Miss Islington (bot)2018-06-041-1/+4
* bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)Miss Islington (bot)2018-06-041-0/+2
* bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)Miss Islington (bot)2018-06-042-31/+214
* bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371)Miss Islington (bot)2018-06-041-1/+3
* bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370)Miss Islington (bot)2018-06-041-0/+4
* bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)Miss Islington (bot)2018-06-031-3/+5
* bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#...Miss Islington (bot)2018-06-031-11/+11
* bpo-33744: Fix test_uu. (GH-7350) (GH-7352)Miss Islington (bot)2018-06-031-78/+26
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)Miss Islington (bot)2018-06-011-2/+5
* bpo-33718: regrtest: update from master (GH-7305)Victor Stinner2018-06-013-61/+87
* bpo-33692: Update pythoninfo from master (GH-7298)Victor Stinner2018-06-011-0/+37
* bpo-33532: Fix multiprocessing test_ignore() (GH-7262)Miss Islington (bot)2018-05-311-2/+2
* Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-...Yury Selivanov2018-05-301-32/+0
* bpo-32684: Fix nits in tests (GH-7225) (#7231)Miss Islington (bot)2018-05-301-3/+3
* bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)Miss Islington (bot)2018-05-292-0/+69
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Miss Islington (bot)2018-05-291-1/+28
* bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)Miss Islington (bot)2018-05-291-0/+32
* Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211)Miss Islington (bot)2018-05-291-0/+1
* bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (G...Miss Islington (bot)2018-05-291-3/+22
* bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)Miss Islington (bot)2018-05-291-17/+29
* bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH...Miss Islington (bot)2018-05-291-11/+36
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-292-79/+64
* bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)Miss Islington (bot)2018-05-292-0/+14
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Miss Islington (bot)2018-05-291-2/+27