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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
23
-344/+379
*
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Alyssa Coghlan
2024-10-09
1
-2/+2
*
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
3
-2/+6
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
4
-6/+74
*
gh-125150: Skip test_fma_zero_result on NetBSD due to IEE 754-2008 implementa...
Furkan Onder
2024-10-09
1
-1/+1
*
gh-124502: Remove _PyUnicode_EQ() function (#125114)
Victor Stinner
2024-10-09
4
-39/+10
*
docs: in venv table use executable name (GH-124315)
musvaage
2024-10-09
1
-1/+1
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
8
-27/+126
*
gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)
Donghee Na
2024-10-09
1
-4/+2
*
gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by ...
Mariusz Felisiak
2024-10-08
1
-1/+2
*
GH-124478: Cleanup argparse documentation (#124877)
Savannah Ostrowski
2024-10-08
2
-435/+196
*
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev
2024-10-08
4
-48/+19
*
Misc improvements to the itertools docs (gh-125147)
Raymond Hettinger
2024-10-08
1
-39/+97
*
gh-124832: Add a note to indicate that `datetime.now` may return the same ins...
spacemanspiff2007
2024-10-08
1
-0/+4
*
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom
2024-10-08
6
-23/+122
*
gh-125084: Resolve paths in generator common code (GH-125085)
Cody Maloney
2024-10-08
1
-3/+3
*
gh-117721: use PyMutex in `_thread.lock` (#125110)
Kumar Aditya
2024-10-08
1
-45/+11
*
gh-124502: Optimize unicode_eq() (#125105)
Victor Stinner
2024-10-08
1
-7/+12
*
gh-115999: Stop the world when invalidating function versions (#124997)
mpage
2024-10-08
4
-38/+72
*
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
Victor Stinner
2024-10-08
3
-7/+36
*
gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)
monkeyman192
2024-10-08
2
-0/+6
*
Doc: Improve description of ``GET_LEN`` opcode (#114583)
Kirill Podoprigora
2024-10-08
1
-1/+2
*
gh-121404: typo fix in compile.c: MATADATA -> METADATA (#125101)
Mikhail Efimov
2024-10-08
1
-5/+5
*
gh-75898: make use of thread more explicit in the "Socket Programming HOWTO" ...
Jan Kaliszewski
2024-10-08
1
-2/+2
*
gh-90102: Fix pyio _isatty_open_only() (#125089)
Cody Maloney
2024-10-08
1
-1/+1
*
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
3
-82/+116
*
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran
2024-10-08
3
-45/+93
*
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
7
-78/+199
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
5
-70/+153
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
9
-21/+66
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
9
-5/+47
*
Docs: make a tutorial example more precise (#125066)
Ned Batchelder
2024-10-07
1
-11/+9
*
gh-125072: Add label for assignment expressions; update tracked section for a...
Emily Morehouse
2024-10-07
3
-29/+41
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
11
-2/+111
*
gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)
Zhikang Yan
2024-10-07
2
-4/+12
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
4
-56/+79
*
Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044)
Victor Stinner
2024-10-07
1
-11/+2
*
gh-124182: Explain naming rules for struct sequence types (#124335)
ffelixg
2024-10-07
1
-1/+2
*
gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957)
sobolevn
2024-10-07
1
-0/+8
*
GH-121459: Streamline PyObject* to PyStackRef conversions by disallowing NULL...
Mark Shannon
2024-10-07
4
-57/+63
*
gh-125018: Fix role syntax (#125050)
Adam Turner
2024-10-07
1
-5/+5
*
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
25
-2032/+3839
*
gh-125018: Add importlib.metadata semantic link targets (#125027)
Alyssa Coghlan
2024-10-07
2
-44/+148
*
gh-111178: Fix function signatures in fileio.c (#125043)
Victor Stinner
2024-10-07
1
-37/+51
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
5
-29/+321
*
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
Mark Shannon
2024-10-07
4
-33/+29
*
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
Adam Turner
2024-10-07
2
-3/+3
[next]