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-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
9
-5/+462
*
gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
Irit Katriel
2022-10-21
1
-1/+13
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
2
-5/+15
*
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Dennis Sweeney
2022-10-20
3
-64/+175
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus
2022-10-20
3
-12/+18
*
gh-98461: Fix source location in comprehensions bytecode (GH-98464)
Irit Katriel
2022-10-20
3
-60/+234
*
gh-98421: Clean Up PyObject_Print (GH-98422)
MonadChains
2022-10-20
1
-17/+8
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Steve Dower
2022-10-20
4
-3/+62
*
CODEOWNERS: Become a typing code owner (#98480)
Alex Waygood
2022-10-20
1
-1/+1
*
[doc] Improve logging cookbook example. (GH-98481)
Vinay Sajip
2022-10-20
1
-0/+65
*
Add more tkinter.Canvas tests (GH-98475)
Serhiy Storchaka
2022-10-20
1
-0/+158
*
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
11
-1/+418
*
GH-98363: Presize the list for batched() (GH-98419)
Raymond Hettinger
2022-10-20
1
-13/+13
*
gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)
Dong-hee Na
2022-10-20
2
-1/+6
*
typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeErr...
Nikita Sobolev
2022-10-20
1
-1/+1
*
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...
chgnrdv
2022-10-20
3
-0/+43
*
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner
2022-10-19
4
-56/+20
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Steve Dower
2022-10-19
3
-0/+11
*
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow
2022-10-19
4
-5/+13
*
Doc: Remove title text from internal links (#98409)
Rafael Fontenelle
2022-10-19
1
-5/+3
*
[doc] Refresh the venv introduction documentation, and correct the statement ...
Phil Elson
2022-10-19
2
-95/+84
*
Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)
Hugo van Kemenade
2022-10-19
2
-5/+2
*
gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...
Jack Hindmarch
2022-10-19
2
-3/+10
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...
Jack Hindmarch
2022-10-19
2
-23/+29
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Jack Hindmarch
2022-10-19
2
-2/+4
*
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel
2022-10-19
3
-9/+28
*
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...
Serhiy Storchaka
2022-10-19
3
-4/+4
*
gh-97928: Add tests for tkinter.Text.count() (GH-98269)
Serhiy Storchaka
2022-10-19
1
-0/+54
*
gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314)
C.A.M. Gerlach
2022-10-19
1
-2/+14
*
gh-95913: Add WhatsNew section for new logging APIs (#98320)
C.A.M. Gerlach
2022-10-19
1
-0/+20
*
Fix markup indentation (GH-98424)
Raymond Hettinger
2022-10-19
1
-1/+1
*
gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)
C.A.M. Gerlach
2022-10-18
1
-26/+38
*
General improvements to the itertools docs (GH-98408)
Raymond Hettinger
2022-10-18
1
-51/+92
*
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel
2022-10-18
3
-1/+28
*
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...
Jack Hindmarch
2022-10-18
2
-6/+5
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
9
-89/+48
*
gh-98331: Update bundled pip to 22.3 (#98332)
Paul Moore
2022-10-18
4
-2/+3
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
4
-4/+4
*
gh-98378: Add small format string example to strftime comments (GH-98379)
Alex Zvorygin
2022-10-18
1
-1/+5
*
Doc: missing underscore in hyperlink. (GH-98391)
Julien Palard
2022-10-18
1
-1/+1
*
gh-95913: Copyedit, xref and organize enum section (#98295)
C.A.M. Gerlach
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
C.A.M. Gerlach
2022-10-18
1
-28/+105
*
Fix typos in comments (GH-98375)
Raymond Hettinger
2022-10-18
1
-2/+2
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
5
-39/+370
*
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Raymond Hettinger
2022-10-17
2
-25/+31
*
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
C.A.M. Gerlach
2022-10-17
2
-4/+4
*
gh-95914: Add What's New item describing PEP 670 changes (#98315)
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)
Benjamin Peterson
2022-10-17
1
-16/+0
*
gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...
fancidev
2022-10-17
1
-2/+12
*
GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...
Kumar Aditya
2022-10-17
2
-33/+30
[next]