summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '...T. Wouters2024-06-041-0/+3
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-031-0/+1
* gh-119679: Ensures correct import libraries are included in Windows install p...Miss Islington (bot)2024-06-031-0/+1
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Miss Islington (bot)2024-06-031-0/+1
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-031-0/+1
* [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Miss Islington (bot)2024-06-011-0/+2
* [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-011-0/+3
* [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...Victor Stinner2024-06-011-3/+0
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-011-0/+2