summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)Barney Gale2023-07-031-0/+2
* gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)Erlend E. Aasland2023-07-031-0/+2
* gh-61215: New mock to wait for multi-threaded events to happen (#16094)Mario Corchero2023-07-031-0/+3
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-011-0/+3
* gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)Kirill Podoprigora2023-07-011-0/+1
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-0/+2
* gh-106232: Make timeit doc command lines compatible with Windows. (#106296)Terry Jan Reedy2023-07-011-0/+2
* gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#...Nikita Sobolev2023-07-011-0/+1
* gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#10...Nikita Sobolev2023-06-301-0/+2
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-0/+2
* gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors(...Inada Naoki2023-06-301-0/+2
* gh-106210 Remove Emscripten import trampoline (#106211)Hood Chatham2023-06-301-0/+1
* GH-106152: Add PY_THROW event to cProfile (GH-106161)Tian Gao2023-06-291-0/+1
* GH-106008: Make implicit boolean conversions explicit (GH-106003)Brandt Bucher2023-06-291-0/+5
* gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)hms2023-06-291-0/+1
* gh-101006: Improve error handling when read marshal data (GH-101007)Serhiy Storchaka2023-06-291-0/+1
* gh-106118: Add O_CLOEXEC preprocessor guard (#106120)Erlend E. Aasland2023-06-281-0/+2
* gh-101634: regrtest reports decoding error as failed test (#106169)Victor Stinner2023-06-281-0/+3
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-281-0/+5
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-271-0/+1
* Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...Ɓukasz Langa2023-06-261-0/+1
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-261-0/+2
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-0/+3
* gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)Gabriel Venberg2023-06-261-0/+1
* gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)James Webber2023-06-262-0/+2
* gh-106084: Remove old PyObject call aliases (#106085)Victor Stinner2023-06-261-0/+13
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-251-0/+2
* gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...chgnrdv2023-06-241-0/+1
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-231-0/+2
* gh-105974: Revert unintentional behaviour change for protocols with non-calla...Alex Waygood2023-06-231-0/+6
* gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....chgnrdv2023-06-221-0/+1
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-221-0/+1
* gh-98931: Add custom error messages to invalid import/from with multiple targ...Pablo Galindo Salgado2023-06-221-0/+2
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-221-0/+2
* GH-91095: Specialize calls to normal Python classes. (GH-99331)Mark Shannon2023-06-221-0/+11
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-212-0/+5
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-202-0/+5
* gh-105908: fix `barry_as_FLUFL` future import (#105909)Crowthebird2023-06-191-0/+1
* GH-105808: Fix a regression introduced in GH-101251 (#105910)T. Wouters2023-06-191-0/+1
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-0/+2
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-0/+4
* GH-105840: Fix assertion failures when specializing calls with too many __def...Brandt Bucher2023-06-161-0/+2
* gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)Jelle Zijlstra2023-06-161-0/+3
* GH-103124: Multiline statement support for pdb (GH-103125)Tian Gao2023-06-151-0/+1
* GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)Brandt Bucher2023-06-151-0/+2
* gh-105831: Fix NEWS blurb from gh-105828 (#105833)Lysandros Nikolaou2023-06-151-1/+3
* gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)Lysandros Nikolaou2023-06-151-0/+1
* gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#10...Pablo Galindo Salgado2023-06-151-0/+2
* GH-77273: Better bytecodes for f-strings (GH-6132)Mark Shannon2023-06-141-0/+3
* gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)Alex Waygood2023-06-141-0/+5