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-101599: argparse: simplify the option help string (GH-103372)
Jokimax
2024-02-02
1
-3/+3
*
Bump ruff to 0.2.0 (#114932)
Alex Waygood
2024-02-02
1
-3/+5
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
2
-9/+14
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-6/+6
*
gh-107901: make compiler inline basic blocks with no line number and no fallt...
Irit Katriel
2024-02-02
2
-18/+54
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-2/+3
*
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
Mark Shannon
2024-02-01
1
-0/+16
*
gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
Ayappan Perumal
2024-02-01
1
-1/+1
*
gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)
Tomas R
2024-02-01
1
-0/+11
*
gh-113939: Frame clear, clear locals (#113940)
Albert Zeyer
2024-01-31
1
-0/+22
*
gh-111741: Recognise image/webp as a standard format in the mimetypes module ...
Nachtalb
2024-01-31
1
-2/+1
*
gh-59013: Set breakpoint on the first executable line of function when using ...
Tian Gao
2024-01-31
1
-3/+28
*
gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
Sam Gross
2024-01-31
1
-0/+2
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
1
-0/+6
*
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...
Brett Cannon
2024-01-31
1
-2/+4
*
pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...
Barney Gale
2024-01-31
2
-17/+26
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
2
-12/+21
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
3
-1/+4
*
GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...
Barney Gale
2024-01-30
2
-10/+2
*
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
Vinay Sajip
2024-01-30
1
-0/+1
*
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...
Serhiy Storchaka
2024-01-30
1
-0/+25
*
GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-01-30
1
-25/+21
*
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...
Serhiy Storchaka
2024-01-29
1
-1/+9
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
1
-6/+39
*
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)
Petr Viktorin
2024-01-29
1
-11/+25
*
gh-55664: Add warning when creating a type using a namespace dictionary with ...
Furkan Onder
2024-01-28
1
-1/+16
*
Use bool in fileinput.input() docstring and tests for the inplace argument (G...
Ville Skyttä
2024-01-27
1
-2/+2
*
GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)
Barney Gale
2024-01-27
2
-4/+5
*
gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647)
Serhiy Storchaka
2024-01-27
1
-1/+21
*
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
Barney Gale
2024-01-27
2
-627/+625
*
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)
Barney Gale
2024-01-27
1
-70/+128
*
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Barney Gale
2024-01-26
2
-48/+55
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
2
-42/+62
*
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...
Steve Dower
2024-01-26
1
-4/+3
*
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...
Rito Takeuchi
2024-01-26
1
-0/+17
*
gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)
Steve Dower
2024-01-26
1
-1/+7
*
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak
2024-01-26
1
-0/+4
*
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale
2024-01-26
1
-23/+75
*
gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('c...
Kirill Podoprigora
2024-01-25
1
-1/+4
*
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev
2024-01-25
1
-5/+15
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
2
-5/+12
*
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
Tian Gao
2024-01-25
1
-0/+81
*
gh-77465: Increase test coverage for the numbers module (GH-111738)
AN Long
2024-01-25
1
-1/+157
*
gh-114265: remove i_loc_propagated, jump threading does not consider line num...
Irit Katriel
2024-01-25
1
-1/+2
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
1
-0/+75
*
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower
2024-01-25
4
-25/+45
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
2
-116/+121
*
gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...
Serhiy Storchaka
2024-01-24
1
-0/+1
*
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
Brett Cannon
2024-01-23
2
-2/+5
*
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
Nikita Sobolev
2024-01-23
3
-1/+3
[next]