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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-61698: Use launchctl to detect macOS window manager in tests (#118390)
Erlend E. Aasland
2024-10-13
1
-15/+9
*
gh-86673: Loosen test_ttk.test_identify() requirements (#125335)
Erlend E. Aasland
2024-10-13
1
-5/+5
*
Trivial change: Update comments in activate about what running hash -r does (...
Andrew Athan
2024-10-13
1
-2/+3
*
gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)
Serhiy Storchaka
2024-10-12
2
-34/+129
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
2
-3/+14
*
gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)
Serhiy Storchaka
2024-10-12
2
-3/+14
*
gh-125254: Fix error report about ambiguous option in argparse (GH-125273)
Serhiy Storchaka
2024-10-12
2
-3/+13
*
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka
2024-10-12
2
-2/+4
*
gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)
Serhiy Storchaka
2024-10-12
2
-7/+55
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
3
-3/+87
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
1
-1/+1
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
1
-0/+4
*
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn
2024-10-11
1
-1/+43
*
gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...
Serhiy Storchaka
2024-10-11
2
-1/+34
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-2/+2
*
gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)
Petr Viktorin
2024-10-10
3
-357/+368
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
1
-0/+3
*
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Victor Stinner
2024-10-09
1
-0/+8
*
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Serhiy Storchaka
2024-10-09
1
-2/+2
*
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...
Pablo Galindo Salgado
2024-10-09
1
-3/+8
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
2
-8/+21
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-09
9
-12/+10
*
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
Tomas R.
2024-10-09
1
-3/+3
*
gh-107562: Update test certificates to expire far in the future (GH-125104)
Petr Viktorin
2024-10-09
20
-1157/+1163
*
gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...
Alexander Kanavin
2024-10-09
2
-2/+3
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
1
-1/+40
*
gh-125150: Skip test_fma_zero_result on NetBSD due to IEE 754-2008 implementa...
Furkan Onder
2024-10-09
1
-1/+1
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
5
-23/+81
*
gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by ...
Mariusz Felisiak
2024-10-08
1
-1/+2
*
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev
2024-10-08
3
-48/+16
*
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom
2024-10-08
1
-2/+25
*
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
Victor Stinner
2024-10-08
2
-7/+31
*
gh-90102: Fix pyio _isatty_open_only() (#125089)
Cody Maloney
2024-10-08
1
-1/+1
*
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran
2024-10-08
1
-0/+24
*
gh-53203: Improve tests for strptime() (GH-125090)
Serhiy Storchaka
2024-10-08
10
-85/+200
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
1
-1/+10
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
1
-4/+8
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
1
-1/+16
*
gh-125072: Add label for assignment expressions; update tracked section for a...
Emily Morehouse
2024-10-07
1
-27/+37
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
2
-0/+34
*
gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)
Zhikang Yan
2024-10-07
1
-4/+10
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
2
-51/+71
*
gh-120762: make_ssl_certs: Don't set extensions for the temporary CSR (GH-125...
Petr Viktorin
2024-10-07
1
-2/+1
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
4
-90/+282
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
2
-1/+38
*
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R.
2024-10-06
1
-0/+7
*
gh-119535: python𝜋 (#119536)
Shantanu
2024-10-06
1
-2/+5
*
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
Tomas R.
2024-10-06
2
-1/+21
*
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
Tian Gao
2024-10-05
2
-3/+61
*
gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...
morotti
2024-10-04
1
-1/+1
[next]