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-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
3
-18/+18
*
gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
Victor Stinner
2022-11-03
1
-1/+1
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
3
-3/+5
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-0/+5
*
gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
Nikita Sobolev
2022-11-03
1
-12/+26
*
gh-98512: Add more tests for `ValuesView` (#98515)
Nikita Sobolev
2022-11-03
2
-0/+6
*
gh-98393: Update test_os for bytes-like types (#98487)
Victor Stinner
2022-11-02
1
-34/+12
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
2
-13/+30
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
5
-40/+46
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
2
-26/+50
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
1
-0/+2
*
gh-98931: Improve error message when the user types 'import x from y' instead...
Pablo Galindo Salgado
2022-11-01
1
-0/+16
*
gh-98852: Fix subscription of type aliases (GH-98920)
Serhiy Storchaka
2022-11-01
1
-0/+28
*
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra
2022-11-01
1
-1/+3
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Kumar Aditya
2022-11-01
1
-0/+5
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
1
-0/+47
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
4
-8/+121
*
gh-98878: Use builtins from the bound frame when offering a suggestion (#98880)
Batuhan Taskaya
2022-10-31
1
-0/+9
*
gh-98811: use full source location to simplify __future__ imports error check...
Irit Katriel
2022-10-31
1
-1/+1
*
gh-96151: Use a private name for passing builtins to dataclass. This now allo...
Shantanu
2022-10-31
1
-0/+8
*
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan
2022-10-30
1
-0/+6
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
2
-0/+31
*
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
1
-0/+4
*
gh-98744: Prevent column-level decoding crashes on traceback module (#98824)
Batuhan Taskaya
2022-10-29
1
-0/+50
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
1
-0/+82
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
2
-93/+97
*
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-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
1
-1/+1
*
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
1
-0/+47
*
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
2
-2/+124
*
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
1
-0/+46
*
gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_...
Irit Katriel
2022-10-25
1
-1/+1
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
Kumar Aditya
2022-10-24
1
-1/+6
*
GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)
Kumar Aditya
2022-10-24
1
-1/+4
*
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Stanley
2022-10-21
1
-1/+2
*
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-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
1
-3/+7
[prev]
[next]