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-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-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
1
-0/+44
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+5
*
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932) (#96004)
Miss Islington (bot)
2022-09-08
1
-5/+9
*
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619)...
Miss Islington (bot)
2022-09-08
1
-0/+28
*
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot)
2022-09-07
1
-3/+10
*
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
Miss Islington (bot)
2022-09-07
1
-0/+18
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+12
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
1
-0/+14
*
[3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH...
Batuhan Taskaya
2022-09-06
1
-0/+6
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Miss Islington (bot)
2022-09-05
1
-0/+7
*
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
Miss Islington (bot)
2022-09-04
1
-0/+82
*
[3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
1
-2/+31
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
9
-2/+224
*
[3.11] [Enum] fix check in _test_simple_enum (GH-96435)
Ethan Furman
2022-08-30
1
-0/+6
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...
Miss Islington (bot)
2022-08-30
1
-0/+19
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)
Miss Islington (bot)
2022-08-30
1
-0/+3
*
[3.11] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...
Miss Islington (bot)
2022-08-27
1
-0/+8
*
Port regression test for issue GH-93592 (GH-96208) (GH-96313)
Miss Islington (bot)
2022-08-26
1
-0/+24
*
gh-95243: Mitigate the race condition in testSockName (GH-96173)
Miss Islington (bot)
2022-08-25
1
-2/+13
*
[3.11] gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190) (...
Miss Islington (bot)
2022-08-23
1
-43/+43
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...
Miss Islington (bot)
2022-08-23
1
-1/+15
*
GH-96071: add regression test for GH-96071 (GH-96137)
Miss Islington (bot)
2022-08-23
1
-0/+15
*
gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)
Miss Islington (bot)
2022-08-22
1
-3/+5
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)
Miss Islington (bot)
2022-08-21
1
-0/+8
*
[3.11] gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget ...
Miss Islington (bot)
2022-08-18
1
-1/+1
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)
Miss Islington (bot)
2022-08-17
1
-24/+30
*
[3.11] gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856) (#96029)
Miss Islington (bot)
2022-08-16
1
-0/+61
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96...
Miss Islington (bot)
2022-08-15
1
-0/+14
*
[3.11] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
1
-0/+7
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)
Miss Islington (bot)
2022-08-12
1
-0/+22
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Miss Islington (bot)
2022-08-12
2
-2/+10
*
gh-95724: Clarify taskgroups.py license. (GH-95847)
Miss Islington (bot)
2022-08-11
1
-1/+2
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-11
1
-0/+4
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)...
Miss Islington (bot)
2022-08-10
1
-1/+6
[next]