summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)Victor Stinner2023-08-241-15/+22
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-2410-35/+111
* gh-95855: Refactor platform triplet detection code, add detection for MIPS so...Jeffery To2023-08-244-376/+265
* gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)Daniele Procida2023-08-241-121/+94
* gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)Chris Markiewicz2023-08-244-0/+18
* gh-108388: Split test_multiprocessing_spawn (#108396)Victor Stinner2023-08-2419-27/+117
* gh-108388: regrtest splits test_asyncio package (#108393)Victor Stinner2023-08-242-44/+39
* test_peg_generator and test_freeze require cpu (#108386)Victor Stinner2023-08-233-10/+5
* gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)Guido van Rossum2023-08-231-2/+2
* gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)Victor Stinner2023-08-233-72/+135
* gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)Gregory P. Smith2023-08-231-0/+4
* gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)Victor Stinner2023-08-231-28/+40
* gh-108342: Make ssl TestPreHandshakeClose more reliable (#108370)Victor Stinner2023-08-231-31/+71
* gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)Victor Stinner2023-08-231-6/+19
* gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)Victor Stinner2023-08-234-39/+32
* gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...albanD2023-08-233-2/+30
* gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)Petr Viktorin2023-08-232-1/+5
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-2319-176/+78
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-238-18/+18
* gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)Dong-hee Na2023-08-231-0/+1
* gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354)Nikita Sobolev2023-08-2313-8/+13
* gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)Victor Stinner2023-08-234-32/+105
* gh-50002: xml.dom.minidom now preserves whitespaces in attributes (GH-107947)Serhiy Storchaka2023-08-234-7/+65
* gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...Mariusz Felisiak2023-08-233-13/+16
* gh-108294: Add time.sleep audit event (GH-108298)Petr Viktorin2023-08-235-0/+38
* gh-108113: Make it possible to optimize an AST (#108282)Irit Katriel2023-08-236-48/+77
* gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)FrozenBob2023-08-231-1/+1
* gh-108342: Break ref cycle in SSLSocket._create() exc (#108344)Victor Stinner2023-08-231-1/+5
* gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)Victor Stinner2023-08-232-0/+15
* gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)Victor Stinner2023-08-223-25/+39
* Fix spurious diff if the cases generator is run on Windows (#108319)Alex Waygood2023-08-221-1/+1
* gh-107136: Remove Plausible for docs metrics (#107856)Hugo van Kemenade2023-08-221-3/+0
* GH-92584: Remove distutils from the newtypes tutorial includes (#108024)Adam Turner2023-08-2210-43/+42
* gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl...Hadházy Tamás2023-08-221-0/+1
* Document 3.13, 3.14 and future removals (#108055)Hugo van Kemenade2023-08-221-0/+13
* Docs: Add link to skip to datetime's format codes (#108027)Hugo van Kemenade2023-08-221-0/+6
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-224-6/+8
* gh-89745: Remove commented code in getpath.c (#108307)Victor Stinner2023-08-221-18/+0
* gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)Victor Stinner2023-08-228-6/+12
* gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108...Łukasz Langa2023-08-223-1/+248
* gh-108303: Remove unused Lib/test/sgml_input.html (#108305)Victor Stinner2023-08-221-212/+0
* gh-108253: Fix bug in func version cache (#108296)Guido van Rossum2023-08-221-22/+22
* gh-106016: Add Lib/test/test_module/ directory (#108293)Victor Stinner2023-08-226-18/+19
* gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260)Nikita Sobolev2023-08-221-0/+4
* Ignore _Py_write_noraise() result: cast to (void) (#108291)Victor Stinner2023-08-224-9/+9
* gh-90791: Enable test___all__ on ASAN build (#108286)Victor Stinner2023-08-226-11/+30
* Docs: align the param spec of sqlite3.Connection methods with the implementat...Erlend E. Aasland2023-08-221-2/+2
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-2227-92/+103
* gh-106971: Docs: Add missing issue reference (#106992)Junya Fukuda2023-08-221-1/+1
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-225-0/+30