summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-93691: Compiler's code-gen passes location around instead of holding it on...Irit Katriel2022-10-171-848/+975
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-1741-84/+102
* gh-95534: Improve gzip reading speed by 10% (#97664)Ruben Vorderman2022-10-175-80/+850
* gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...C.A.M. Gerlach2022-10-171-0/+11
* GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Raymond Hettinger2022-10-161-76/+22
* gh-97930: Merge with importlib_resources 5.9 (GH-97929)Jason R. Coombs2022-10-167-29/+102
* gh-85525: Remove extra row in doc (#98337)Joannah Nanjekye2022-10-162-1/+1
* gh-85299: Add note warning about entry point guard for asyncio example (#93457)Stanley2022-10-162-1/+9
* gh-97527: IDLE - fix buggy macosx patch (#98313)Terry Jan Reedy2022-10-163-16/+34
* gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...Vinay Sajip2022-10-163-1/+21
* gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...Nikita Sobolev2022-10-162-0/+74
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-159-52/+105
* gh-98254: Include stdlib module names in error messages for NameErrors (#98255)Pablo Galindo Salgado2022-10-156-31/+101
* Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)Raymond Hettinger2022-10-151-4/+5
* [doc] Update logging cookbook with an example of custom handling of levels. (...Vinay Sajip2022-10-151-4/+206
* docs(typing): harmonize "See PEP x for more details" (#97927)Simon Legner2022-10-151-10/+8
* gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)Nikita Sobolev2022-10-152-2/+14
* Faster sieve() recipe (#98287)Raymond Hettinger2022-10-151-8/+27
* gh-98227: executionmodel.rst: except* can also bind names (#98256)BiscuitCandy2022-10-151-1/+1
* gh-94808: Cover `PyEval_GetFuncName` (#98246)Nikita Sobolev2022-10-152-0/+22
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-153-3/+25
* gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)Jeong YunWon2022-10-151-1/+1
* gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)QuakeIV2022-10-152-21/+22