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-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner
2023-07-23
3
-8/+8
*
Remove superflous whitespaces in `layout.html`. (GH-107067)
Ezio Melotti
2023-07-23
1
-4/+4
*
gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
Dong-hee Na
2023-07-23
3
-2/+9
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
6
-1/+91
*
gh-62519: Make pgettext search plurals when translation is not found (#107118)
Tomas R
2023-07-23
3
-4/+12
*
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
Dong-hee Na
2023-07-23
5
-1/+77
*
gh-107017: Analolgy to Pascal and C replaced. (#107025)
TommyUnreal
2023-07-23
1
-2/+2
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
11
-20/+20
*
gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...
htsedebenham
2023-07-23
4
-1/+28
*
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...
Gilles Bassière
2023-07-23
3
-4/+12
*
gh-106996: Add the basics of a turtle graphics tutorial (#107072)
Daniele Procida
2023-07-23
2
-26/+134
*
gh-106976: alphabetise bullets by module name task2-3 (#107005)
littlebutt's workshop
2023-07-23
1
-237/+237
*
gh-101100: Fix some broken sphinx references (#107095)
wulmer
2023-07-23
12
-34/+27
*
gh-54738: Add argparse i18n howto (#104562)
Tomas R
2023-07-23
3
-0/+55
*
gh-71261: Add paragraph on shadowing submodules with star imports (#107004)
wulmer
2023-07-23
1
-0/+16
*
gh-107017: removed mention that C does it the same way (#107020)
Jakub Červinka
2023-07-23
1
-8/+15
*
gh-102111: Add link to string escape sequences in re module (#106995)
wulmer
2023-07-23
2
-2/+6
*
gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)
J. Nick Koston
2023-07-23
2
-0/+4
*
gh-107082: Remove debug hack from get_first_executor in test_capi.test_misc (...
Guido van Rossum
2023-07-23
1
-1/+1
*
gh-106962: Detect mpicc in configure.ac (#106961)
Lukas van de Wiel
2023-07-22
3
-0/+7
*
gh-104050: Argument Clinic: Increase typing coverage (#107074)
Erlend E. Aasland
2023-07-22
1
-13/+22
*
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
Victor Stinner
2023-07-22
3
-6/+7
*
gh-106320: Remove private _PyModule API (#107070)
Victor Stinner
2023-07-22
2
-11/+6
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
5
-29/+29
*
gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
J. Nick Koston
2023-07-22
3
-53/+48
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
5
-5/+6
*
gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)
Jochem Boersma
2023-07-22
2
-5/+6
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
12
-46/+40
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
22
-53/+99
*
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
Serhiy Storchaka
2023-07-22
3
-3/+23
*
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
Victor Stinner
2023-07-22
3
-6/+4
*
gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTA...
Moritz Neeb
2023-07-22
1
-2/+1
*
gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...
Matthieu Caneill
2023-07-22
2
-0/+8
*
Fix Sphinx warnings in `re` module docs (#107044)
wulmer
2023-07-22
2
-6/+18
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
18
-16/+53
*
gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#1...
Oliver Rew
2023-07-22
2
-4/+2
*
gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
Matthieu Caneill
2023-07-22
3
-2/+17
*
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Victor Stinner
2023-07-22
3
-2/+6
*
gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
Jocelyn Castellano
2023-07-22
1
-1/+1
*
gh-106320: Move private _PyGen API to the internal C API (#107032)
Victor Stinner
2023-07-22
2
-6/+11
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
3
-3/+5
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
8
-87/+94
*
gh-106320: Document private C API removal in What's New 3.13 (#107027)
Victor Stinner
2023-07-22
1
-0/+7
*
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron
2023-07-22
4
-54/+204
*
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Victor Stinner
2023-07-22
2
-5/+5
*
gh-106989: Remove tok report warnings (#106993)
Menelaos Kotoglou
2023-07-22
2
-6/+0
*
gh-105699: Add some stress tests for subinterpreter creation (#106966)
Eric Snow
2023-07-22
1
-0/+22
*
Reformat code block to make it easier to read (#106965)
Joe Kaufeld
2023-07-22
1
-5/+14
*
gh-106714: Fix test_capi to not write a coredump (#107007)
Victor Stinner
2023-07-22
2
-3/+12
*
gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)
Sebastiaan Zeeff
2023-07-22
2
-2/+2
[next]