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] bpo-45083: Include the exception class qualname when formatting an exc...
Miss Islington (bot)
2021-09-08
2
-0/+27
*
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...
Łukasz Langa
2021-09-08
2
-5/+12
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)
Miss Islington (bot)
2021-09-08
1
-4/+7
*
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...
Serhiy Storchaka
2021-09-08
28
-10/+116
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Miss Islington (bot)
2021-09-08
1
-0/+10
*
Add more itertool recipes (GH-28165)
Miss Islington (bot)
2021-09-07
1
-0/+23
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Miss Islington (bot)
2021-09-07
1
-0/+172
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Miss Islington (bot)
2021-09-06
1
-2/+0
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Miss Islington (bot)
2021-09-05
1
-0/+49
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Miss Islington (bot)
2021-09-04
3
-6/+21
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-2/+8
*
[3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)
Miss Islington (bot)
2021-09-04
1
-0/+80
*
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...
Serhiy Storchaka
2021-09-04
3
-3/+3
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-03
1
-1/+21
*
bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)
Miss Islington (bot)
2021-09-01
1
-31/+2
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miss Islington (bot)
2021-08-29
1
-0/+55
*
bpo-25130: Make unit-test about restricting the maximum number of nested bloc...
Miss Islington (bot)
2021-08-28
1
-32/+35
*
bpo-44524: Fix cryptic TypeError message when trying to subclass special form...
Miss Islington (bot)
2021-08-28
1
-0/+16
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
Miss Islington (bot)
2021-08-28
1
-16/+31
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
1
-0/+2
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Miss Islington (bot)
2021-08-26
4
-7/+10
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
Dong-hee Na
2021-08-26
1
-0/+4
*
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
Miss Islington (bot)
2021-08-25
1
-0/+5
*
[3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...
Miss Islington (bot)
2021-08-24
2
-9/+31
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Miss Islington (bot)
2021-08-23
1
-0/+12
*
bpo-44980: fix test_constructor to return None value (GH-27898)
Miss Islington (bot)
2021-08-23
1
-1/+1
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Miss Islington (bot)
2021-08-21
1
-1/+2
*
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
Miss Islington (bot)
2021-08-21
1
-1/+0
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Miss Islington (bot)
2021-08-20
1
-0/+14
*
bpo-44949: Fix test_readline auto history tests (GH-27813)
Miss Islington (bot)
2021-08-19
1
-2/+6
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Miss Islington (bot)
2021-08-18
1
-0/+7
*
bpo-44852: Support filtering over warnings without a set message (GH-27793)
Miss Islington (bot)
2021-08-18
1
-4/+5
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...
Miss Islington (bot)
2021-08-17
1
-0/+28
*
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ...
Łukasz Langa
2021-08-17
3
-0/+70
*
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Miss Islington (bot)
2021-08-17
1
-7/+14
*
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...
Miss Islington (bot)
2021-08-16
1
-3/+1
*
Added test case based on recommended test cases from RFC 4648 (GH-27747)
Miss Islington (bot)
2021-08-13
1
-0/+39
*
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Miss Islington (bot)
2021-08-13
2
-0/+44
*
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
Miss Islington (bot)
2021-08-13
1
-0/+3
*
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
Benjamin Peterson
2021-08-13
1
-1/+1
*
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...
Pablo Galindo Salgado
2021-08-12
1
-11/+29
*
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
Miss Islington (bot)
2021-08-12
1
-17/+52
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
1
-0/+15
*
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
Miss Islington (bot)
2021-08-10
1
-0/+16
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Miss Islington (bot)
2021-08-10
1
-0/+142
*
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
Miss Islington (bot)
2021-08-09
1
-0/+12
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Miss Islington (bot)
2021-08-09
1
-3/+18
*
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...
Mark Shannon
2021-08-09
2
-51/+74
*
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...
Miss Islington (bot)
2021-08-06
1
-0/+28
*
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...
Miss Islington (bot)
2021-08-06
2
-1/+24
[next]