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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
1
-187/+259
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
Kumar Aditya
2022-10-24
2
-2/+9
*
GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)
Kumar Aditya
2022-10-24
1
-1/+4
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
3
-48/+21
*
GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (#98540)
Kumar Aditya
2022-10-22
1
-2/+5
*
GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after rais...
Kumar Aditya
2022-10-22
1
-5/+5
*
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Stanley
2022-10-21
2
-2/+4
*
GH-98363: Fix exception handling in batched() (GH-98523)
Raymond Hettinger
2022-10-21
1
-0/+15
*
gh-95027: Fix regrtest stdout encoding on Windows (#98492)
Victor Stinner
2022-10-21
1
-3/+11
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
2
-2/+169
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
1
-5/+0
*
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Dennis Sweeney
2022-10-20
1
-0/+39
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus
2022-10-20
2
-12/+15
*
gh-98461: Fix source location in comprehensions bytecode (GH-98464)
Irit Katriel
2022-10-20
1
-0/+159
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Steve Dower
2022-10-20
3
-3/+58
*
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
1
-0/+47
*
gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)
Dong-hee Na
2022-10-20
1
-1/+4
*
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
1
-0/+34
*
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner
2022-10-19
2
-12/+4
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Steve Dower
2022-10-19
1
-0/+7
*
gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...
Jack Hindmarch
2022-10-19
1
-3/+9
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...
Jack Hindmarch
2022-10-19
1
-23/+28
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Jack Hindmarch
2022-10-19
1
-2/+3
*
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel
2022-10-19
1
-1/+17
*
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...
Serhiy Storchaka
2022-10-19
2
-4/+2
*
gh-97928: Add tests for tkinter.Text.count() (GH-98269)
Serhiy Storchaka
2022-10-19
1
-0/+54
*
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel
2022-10-18
1
-0/+26
*
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...
Jack Hindmarch
2022-10-18
1
-6/+4
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
4
-32/+19
*
gh-98331: Update bundled pip to 22.3 (#98332)
Paul Moore
2022-10-18
3
-2/+2
*
gh-98378: Add small format string example to strftime comments (GH-98379)
Alex Zvorygin
2022-10-18
1
-1/+5
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-0/+79
*
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
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
2
-2/+2
*
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman
2022-10-17
2
-12/+179
*
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
6
-29/+99
*
gh-97527: IDLE - fix buggy macosx patch (#98313)
Terry Jan Reedy
2022-10-16
2
-16/+31
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
1
-1/+8
*
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...
Nikita Sobolev
2022-10-16
1
-0/+35
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
6
-52/+84
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
3
-1/+24
*
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
Nikita Sobolev
2022-10-15
2
-2/+14
*
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
1
-0/+15
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+20
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-85455: Add missing doc strings and improve docs (#21573)
Joannah Nanjekye
2022-10-15
1
-9/+14
*
gh-85525: Indicate supported sound header formats (#21575)
Joannah Nanjekye
2022-10-15
1
-0/+8
[next]