summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-0549-111/+495
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-051-4/+0
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-0/+3
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-031-0/+4
* [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases`...Miss Islington (bot)2023-08-031-0/+3
* [3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-031-0/+6
* [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107...Miss Islington (bot)2023-08-011-0/+2
* [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH...Miss Islington (bot)2023-07-311-1/+1
* [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...Charlie Zhao2023-07-311-0/+2
* [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)...Miss Islington (bot)2023-07-311-0/+2
* [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...Ɓukasz Langa2023-07-311-0/+1
* [3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472)Ned Deily2023-07-311-0/+1
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-1/+1
* [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416)Serhiy Storchaka2023-07-294-4/+4
* [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-281-0/+1
* [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)Miss Islington (bot)2023-07-281-0/+3
* [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...Mark Shannon2023-07-281-0/+3
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-0/+2
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-281-0/+3
* [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...Miss Islington (bot)2023-07-281-0/+1
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-271-0/+1
* [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)Miss Islington (bot)2023-07-271-0/+4
* [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...Miss Islington (bot)2023-07-261-0/+3
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-261-2/+2
* [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...Miss Islington (bot)2023-07-261-0/+2
* [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...Miss Islington (bot)2023-07-251-0/+2
* [3.12] gh-62519: Make pgettext search plurals when translation is not found (...Miss Islington (bot)2023-07-251-0/+2
* [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#1...Miss Islington (bot)2023-07-251-0/+2
* [3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222)Miss Islington (bot)2023-07-251-0/+1
* [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...Carl Meyer2023-07-241-0/+4
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-231-2/+2
* [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exis...Miss Islington (bot)2023-07-231-0/+2
* [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid mu...Miss Islington (bot)2023-07-231-0/+3
* [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)Miss Islington (bot)2023-07-232-3/+3
* [3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102)Miss Islington (bot)2023-07-231-0/+1
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-234-3/+4
* [3.12] gh-106962: Detect mpicc in configure.ac (GH-106961) (#107081)Miss Islington (bot)2023-07-231-0/+1
* [3.12] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted fil...Miss Islington (bot)2023-07-221-0/+2
* [3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-0/+2
* [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)Miss Islington (bot)2023-07-221-0/+3
* [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-...Miss Islington (bot)2023-07-221-0/+4
* [3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963)Miss Islington (bot)2023-07-211-0/+3
* [3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-1...Miss Islington (bot)2023-07-211-0/+4
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-213-4/+4
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-2122-46/+46
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-218-18/+18
* [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...Gregory P. Smith2023-07-211-0/+4
* [3.12] Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (GH-106...Miss Islington (bot)2023-07-201-1/+1
* [3.12] gh-104090: Fix unittest collectedDurations resources leak (GH-106795) ...Miss Islington (bot)2023-07-191-0/+1
* [3.12] gh-106719: Fix __annotations__ getter and setter in the type and modul...Miss Islington (bot)2023-07-181-0/+2