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-93963: Remove ResourceReaderDefaultsTests (GH-96598)
Jason R. Coombs
2022-09-05
1
-28/+0
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+7
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992)
Shantanu
2022-09-05
1
-0/+6
*
gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
Nikita Sobolev
2022-09-05
1
-0/+9
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-0/+36
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-0/+82
*
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev
2022-09-04
1
-0/+28
*
gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
Charlie Zhao
2022-09-04
1
-8/+24
*
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip
2022-09-03
1
-0/+29
*
gh-45108: Improve docstring and testing of ZipFile.testfile() (GH-96233)
Serhiy Storchaka
2022-09-03
2
-11/+9
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
9
-2/+224
*
Allow whitespace around a slash in fraction string inputs (GH-96496)
Raymond Hettinger
2022-09-02
1
-3/+1
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
2
-111/+104
*
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
Irit Katriel
2022-09-01
1
-3/+3
*
gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)
Gregory P. Smith
2022-09-01
1
-4/+4
*
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Anh71me
2022-08-31
1
-0/+1
*
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip
2022-08-31
1
-0/+14
*
gh-96408: Test set operation on items dict view. (GH-96438)
Filip Łajszczak
2022-08-30
1
-0/+18
*
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado
2022-08-30
1
-1/+1
*
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...
Alexandru Mărășteanu
2022-08-30
1
-0/+45
*
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
Nikita Sobolev
2022-08-30
1
-0/+6
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
2
-0/+353
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
1
-0/+3
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Kumar Aditya
2022-08-29
1
-0/+19
*
gh-96357: Improve `typing.get_overloads` coverage (#96358)
Nikita Sobolev
2022-08-29
1
-0/+3
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (#95951)
Nikita Sobolev
2022-08-29
1
-0/+28
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-10/+11
*
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
Vinay Sajip
2022-08-27
1
-0/+8
*
gh-96280: suppress deprecation warning in test_importlib (GH-96281)
Irit Katriel
2022-08-26
1
-1/+3
*
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...
Carl Friedrich Bolz-Tereick
2022-08-26
1
-1/+19
*
Port regression test for issue GH-93592 (GH-96208)
Kristján Valur Jónsson
2022-08-26
1
-0/+24
*
gh-96276: suppress SyntaxWarning in test_compile (GH-96277)
Irit Katriel
2022-08-25
1
-1/+4
*
gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...
Michael Droettboom
2022-08-25
2
-15/+10
*
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry
2022-08-25
1
-0/+7
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
1
-0/+28
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-25
1
-2/+13
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+59
*
gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...
Serhiy Storchaka
2022-08-24
1
-2/+7
*
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...
Irit Katriel
2022-08-24
2
-1/+170
*
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger
2022-08-23
2
-0/+146
*
gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190)
Michael Droettboom
2022-08-23
1
-43/+43
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...
Kevin Kirsche
2022-08-23
1
-1/+15
*
gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)
Jeong YunWon
2022-08-23
1
-0/+5
*
GH-96071: add regression test for #96071 (GH-96137)
Kumar Aditya
2022-08-22
1
-0/+15
*
gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)
Terry Jan Reedy
2022-08-22
1
-3/+5
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes
2022-08-19
1
-0/+8
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-6/+11
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
1
-0/+16
*
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Dong-hee Na
2022-08-18
1
-0/+14
*
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private...
Irit Katriel
2022-08-18
1
-1/+1
[next]