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-106917: fix super classmethod calls to non-classmethods (#106977)
Carl Meyer
2023-07-24
1
-0/+4
*
gh-106948: Docs: Disable links for C standard library functions, OS utility f...
Erlend E. Aasland
2023-07-23
1
-2/+2
*
gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
Dong-hee Na
2023-07-23
2
-2/+2
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
1
-0/+1
*
gh-62519: Make pgettext search plurals when translation is not found (#107118)
Tomas R
2023-07-23
1
-0/+2
*
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
Dong-hee Na
2023-07-23
1
-0/+1
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
2
-3/+3
*
gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...
htsedebenham
2023-07-23
1
-0/+3
*
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...
Gilles Bassière
2023-07-23
1
-0/+2
*
gh-54738: Add argparse i18n howto (#104562)
Tomas R
2023-07-23
1
-0/+1
*
gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)
J. Nick Koston
2023-07-23
1
-0/+1
*
gh-106962: Detect mpicc in configure.ac (#106961)
Lukas van de Wiel
2023-07-22
1
-0/+1
*
gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
J. Nick Koston
2023-07-22
1
-0/+1
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
5
-5/+6
*
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
Serhiy Storchaka
2023-07-22
1
-0/+2
*
gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...
Matthieu Caneill
2023-07-22
1
-0/+2
*
gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
Matthieu Caneill
2023-07-22
1
-0/+1
*
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron
2023-07-22
2
-0/+2
*
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Victor Stinner
2023-07-22
1
-0/+5
*
gh-106714: Fix test_capi to not write a coredump (#107007)
Victor Stinner
2023-07-22
1
-0/+3
*
gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)
Erlend E. Aasland
2023-07-22
1
-0/+4
*
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
James Hilton-Balfe
2023-07-22
1
-0/+1
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
2
-0/+8
*
gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)
Eric Snow
2023-07-21
1
-0/+4
*
gh-105699: Fix an Interned Strings Crasher (gh-106930)
Eric Snow
2023-07-21
1
-0/+3
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
22
-46/+46
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
3
-4/+4
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
8
-18/+18
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
1
-4/+4
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
1
-0/+3
*
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
Zach Brantmeier
2023-07-20
1
-1/+1
*
gh-106751: Optimize _PolllikeSelector for many iteration case (gh-106884)
Pieter Eendebak
2023-07-20
1
-0/+1
*
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
Barney Gale
2023-07-19
1
-0/+3
*
gh-104090: Fix unittest collectedDurations resources leak (#106795)
Yonatan Bitton
2023-07-19
1
-0/+1
*
gh-106751: Optimize SelectSelector.select() for many iteration case (gh-106879)
Dong-hee Na
2023-07-19
1
-0/+2
*
gh-106751: Optimize KqueueSelector.select() for many iteration case (gh-106864)
Dong-hee Na
2023-07-19
1
-0/+2
*
gh-106727: Make `inspect.getsource` smarter for class for same name definitio...
Tian Gao
2023-07-18
1
-0/+1
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-0/+1
*
gh-106751: selectors: optimize EpollSelector.select() (#106754)
J. Nick Koston
2023-07-18
1
-0/+1
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
2
-0/+3
*
gh-106719: Fix __annotations__ getter and setter in the type and module types...
Serhiy Storchaka
2023-07-18
1
-0/+2
*
gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
Nikita Sobolev
2023-07-17
1
-0/+2
*
gh-106789: avoid importing pprint from sysconfig (#106790)
Irit Katriel
2023-07-17
1
-0/+1
*
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...
Grigoriev Semyon
2023-07-16
1
-0/+3
*
gh-106706: Streamline family syntax in cases generator DSL (#106716)
Kevin Diem
2023-07-16
1
-0/+3
*
gh-106752: Sync with zipp 3.16.2 (#106757)
Jason R. Coombs
2023-07-15
1
-0/+5
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-0/+3
*
gh-106752: Move zipfile._path into its own package (#106753)
Jason R. Coombs
2023-07-14
1
-0/+2
*
gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
J. Nick Koston
2023-07-14
1
-0/+1
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
1
-0/+1
[next]