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-95841: IDLE - Revise Windows local doc url (#95845)
Terry Jan Reedy
2022-08-11
1
-4/+14
*
gh-84910: Change 'IDLE Help' to 'IDLE Doc' (#95873)
Terry Jan Reedy
2022-08-11
1
-1/+1
*
gh-87092: compiler's codegen stage uses int jump target labels, and the targe...
Irit Katriel
2022-08-11
1
-70/+52
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon
2022-08-11
3
-2/+29
*
Update _PyEval_AddPendingCall comment (#95817)
zhanpon
2022-08-11
1
-2/+2
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
Christian Heimes
2022-08-11
1
-4/+4
*
gh-95876: Fix format string in pegen error location code (#95877)
Christian Heimes
2022-08-11
2
-1/+5
*
gh-90385: Add pathlib.Path.walk what's new section (GH-95467)
Stanislav Zmiev
2022-08-11
1
-0/+7
*
Docs: replace 'currying' by 'partial function'. (#91814)
Clemens Tolboom
2022-08-11
1
-0/+2
*
gh-75510: Edit idlelib entry in doc (#95869)
Terry Jan Reedy
2022-08-11
1
-3/+6
*
gh-84910: Tweak IDLE Glossary entry (#95866)
Terry Jan Reedy
2022-08-11
1
-3/+3
*
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Steve Dower
2022-08-10
2
-1/+4
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
3
-1/+14
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
4
-1/+37
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
5
-7/+86
*
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
esc
2022-08-10
1
-0/+2
*
gh-93649: Undefine NDEBUG in Modules/_testcapi/* to enable assert() (GH-95793)
Petr Viktorin
2022-08-10
1
-0/+3
*
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin
2022-08-10
7
-322/+663
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
Eric Snow
2022-08-09
1
-1/+6
*
gh-75500: Add idlelib section to IDLE doc (#95832)
Terry Jan Reedy
2022-08-09
2
-1/+31
*
gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)
Andrzej Bartosiński
2022-08-09
1
-1/+1
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Mark Shannon
2022-08-09
4
-13/+32
*
Disable Limited API tests with Py_TRACE_REFS (GH-95796)
Petr Viktorin
2022-08-09
2
-0/+19
*
Improvements to the bisect docs (GH-95807)
Raymond Hettinger
2022-08-09
1
-19/+19
*
bpo-37000: Remove obsolete comment in _randbelow_with_getrandbits (#95775)
Matthias Görgens
2022-08-08
1
-1/+1
*
gh-95273: Reorganize sqlite3 doc module level funcs and vars (#95626)
Erlend E. Aasland
2022-08-08
1
-158/+156
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
5
-39/+35
*
gh-95491: Mention IDLE Issue project in Readme (#95750)
Terry Jan Reedy
2022-08-08
1
-0/+8
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
18
-13/+152
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka
2022-08-08
4
-4/+4
*
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_ba...
Erlend E. Aasland
2022-08-08
1
-0/+1
*
Fix downcast compiler warning in Modules/_testcapi/vectorcall.c (#95729)
Erlend E. Aasland
2022-08-08
1
-1/+1
*
docs: Fix a few typos (#94899)
Tim Gates
2022-08-08
3
-3/+3
*
Fix documentation typo for functools.cmp_to_key (GH-95766)
Andrzej Bartosiński
2022-08-08
1
-1/+1
*
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile ...
JuniorJPDJ
2022-08-06
3
-5/+22
*
gh-94635: Fixup sqlite3 'Introduction' seealso note (#95751)
Erlend E. Aasland
2022-08-06
1
-12/+12
*
gh-95376: Add test for names containing null (#GH-5394)
Sion Kang
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412)
Sion Kang
2022-08-06
1
-1/+3
*
gh-95155: Update "Using Python on a Mac" documentation (GH-95284)
Howie Zhao
2022-08-06
1
-3/+4
*
Fix typo in test_dataclasses.py (gh-95735)
da-woods
2022-08-06
1
-2/+2
*
gh-95385 Fastpath for encoding dict to JSON (gh-95374)
Aivars Kalvāns
2022-08-06
2
-78/+89
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
13
-1312/+23
*
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale
2022-08-05
4
-24/+14
*
gh-95251: IDLE - Add What's New section to README (#95688)
Terry Jan Reedy
2022-08-05
1
-2/+23
*
gh-89362: Doc IDLE menu and search (#95697)
Terry Jan Reedy
2022-08-05
2
-32/+52
*
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado
2022-08-05
1
-1/+1
*
Remove draft notice from 3.11 What's new (#95713)
Pablo Galindo Salgado
2022-08-05
1
-7/+0
*
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner
2022-08-05
5
-81/+8
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King
2022-08-05
2
-7/+18
*
GH-95685: Fix rendering of the string documentation (#95686)
Mariatta Wijaya
2022-08-05
1
-0/+1
[next]