summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...Miss Islington (bot)2024-06-211-0/+3
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+1
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-0/+4
* [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-06-201-0/+2
* [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768)Miss Islington (bot)2024-06-201-0/+2
* [3.13] gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_...Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced ...Nadeshiko Manju2024-06-191-0/+1
* [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...Miss Islington (bot)2024-06-191-0/+1
* [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-...Miss Islington (bot)2024-06-191-0/+1
* [3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...Miss Islington (bot)2024-06-181-0/+1
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+2
* [3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...Miss Islington (bot)2024-06-171-0/+2
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-172-0/+7
* [3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#1...Tian Gao2024-06-161-0/+1
* [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...Miss Islington (bot)2024-06-151-0/+2
* [3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562)Miss Islington (bot)2024-06-151-0/+2
* [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (...Miss Islington (bot)2024-06-152-0/+2
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-0/+2
* [3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...Miss Islington (bot)2024-06-142-0/+2
* [3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...Miss Islington (bot)2024-06-131-0/+4
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-120326: Include <intrin.h> on Windows with Free Threading (GH-12032...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-93691: fix too broad source locations of for statement iterators (G...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (...Miss Islington (bot)2024-06-111-0/+2
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-118908: Limit exposed globals from internal imports and definitions...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...Miss Islington (bot)2024-06-111-0/+2
* [3.13] bpo-24766: doc= argument to subclasses of property not handled correct...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)Miss Islington (bot)2024-06-112-4/+6
* [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...Miss Islington (bot)2024-06-101-0/+1
* [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...Miss Islington (bot)2024-06-081-0/+3
* [3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...Miss Islington (bot)2024-06-081-0/+1
* [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)Miss Islington (bot)2024-06-081-0/+1
* [3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...Miss Islington (bot)2024-06-071-0/+1
* [3.13] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120215)Miss Islington (bot)2024-06-071-0/+1
* [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)Miss Islington (bot)2024-06-071-0/+1
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-071-0/+4
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-0580-164/+805
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-041-0/+1
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-041-0/+3
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119819: Fix regression to allow logging configuration with multipr...Miss Islington (bot)2024-06-041-0/+2