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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
1
-0/+12
*
[3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667)
Jelle Zijlstra
2022-10-26
2
-241/+488
*
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)
Miss Islington (bot)
2022-10-26
1
-0/+27
*
Use more precise exception types in `assertRaises` in typing tests (GH-98650)
Miss Islington (bot)
2022-10-25
1
-3/+3
*
gh-93696: Locate frozen module source with __file__ (GH-93697)
Miss Islington (bot)
2022-10-25
1
-0/+46
*
[3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (...
Miss Islington (bot)
2022-10-25
1
-1/+6
*
[3.11] Fix v3.11.0 release merge problems (GH-98622)
Pablo Galindo Salgado
2022-10-24
1
-64/+0
*
GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491)
Miss Islington (bot)
2022-10-24
1
-1/+4
*
Merge tag 'v3.11.0' into 3.11
Pablo Galindo
2022-10-24
1
-0/+64
|
\
|
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-24
2
-57/+9
|
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-...
Miss Islington (bot)
2022-10-24
1
-4/+124
|
*
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
Miss Islington (bot)
2022-10-24
1
-3/+11
|
*
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-10-24
1
-0/+13
|
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-10-24
1
-2/+1
|
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-10-24
1
-0/+100
|
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-10-22
1
-0/+2
|
*
[3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...
Nikita Sobolev
2022-10-22
1
-0/+9
|
*
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-22
1
-0/+22
|
*
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
Miss Islington (bot)
2022-10-22
1
-1/+1
|
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Miss Islington (bot)
2022-10-22
1
-0/+7
|
*
[3.11] GH-97752: Clear the previous member of newly-created generator/corouti...
Miss Islington (bot)
2022-10-22
1
-0/+19
|
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Miss Islington (bot)
2022-10-22
2
-1/+55
|
*
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-22
1
-0/+65
|
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Miss Islington (bot)
2022-10-22
1
-0/+3
*
|
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Miss Islington (bot)
2022-10-21
1
-1/+2
*
|
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
Miss Islington (bot)
2022-10-21
1
-3/+11
*
|
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)
Miss Islington (bot)
2022-10-20
1
-3/+7
*
|
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Miss Islington (bot)
2022-10-20
2
-1/+55
*
|
typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeErr...
Miss Islington (bot)
2022-10-20
1
-1/+1
*
|
[3.11] gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (GH-98228) (#98291)
Miss Islington (bot)
2022-10-20
2
-2/+14
*
|
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Miss Islington (bot)
2022-10-19
1
-0/+7
*
|
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...
Jelle Zijlstra
2022-10-19
1
-0/+35
*
|
[3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_clos...
Miss Islington (bot)
2022-10-18
1
-2/+12
*
|
[3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...
Miss Islington (bot)
2022-10-16
1
-0/+20
*
|
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra
2022-10-15
1
-0/+15
*
|
gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
|
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Miss Islington (bot)
2022-10-14
1
-4/+4
*
|
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)
Miss Islington (bot)
2022-10-13
1
-0/+20
*
|
[3.11] Add more syslog tests (GH-97953). (GH-98096)
Serhiy Storchaka
2022-10-08
3
-6/+96
*
|
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
Miss Islington (bot)
2022-10-08
1
-1/+1
*
|
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Miss Islington (bot)
2022-10-08
1
-1/+1
*
|
[3.11] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98033)
Miss Islington (bot)
2022-10-08
1
-0/+19
*
|
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-0/+5
*
|
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
Miss Islington (bot)
2022-10-07
3
-0/+21
*
|
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-07
2
-57/+9
*
|
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-07
1
-0/+65
*
|
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-0/+22
*
|
[3.11] gh-94808: Coverage: Test that maximum indentation level is handled (GH...
Miss Islington (bot)
2022-10-06
1
-1/+21
*
|
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96...
Miss Islington (bot)
2022-10-06
1
-0/+16
*
|
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
Miss Islington (bot)
2022-10-05
1
-1/+1
[next]