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
...
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-0/+11
*
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...
Kumar Aditya
2022-10-29
2
-1/+5
*
gh-98744: Prevent column-level decoding crashes on traceback module (#98824)
Batuhan Taskaya
2022-10-29
2
-14/+61
*
gh-98286: handle empty filename in ZipFile/ZipInfo properly (#98346)
FC Stegerman
2022-10-29
1
-2/+5
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
2
-15/+115
*
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Gareth Rees
2022-10-28
1
-60/+80
*
gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688)
noah-weingarden
2022-10-28
1
-28/+38
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
4
-94/+101
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
2
-1/+35
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Kumar Aditya
2022-10-27
1
-0/+21
*
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...
Ken Jin
2022-10-27
1
-0/+2
*
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)
Nikita Sobolev
2022-10-27
1
-0/+42
*
gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743)
Henry Schreiner
2022-10-26
2
-4/+4
*
gh-98727: Remove old style classes from `test_cmath` (GH-98728)
Nikita Sobolev
2022-10-26
1
-33/+5
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
4
-6/+74
*
gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)
Nikita Sobolev
2022-10-26
1
-1/+2
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
2
-0/+342
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)
Nikita Sobolev
2022-10-26
1
-0/+12
*
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (#98648)
Nikita Sobolev
2022-10-25
1
-0/+27
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
3
-5/+139
*
GH-87390: Add remaining tests for PEP 646 (#98267)
Matthew Rahtz
2022-10-25
2
-242/+472
*
Use more precise exception types in `assertRaises` in typing tests (#98650)
Nikita Sobolev
2022-10-25
1
-3/+3
*
gh-93696: Locate frozen module source with __file__ (#93697)
James Gerity
2022-10-25
2
-0/+52
*
gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_...
Irit Katriel
2022-10-25
1
-1/+1
*
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
[prev]
[next]