summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93044: No longer convert the database argument of sqlite3.connect() to byt...Serhiy Storchaka2022-05-211-0/+13
* shutil._copyfileobj_readinto: tiny speedup (#92377)Lucinda May Phipps2022-05-201-1/+2
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-201-7/+10
* gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)Serhiy Storchaka2022-05-201-11/+17
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-201-0/+1
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-191-9/+25
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-2/+3
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-192-3/+4
* bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)Nikita Sobolev2022-05-193-6/+81
* gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...David Foster2022-05-192-4/+18
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-1911-8/+47
* GH-90690: Remove `PRECALL` instruction (GH-92925)Mark Shannon2022-05-194-206/+173
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...Ayappan Perumal2022-05-191-0/+4
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Serhiy Storchaka2022-05-191-3/+4
* gh-87901: Remove the encoding argument from os.popen (GH-92836)Inada Naoki2022-05-191-3/+2
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)Oleg Iarygin2022-05-171-1/+1
* gh-89898: Fix test_threading.test_args_argument() (#92885)Victor Stinner2022-05-171-0/+1
* gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)Victor Stinner2022-05-171-0/+31
* gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)Dennis Sweeney2022-05-171-10/+6
* gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...Filipe Laíns2022-05-161-1/+2
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-164-49/+0
* gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)Christian Heimes2022-05-1614-24/+49
* gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)Batuhan Taskaya2022-05-162-1/+8
* gh-92820: Skip test_cppext if _ctypes is missing (#92844)Victor Stinner2022-05-163-4/+22
* gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)Christian Heimes2022-05-164-0/+14
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Serhiy Storchaka2022-05-161-7/+14
* gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded...Jan Wolski2022-05-151-1/+1
* gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)Christian Heimes2022-05-141-6/+11
* Fix numbers.Real.__rdivmod__ doc string (#31991)Géry Ogam2022-05-131-3/+3
* GH-92236: Remove spurious "line" event when starting coroutine or generator. ...Mark Shannon2022-05-131-0/+53
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Christian Heimes2022-05-132-2/+5
* gh-92584: test_cppext uses setuptools (#92639)Victor Stinner2022-05-122-67/+77
* gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)Dennis Sweeney2022-05-121-0/+48
* Check result of utc_to_seconds and skip fold probe in pure Python (#91582)Paul Ganssle2022-05-122-38/+94
* Add notes for maintaining ABCs (#92736)Raymond Hettinger2022-05-122-0/+51
* gh-91578: improved error message when trying to instantiate an abstract class...ravi1402222022-05-122-7/+7
* gh-92514: Remove unused test.support.BasicTestRunner (#92515)Jelle Zijlstra2022-05-121-7/+1
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-123-18/+4
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-122-86/+47
* gh-92031, test_embed: Improve test for unquickening static code (#92440)Dennis Sweeney2022-05-111-10/+30
* gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)Victor Stinner2022-05-111-10/+13
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)狂男风2022-05-111-16/+20
* gh-91810: ElementTree: Use text file's encoding by default in XML declaration...Serhiy Storchaka2022-05-112-30/+24
* gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)Serhiy Storchaka2022-05-112-1/+6
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-112-0/+23
* bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)Bar Harel2022-05-102-1/+16
* bpo-39278: add docstrings to functions in pdb module (#17924)Carl Bordum Hansen2022-05-101-0/+39
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-102-40/+1
* gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...Irit Katriel2022-05-101-15/+7
* Add `__slots__` to `typing._NotIterable` (GH-92570)Alex Waygood2022-05-101-0/+1