summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-219-5/+462
* gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)Irit Katriel2022-10-211-1/+13
* gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)Gregory P. Smith2022-10-202-5/+15
* gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)Dennis Sweeney2022-10-203-64/+175
* gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)Ben Kallus2022-10-203-12/+18
* gh-98461: Fix source location in comprehensions bytecode (GH-98464)Irit Katriel2022-10-203-60/+234
* gh-98421: Clean Up PyObject_Print (GH-98422)MonadChains2022-10-201-17/+8
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Steve Dower2022-10-204-3/+62
* CODEOWNERS: Become a typing code owner (#98480)Alex Waygood2022-10-201-1/+1
* [doc] Improve logging cookbook example. (GH-98481)Vinay Sajip2022-10-201-0/+65
* Add more tkinter.Canvas tests (GH-98475)Serhiy Storchaka2022-10-201-0/+158
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-2011-1/+418
* GH-98363: Presize the list for batched() (GH-98419)Raymond Hettinger2022-10-201-13/+13
* gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)Dong-hee Na2022-10-202-1/+6
* typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeErr...Nikita Sobolev2022-10-201-1/+1
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-203-0/+43
* gh-98257: Make _PyEval_SetTrace() reentrant (#98258)Victor Stinner2022-10-194-56/+20
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-193-0/+11
* gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)Eric Snow2022-10-194-5/+13
* Doc: Remove title text from internal links (#98409)Rafael Fontenelle2022-10-191-5/+3
* [doc] Refresh the venv introduction documentation, and correct the statement ...Phil Elson2022-10-192-95/+84
* Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)Hugo van Kemenade2022-10-192-5/+2
* gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...Jack Hindmarch2022-10-192-3/+10
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...Jack Hindmarch2022-10-192-23/+29
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Jack Hindmarch2022-10-192-2/+4
* gh-98398: Fix source locations for 'assert' bytecode (GH-98405)Irit Katriel2022-10-193-9/+28
* gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...Serhiy Storchaka2022-10-193-4/+4
* gh-97928: Add tests for tkinter.Text.count() (GH-98269)Serhiy Storchaka2022-10-191-0/+54
* gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314)C.A.M. Gerlach2022-10-191-2/+14
* gh-95913: Add WhatsNew section for new logging APIs (#98320)C.A.M. Gerlach2022-10-191-0/+20
* Fix markup indentation (GH-98424)Raymond Hettinger2022-10-191-1/+1
* gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)C.A.M. Gerlach2022-10-181-26/+38
* General improvements to the itertools docs (GH-98408)Raymond Hettinger2022-10-181-51/+92
* gh-98390: Fix source locations of boolean sub-expressions (GH-98396)Irit Katriel2022-10-183-1/+28
* gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...Jack Hindmarch2022-10-182-6/+5
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-189-89/+48
* gh-98331: Update bundled pip to 22.3 (#98332)Paul Moore2022-10-184-2/+3
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-184-4/+4
* gh-98378: Add small format string example to strftime comments (GH-98379)Alex Zvorygin2022-10-181-1/+5
* Doc: missing underscore in hyperlink. (GH-98391)Julien Palard2022-10-181-1/+1
* gh-95913: Copyedit, xref and organize enum section (#98295)C.A.M. Gerlach2022-10-181-38/+64
* gh-95913: Prepare remaining Whatsnew sections for editing (#98342)C.A.M. Gerlach2022-10-181-28/+105
* Fix typos in comments (GH-98375)Raymond Hettinger2022-10-181-2/+2
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-175-39/+370
* Move random selection recipes from itertools.rst to random.rst (GH-98369)Raymond Hettinger2022-10-172-25/+31
* gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)C.A.M. Gerlach2022-10-172-4/+4
* gh-95914: Add What's New item describing PEP 670 changes (#98315)C.A.M. Gerlach2022-10-171-0/+11
* Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)Benjamin Peterson2022-10-171-16/+0
* gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...fancidev2022-10-171-2/+12
* GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...Kumar Aditya2022-10-172-33/+30