index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)
Serhiy Storchaka
2024-10-12
1
-0/+5
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
1
-0/+2
*
gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)
Serhiy Storchaka
2024-10-12
1
-0/+4
*
gh-125254: Fix error report about ambiguous option in argparse (GH-125273)
Serhiy Storchaka
2024-10-12
1
-0/+1
*
gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)
Serhiy Storchaka
2024-10-12
1
-0/+3
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
1
-0/+1
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
1
-0/+2
*
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn
2024-10-11
1
-0/+4
*
gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...
Y5
2024-10-11
1
-0/+2
*
gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...
Serhiy Storchaka
2024-10-11
2
-0/+5
*
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
Sam Gross
2024-10-11
1
-0/+2
*
gh-124872: Rename blurb file to reference the correct issue (#125285)
Richard Hansen
2024-10-11
1
-0/+0
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-0/+4
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
1
-0/+1
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
1
-0/+3
*
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...
Pablo Galindo Salgado
2024-10-09
1
-0/+1
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
1
-0/+1
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-09
1
-0/+4
*
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Eric Snow
2024-10-09
1
-0/+5
*
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
Tomas R.
2024-10-09
1
-0/+1
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
4
-8/+8
*
gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...
Alexander Kanavin
2024-10-09
1
-0/+3
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
1
-0/+3
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
1
-0/+4
*
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev
2024-10-08
1
-0/+3
*
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
Victor Stinner
2024-10-08
1
-0/+5
*
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
1
-0/+2
*
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran
2024-10-08
1
-0/+3
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
2
-0/+10
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
1
-0/+3
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
1
-0/+3
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
1
-0/+3
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
2
-0/+4
*
gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)
Zhikang Yan
2024-10-07
1
-0/+2
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
1
-0/+2
*
gh-125018: Add importlib.metadata semantic link targets (#125027)
Alyssa Coghlan
2024-10-07
1
-0/+4
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
1
-0/+3
*
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
Tomas R.
2024-10-06
1
-0/+2
*
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
Tian Gao
2024-10-05
1
-0/+1
*
gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...
morotti
2024-10-04
1
-0/+3
*
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Irit Katriel
2024-10-04
1
-0/+2
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
1
-0/+3
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
1
-0/+1
*
GH-118093: Don't lose confidence when tracing through 100% biased branches (G...
Brandt Bucher
2024-10-02
1
-0/+2
*
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
Diego Russo
2024-10-02
1
-0/+2
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-0/+15
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
1
-0/+2
*
gh-58282: Fix support of tuple metavar for positional arguments in argparse (...
Serhiy Storchaka
2024-10-02
1
-0/+2
*
gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...
Taneli Hukkinen
2024-10-02
1
-0/+3
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
1
-0/+4
[next]