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
...
*
[3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)
Nikita Sobolev
2023-01-12
2
-2/+44
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
1
-0/+13
*
[3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...
Carl Meyer
2023-01-06
1
-0/+18
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
1
-0/+41
*
[3.10] gh-95882: Add tests for traceback from contextlib context managers (GH...
Irit Katriel
2023-01-03
2
-0/+108
*
[3.10] gh-99535: Add test for inheritance of annotations and update documenta...
Jelle Zijlstra
2022-12-27
1
-0/+22
*
[3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-10...
Miss Islington (bot)
2022-12-24
1
-0/+3
*
gh-94808: improve test coverage of number formatting (GH-99472)
Miss Islington (bot)
2022-12-24
1
-5/+39
*
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
Miss Islington (bot)
2022-12-23
1
-0/+28
*
gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
Miss Islington (bot)
2022-12-21
1
-0/+29
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Miss Islington (bot)
2022-12-21
1
-0/+4
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+4
*
[3.10] gh-85267: Improvements to inspect.signature __text_signature__ handlin...
Shantanu
2022-12-21
1
-1/+20
*
[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
2
-22/+27
*
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl
2022-12-17
1
-1/+393
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Miss Islington (bot)
2022-12-09
1
-1/+17
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Miss Islington (bot)
2022-12-08
1
-0/+4
*
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
Miss Islington (bot)
2022-12-07
2
-0/+20
*
[3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...
Pablo Galindo Salgado
2022-12-07
1
-0/+16
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
7
-117/+68
*
gh-100001: Also escape \s in http.server log messages. (GH-100038)
Miss Islington (bot)
2022-12-05
1
-0/+2
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
1
-1/+20
*
[3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)
Łukasz Langa
2022-12-05
1
-0/+32
*
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
Miss Islington (bot)
2022-12-05
1
-3/+4
*
[3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-999...
Serhiy Storchaka
2022-12-04
2
-2/+2
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
1
-1/+9
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...
Miss Islington (bot)
2022-11-28
1
-0/+10
*
gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...
Miss Islington (bot)
2022-11-26
1
-0/+8
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-0/+8
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Miss Islington (bot)
2022-11-22
1
-0/+12
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
1
-0/+30
*
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...
Pablo Galindo Salgado
2022-11-20
1
-0/+16
*
[3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...
Serhiy Storchaka
2022-11-20
2
-487/+502
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
2
-0/+16
*
bpo-34272: Reorganize C API tests. (GH-8551)
Miss Islington (bot)
2022-11-12
5
-0/+8
*
gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Miss Islington (bot)
2022-11-12
1
-1/+1
*
[3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
Jason R. Coombs
2022-11-10
1
-4/+6
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Miss Islington (bot)
2022-11-10
1
-2/+7
*
gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
Miss Islington (bot)
2022-11-10
1
-6/+1
*
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)
Miss Islington (bot)
2022-11-08
1
-0/+6
*
gh-99124: use concrete exception types in `test_builtin` (GH-99125)
Miss Islington (bot)
2022-11-08
1
-3/+3
*
gh-98513: Test abstract methods of some `collections` types (GH-98516)
Miss Islington (bot)
2022-11-08
1
-0/+5
*
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
Miss Islington (bot)
2022-11-07
1
-6/+13
*
[3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...
Miss Islington (bot)
2022-11-07
1
-3/+8
*
gh-99051: remove duplicated test from `test_weakref` (GH-99052)
Miss Islington (bot)
2022-11-06
1
-35/+6
*
`test_typing`: use all pickle protocols (GH-99154)
Miss Islington (bot)
2022-11-06
1
-1/+1
*
[3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH...
Miss Islington (bot)
2022-11-04
1
-3/+3
*
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...
Serhiy Storchaka
2022-11-03
1
-0/+5
*
gh-98512: Add more tests for `ValuesView` (GH-98515)
Miss Islington (bot)
2022-11-03
2
-0/+6
*
[3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...
Serhiy Storchaka
2022-11-01
1
-0/+55
[prev]
[next]