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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross
2024-10-17
2
-6/+6
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-2/+2
*
gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)
Savannah Ostrowski
2024-10-17
1
-0/+47
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
3
-2/+17
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
1
-1/+27
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
5
-8/+152
*
gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...
Cornelius Roemer
2024-10-16
1
-1/+1
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-10/+4
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
8
-15/+15
*
gh-89819: Add argument_default and conflict_handler to add_argument_group() d...
Savannah Ostrowski
2024-10-15
1
-1/+7
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-4/+10
*
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn
2024-10-15
1
-6/+10
*
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James)
2024-10-15
1
-0/+2
*
gh-123299: Copyedit "What's New in Python 3.14" (#125438)
Hugo van Kemenade
2024-10-15
10
-78/+79
*
Doc: Update CVE URL (#125489)
Mariusz Felisiak
2024-10-15
1
-1/+1
*
gh-85453: Improve variable mark up for datetime.rst (#120702)
edson duarte
2024-10-14
1
-17/+17
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-10/+4
*
gh-125461: Remove Python 2 from identifiers in doc (GH-125462)
Paul Hoffman
2024-10-14
1
-3/+2
*
gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)
Mikhail Efimov
2024-10-14
2
-4/+4
*
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka
2024-10-14
2
-0/+23
*
gh-121797: Add class method Fraction.from_number() (GH-121800)
Serhiy Storchaka
2024-10-14
2
-0/+14
*
gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)
Sergey B Kirpichev
2024-10-14
1
-6/+4
*
gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)
Sergey B Kirpichev
2024-10-13
1
-0/+5
*
gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)
partev
2024-10-13
1
-8/+8
*
gh-125383: Update `fib` function comment for accuracy (#125386)
Wulian
2024-10-13
1
-2/+2
*
Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366)
Ruoyu Zhong
2024-10-13
1
-1/+1
*
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen
2024-10-12
1
-1/+1
*
gh-125289: Update sample code in asyncio-task.rst (GH-125292)
Ghorban M. Tavakoly
2024-10-12
1
-1/+1
*
Prefer "similar" over "equivalent" in tutorial (#125343)
Stephen Rosen
2024-10-12
1
-4/+4
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
1
-2/+7
*
gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)
Serhiy Storchaka
2024-10-12
1
-0/+5
*
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka
2024-10-12
1
-0/+19
*
Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)
Rafael Fontenelle
2024-10-12
1
-1/+1
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
1
-12/+13
*
Fix typo in ``Doclibrary/functions.rst`` (#125327)
Rafael Fontenelle
2024-10-11
1
-1/+1
*
gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire(...
Jan Kaliszewski
2024-10-11
1
-3/+5
*
gh-125296: Fix strange fragment identifier for `name or flags` in argparse do...
Savannah Ostrowski
2024-10-11
1
-1/+1
*
Add some doctest cleanups for `turtle` and `configparser` (#125288)
Alex Waygood
2024-10-10
2
-0/+6
*
Doc: Upgrade Sphinx to 8.1 (#125276)
Adam Turner
2024-10-10
2
-8/+25
*
Note argparse exit code in documentation (GH-119568)
Justin Kunimune
2024-10-10
1
-1/+2
*
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Irit Katriel
2024-10-10
1
-15/+118
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
3
-46/+112
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
1
-0/+2
*
GH-121970: Extract ``availability`` into a new extension (#125082)
Adam Turner
2024-10-09
3
-76/+126
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
3
-6/+6
*
gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)
Hugo van Kemenade
2024-10-09
1
-30/+30
*
gh-125168: Fix typo in `__future__.rst` (#125183)
JamesMcCarthy21
2024-10-09
1
-1/+1
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
19
-336/+371
*
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Alyssa Coghlan
2024-10-09
1
-2/+2
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
1
-3/+3
[next]