summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-2536-24/+25
* gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)Pablo Galindo Salgado2022-07-242-71/+13
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-244-4/+32
* log2() is faster than log() (#95214)Raymond Hettinger2022-07-241-3/+3
* gh-95185: Check recursion depth in the AST constructor (#95186)Pablo Galindo Salgado2022-07-245-2/+168
* gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)Stéphane Bidoul2022-07-244-1/+2
* gh-95194: upgrade bundled pip to 22.2 (gh-95195)Stéphane Bidoul2022-07-244-1/+2
* gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)Christian Heimes2022-07-242-6/+19
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Inada Naoki2022-07-243-3/+18
* Compute v only when needed. (#95183)Raymond Hettinger2022-07-231-1/+1
* gh-90385: Add skip_unless_symlink decorator to test_walk_symlink_location (GH...Christian Heimes2022-07-231-0/+1
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-232-0/+7
* gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)Christian Heimes2022-07-231-1/+1
* gh-90473: Fix more tests on platforms without umask (GH-95164)Christian Heimes2022-07-233-2/+18
* gh-89758: Track all socket module dependencies (#95157)Christian Heimes2022-07-231-1/+1
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Chenwei Xiao2022-07-231-1/+1
* gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...Erlend Egeberg Aasland2022-07-235-147/+59
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-225-1/+338
* GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...Brandt Bucher2022-07-223-4/+49
* GH-94036: Fix more attribute location quirks (GH-95028)Brandt Bucher2022-07-223-20/+85
* Fix copy-friendliness of tutorial example (GH-93424)Chenwei Xiao2022-07-221-0/+1
* GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)Brandt Bucher2022-07-228-200/+20
* Fix async method reference links in `compound_stmts` docs (GH-94935)July Tikhonov2022-07-221-2/+2
* Fix scheme count in `sysconfig` whatsnew entry (GH-94110)Frank Dana2022-07-221-1/+1
* Fix incorrect directive in multiprocessing module documentation (GH-93517)oda-gitso2022-07-221-1/+1
* Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...Alexandru Mărășteanu2022-07-221-2/+2
* Use Markdown Headers in GitHub Issue templates (GH-95111)Mariatta Wijaya2022-07-224-9/+9
* gh-81040: Improve sqlite3.Cursor.rowcount docs (#94940)Erlend Egeberg Aasland2022-07-221-12/+5
* Fix typo in PROTOCOL_TO_TLS_VERSION in test_ssl (GH-95119)David Benjamin2022-07-221-1/+1
* gh-95112: Fix What's New 3.12 contribution note periods (#95118)Terry Jan Reedy2022-07-221-2/+2
* gh-95112: Fix What's New 3.11 contribution note periods (#95115)Terry Jan Reedy2022-07-221-5/+5
* gh-95112: Fix What's New 3.10 contribution note periods (#95114)Terry Jan Reedy2022-07-221-25/+25
* gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (#95106)Shantanu2022-07-212-2/+3
* gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)David Benjamin2022-07-211-2/+2
* Fix PyCode_Addr2Location when addrq < 0 (GH-95091)Ken Jin2022-07-212-0/+3
* gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_i...Thomas Grainger2022-07-211-20/+26
* GH-95029: Describe Windows Store package isolation and redirection in more de...Anthony Shaw2022-07-211-3/+31
* docs: use 'recursively' in the description of rglob, and mention globs in the...Ned Batchelder2022-07-201-2/+2
* gh-82116: add comment explaining use of `list(scandir_it)` in pathlib. (GH-94...Barney Gale2022-07-201-0/+4
* GH-91409: Don't overwrite valid locations with NOP locations (GH-95067)Brandt Bucher2022-07-203-1/+44
* gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)Oleg Iarygin2022-07-203-25/+106
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-207-49/+66
* GH-94382: port multiprocessing static types to heap types (#94336)Kumar Aditya2022-07-204-63/+62
* gh-54781: Move NEWS item to Tests, and improve wording (#95063)Erlend Egeberg Aasland2022-07-201-10/+10
* gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)Erlend Egeberg Aasland2022-07-201-2/+1
* gh-94844: Add pathlib support to shutil archive management (GH-94846)Oleg Iarygin2022-07-201-0/+2
* GH-94851: fix immortal objects refcounting in compiler (gh-95040)Kumar Aditya2022-07-201-1/+1
* gh-90654: Remove unneeded blank line (#95044)Terry Jan Reedy2022-07-201-1/+0
* gh-90654: Add item missing from idlelib/NEWS.txt (#95038)Terry Jan Reedy2022-07-201-0/+2
* gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)Christian Heimes2022-07-201-7/+6