summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)Lysandros Nikolaou2024-06-122-4/+24
* gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...neonene2024-06-128-8/+24
* gh-120388: Improve deprecation warning message, when test returns non-None (#...Nikita Sobolev2024-06-125-6/+44
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-127-9/+9
* gh-120155: Add assertion to sre.c match_getindex() (#120402)Victor Stinner2024-06-121-0/+2
* gh-120400 :Support Linux perf profile to see Python calls on RISC-V archite...ixgbe002024-06-125-0/+13
* gh-120029: remove unused macros in ``symtable.c`` (#120222)Bénédikt Tran2024-06-123-6/+0
* gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)Ken Jin2024-06-125-4/+45
* Fix typos in documentation (#120338)Xie Yanbo2024-06-124-6/+6
* gh-93691: fix too broad source locations of for statement iterators (#120330)Irit Katriel2024-06-126-8/+63
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-127-6/+100
* gh-101575: document Decimal.__round__() (GH-101737)Owain Davies2024-06-121-0/+42
* gh-118908: Fix completions after namespace change in REPL (#120370)Lysandros Nikolaou2024-06-122-5/+12
* gh-120385: Fix reference leak in symtable (#120386)Kirill Podoprigora2024-06-121-1/+3
* gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...Nikita Sobolev2024-06-123-0/+16
* gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)Pablo Galindo Salgado2024-06-112-4/+6
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Ken Jin2024-06-114-2/+38
* gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)Kirill Podoprigora2024-06-112-0/+6
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-114-8/+83
* Fix typo in ElementTree docs (#120342)naglis2024-06-111-1/+1
* gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)Lysandros Nikolaou2024-06-113-1/+18
* gh-119517: Fixes for pasting in pyrepl (#120253)Matt Wozniski2024-06-116-57/+134
* gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode...Pablo Galindo Salgado2024-06-112-1/+4
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-1128-328/+609
* gh-120080: Mark test_round_with_none_arg_direct_call as cpython_only (#120328)Kirill Podoprigora2024-06-112-0/+2
* gh-120291: Fix a bashism in python-config.sh.in (#120292)Michał Górny2024-06-112-4/+6
* gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)Nikita Sobolev2024-06-113-1/+21
* gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...blhsing2024-06-113-0/+12
* gh-119600: mock: do not access attributes of original when new_callable is se...Robert Collins2024-06-114-5/+29
* Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)AN Long2024-06-101-1/+1
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-107-4/+124
* gh-119786: copy compiler doc from devguide to InternalDocs and convert to mar...Irit Katriel2024-06-102-0/+653
* gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...Pieter Eendebak2024-06-103-6/+31
* gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)Victor Stinner2024-06-101-1/+1
* bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...E. M. Bray2024-06-103-15/+39
* gh-120296: Fix format string of fcntl.ioctl() audit (#120301)Clinton2024-06-101-1/+1
* gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...Carl Meyer2024-06-103-13/+36
* gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#...Kirill Podoprigora2024-06-083-0/+9
* gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)Clinton2024-06-081-1/+1
* gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)AN Long2024-06-082-0/+2
* gh-120244: Fix re.sub() reference leak (GH-120245)neonene2024-06-082-0/+2
* gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)Saul Shanabrook2024-06-0813-59/+366
* bpo-37755: Use configured output in pydoc instead of pager (GH-15105)Enrico Tröger2024-06-083-20/+116
* gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (#120243)Nikita Sobolev2024-06-081-15/+21
* gh-120225: fix crash in compiler on empty block at end of exception handler (...Irit Katriel2024-06-073-6/+13
* gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)Eric Snow2024-06-072-2/+2
* GH-116380: Move pathlib-specific code from `glob` to `pathlib._abc`. (#120011)Barney Gale2024-06-072-14/+52
* gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228)Victor Stinner2024-06-071-1/+1
* gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >...Xi Ruoyao2024-06-071-7/+4
* gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner case (#1...Nikita Sobolev2024-06-072-3/+4