summaryrefslogtreecommitdiffstats
path: root/Lib
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-262-2/+33
* 3.7.0rc1v3.7.0rc1Ned Deily2018-06-121-5/+32
* bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warn...Miss Islington (bot)2018-06-121-1/+1
* 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-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) (GH-7647)Miss Islington (bot)2018-06-111-4/+5
* bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)Miss Islington (bot)2018-06-112-6/+20
* bpo-33656: Add enum name for argument of Windows call. (GH-7642)Miss Islington (bot)2018-06-111-1/+4
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Miss Islington (bot)2018-06-113-3/+20
* pypi.python.org -> pypi.org (GH-7613) (GH-7614)Miss Islington (bot)2018-06-111-1/+1
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...Miss Islington (bot)2018-06-111-2/+2
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)Miss Islington (bot)2018-06-102-12/+22
* bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)Miss Islington (bot)2018-06-101-19/+20
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Miss Islington (bot)2018-06-101-0/+28
* bpo-33610: Update IDLE Code Context doc entry (GH-7597)Miss Islington (bot)2018-06-101-202/+206
* 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-30805: Avoid race condition with debug logging (GH-7545)Miss Islington (bot)2018-06-081-2/+4
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Miss Islington (bot)2018-06-082-2/+53
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-082-10/+38
* bpo-33694: Fix typo in helper function name (GH-7522)Miss Islington (bot)2018-06-084-9/+9
* Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)Miss Islington (bot)2018-06-081-0/+27
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Miss Islington (bot)2018-06-082-0/+49
* bpo-33792: Add selector and proactor windows policies (GH-7487)Miss Islington (bot)2018-06-082-3/+39
* bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)Miss Islington (bot)2018-06-075-151/+84
* bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)Miss Islington (bot)2018-06-072-86/+125
* 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-30436: Add missing space in importlib.util.find_spec() error message (GH-...Miss Islington (bot)2018-06-071-1/+1
* bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457)Miss Islington (bot)2018-06-061-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-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) ...Miss Islington (bot)2018-06-052-3/+6
* 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-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Miss Islington (bot)2018-06-042-52/+56
* bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)Miss Islington (bot)2018-06-046-68/+253
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Miss Islington (bot)2018-06-041-2/+27
* 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