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-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Miss Islington (bot)
2022-10-21
1
-1/+2
*
[3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)
Theo Buehler
2022-10-21
1
-0/+9
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)
Miss Islington (bot)
2022-10-20
1
-3/+7
*
gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...
Miss Islington (bot)
2022-10-17
1
-2/+12
*
gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
gh-95731: Fix module docstring extraction in pygettext (GH-95732)
Miss Islington (bot)
2022-10-15
1
-0/+20
*
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.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method...
Nikita Sobolev
2022-10-09
1
-0/+20
*
[3.10] Add more syslog tests (GH-97953). (GH-98101)
Serhiy Storchaka
2022-10-09
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.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032)
Miss Islington (bot)
2022-10-07
1
-0/+19
*
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
Miss Islington (bot)
2022-10-07
3
-0/+21
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-0/+5
*
[3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-0/+22
*
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Miss Islington (bot)
2022-10-05
1
-0/+18
*
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
Miss Islington (bot)
2022-10-05
1
-0/+6
*
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-6/+6
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Miss Islington (bot)
2022-10-03
1
-0/+8
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Miss Islington (bot)
2022-10-02
1
-0/+25
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-0/+15
*
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-09-28
1
-0/+13
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-09-26
1
-2/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-0/+2
*
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
Miss Islington (bot)
2022-09-25
1
-0/+7
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Miss Islington (bot)
2022-09-25
1
-0/+20
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Miss Islington (bot)
2022-09-25
5
-38/+38
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-09-22
1
-0/+100
*
[3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)
Łukasz Langa
2022-09-21
1
-0/+7
*
gh-90808: add more examples to `test_sched.test_priority` (GH-31144)
Miss Islington (bot)
2022-09-21
1
-4/+17
*
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...
Brandt Bucher
2022-09-20
1
-0/+32
*
[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
Brandt Bucher
2022-09-20
1
-0/+14
*
[3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...
Miss Islington (bot)
2022-09-20
1
-2/+6
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Miss Islington (bot)
2022-09-08
1
-0/+19
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+5
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+12
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)
Miss Islington (bot)
2022-09-05
1
-0/+6
*
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...
Gregory P. Smith
2022-09-04
1
-0/+82
*
gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...
Miss Islington (bot)
2022-09-04
1
-0/+28
*
[3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
1
-2/+32
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
9
-2/+224
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
Miss Islington (bot)
2022-08-29
1
-0/+28
*
[3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...
Miss Islington (bot)
2022-08-27
1
-0/+8
*
gh-95243: Mitigate the race condition in testSockName (GH-96173)
Miss Islington (bot)
2022-08-25
1
-2/+13
*
[3.10] GH-96071: add regression test for GH-96071 (GH-96137) (#96205)
Kumar Aditya
2022-08-23
1
-0/+14
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...
Miss Islington (bot)
2022-08-23
1
-1/+15
*
[3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...
Kristján Valur Jónsson
2022-08-23
1
-0/+24
*
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
1
-0/+7
[prev]
[next]