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-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)
Illia Volochii
2023-07-28
1
-0/+2
*
gh-106078: Isolate `decimal` module (#107287)
Charlie Zhao
2023-07-28
1
-0/+1
*
gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...
Felipe A. Hernandez
2023-07-28
1
-0/+1
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-0/+1
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+3
*
gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Christopher Chavez
2023-07-27
1
-0/+4
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
1
-0/+3
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-0/+2
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-0/+3
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-1/+1
*
gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)
János Kukovecz
2023-07-26
1
-0/+3
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-2/+2
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-0/+3
*
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...
Serhiy Storchaka
2023-07-25
1
-0/+2
*
gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
Christopher Chavez
2023-07-25
1
-0/+2
*
gh-107249: Implement Py_UNUSED() for MSVC (#107250)
Victor Stinner
2023-07-25
1
-0/+2
*
gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...
shailshouryya
2023-07-25
1
-0/+1
*
gh-107237: Fix test_udp_reconnection() of test_logging (#107238)
Victor Stinner
2023-07-25
1
-0/+2
*
gh-106774: Update bundled pip version to 23.2.1 (#106775)
Paul Moore
2023-07-25
1
-0/+1
*
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
[next]