summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)Serhiy Storchaka2024-10-121-0/+5
* gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)Bernhard M. Wiedemann2024-10-121-0/+2
* gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)Serhiy Storchaka2024-10-121-0/+4
* gh-125254: Fix error report about ambiguous option in argparse (GH-125273)Serhiy Storchaka2024-10-121-0/+1
* gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)Serhiy Storchaka2024-10-121-0/+3
* gh-124309: fix staggered race on eager tasks (#124847)Thomas Grainger2024-10-111-0/+1
* gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)Jelle Zijlstra2024-10-111-0/+2
* gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)sobolevn2024-10-111-0/+4
* gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...Y52024-10-111-0/+2
* gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...Serhiy Storchaka2024-10-112-0/+5
* gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)Sam Gross2024-10-111-0/+2
* gh-124872: Rename blurb file to reference the correct issue (#125285)Richard Hansen2024-10-111-0/+0
* GH-125174: Make immortal objects more robust, following design from PEP 683 (...Mark Shannon2024-10-101-0/+4
* gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)Sergey B Kirpichev2024-10-101-0/+1
* gh-124872: Refine contextvars documentation (#124773)Richard Hansen2024-10-091-0/+3
* gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...Pablo Galindo Salgado2024-10-091-0/+1
* GH-124693: Support parsing negative scientific and complex numbers argparse (...Savannah Ostrowski2024-10-091-0/+1
* gh-91818: Use default program name in the CLI of many modules (GH-124867)Serhiy Storchaka2024-10-091-0/+4
* gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)Eric Snow2024-10-091-0/+5
* gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)Tomas R.2024-10-091-0/+1
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-094-8/+8
* gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...Alexander Kanavin2024-10-091-0/+3
* gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)Serhiy Storchaka2024-10-091-0/+3
* gh-101552: Allow pydoc to display signatures in source format (#124669)Jelle Zijlstra2024-10-091-0/+4
* gh-116110: remove extra processing for the __signature__ attribute (GH-116234)Sergey B Kirpichev2024-10-081-0/+3
* gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)Victor Stinner2024-10-081-0/+5
* gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)Bénédikt Tran2024-10-081-0/+2
* gh-123378: fix a crash in `UnicodeError.__str__` (#124935)Bénédikt Tran2024-10-081-0/+3
* bpo-34206: Improve docs and test coverage for pre-init functions (#8023)Alyssa Coghlan2024-10-082-0/+10
* gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)Serhiy Storchaka2024-10-081-0/+3
* gh-70870: Clarify dual usage of 'free variable' (#122545)Alyssa Coghlan2024-10-081-0/+3
* gh-90102: Remove isatty call during regular open (#124922)Cody Maloney2024-10-081-0/+3
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-072-0/+4
* gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)Zhikang Yan2024-10-071-0/+2
* gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...Bénédikt Tran2024-10-071-0/+2
* gh-125018: Add importlib.metadata semantic link targets (#125027)Alyssa Coghlan2024-10-071-0/+4
* gh-121249: Support _Complex types in the struct module (#121613)Sergey B Kirpichev2024-10-071-0/+3
* gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)Tomas R.2024-10-061-0/+2
* gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)Tian Gao2024-10-051-0/+1
* gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...morotti2024-10-041-0/+3
* gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)Irit Katriel2024-10-041-0/+2
* gh-123961: Convert `curses.window` static type into a heap type (#124934)Bénédikt Tran2024-10-041-0/+3
* gh-124858: fix happy eyeballs refcyles (#124859)Thomas Grainger2024-10-021-0/+1
* GH-118093: Don't lose confidence when tracing through 100% biased branches (G...Brandt Bucher2024-10-021-0/+2
* GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)Diego Russo2024-10-021-0/+2
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-021-0/+15
* gh-120378: Fix crash caused by integer overflow in `curses` (#124555)Peter Bierma2024-10-021-0/+2
* gh-58282: Fix support of tuple metavar for positional arguments in argparse (...Serhiy Storchaka2024-10-021-0/+2
* gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...Taneli Hukkinen2024-10-021-0/+3
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-011-0/+4