summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)Illia Volochii2023-07-281-0/+2
* gh-106078: Isolate `decimal` module (#107287)Charlie Zhao2023-07-281-0/+1
* gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...Felipe A. Hernandez2023-07-281-0/+1
* gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...Eric Snow2023-07-271-0/+1
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-0/+3
* gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)Christopher Chavez2023-07-271-0/+4
* GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...Mark Shannon2023-07-271-0/+3
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-271-0/+2
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-271-0/+3
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-1/+1
* gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)János Kukovecz2023-07-261-0/+3
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-261-2/+2
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-261-0/+3
* gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...Serhiy Storchaka2023-07-251-0/+2
* gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)Christopher Chavez2023-07-251-0/+2
* gh-107249: Implement Py_UNUSED() for MSVC (#107250)Victor Stinner2023-07-251-0/+2
* gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...shailshouryya2023-07-251-0/+1
* gh-107237: Fix test_udp_reconnection() of test_logging (#107238)Victor Stinner2023-07-251-0/+2
* gh-106774: Update bundled pip version to 23.2.1 (#106775)Paul Moore2023-07-251-0/+1
* gh-106917: fix super classmethod calls to non-classmethods (#106977)Carl Meyer2023-07-241-0/+4
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-231-2/+2
* gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)Dong-hee Na2023-07-232-2/+2
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-0/+1
* gh-62519: Make pgettext search plurals when translation is not found (#107118)Tomas R2023-07-231-0/+2
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-0/+1
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-232-3/+3
* gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...htsedebenham2023-07-231-0/+3
* bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...Gilles Bassière2023-07-231-0/+2
* gh-54738: Add argparse i18n howto (#104562)Tomas R2023-07-231-0/+1
* gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)J. Nick Koston2023-07-231-0/+1
* gh-106962: Detect mpicc in configure.ac (#106961)Lukas van de Wiel2023-07-221-0/+1
* gh-106527: asyncio: optimize to add/remove readers and writers (#106528)J. Nick Koston2023-07-221-0/+1
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-225-5/+6
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-221-0/+2
* gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...Matthieu Caneill2023-07-221-0/+2
* gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)Matthieu Caneill2023-07-221-0/+1
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-222-0/+2
* gh-106320: Remove private _PyUnicode_AsString() alias (#107021)Victor Stinner2023-07-221-0/+5
* gh-106714: Fix test_capi to not write a coredump (#107007)Victor Stinner2023-07-221-0/+3
* gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)Erlend E. Aasland2023-07-221-0/+4
* gh-96663: Add a better error message for __dict__-less classes setattr (#103232)James Hilton-Balfe2023-07-221-0/+1
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-212-0/+8
* gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)Eric Snow2023-07-211-0/+4
* gh-105699: Fix an Interned Strings Crasher (gh-106930)Eric Snow2023-07-211-0/+3
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2122-46/+46
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-213-4/+4
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-218-18/+18
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-211-4/+4
* GH-104584: Miscellaneous fixes for -Xuops (GH-106908)Brandt Bucher2023-07-201-0/+3
* Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)Zach Brantmeier2023-07-201-1/+1