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
*
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Erlend Egeberg Aasland
2021-09-08
1
-53/+0
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
1
-26/+0
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Yurii Karabas
2021-09-08
1
-0/+10
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
3
-82/+12
*
Add more itertool recipes (GH-28165)
Raymond Hettinger
2021-09-07
1
-0/+23
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
Victor Stinner
2021-09-07
1
-4/+7
*
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...
Nikita Sobolev
2021-09-07
1
-0/+18
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
1
-4/+0
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Pablo Galindo Salgado
2021-09-07
1
-0/+172
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
1
-2/+0
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
2
-11/+47
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
1
-8/+8
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Raymond Hettinger
2021-09-05
1
-0/+49
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
3
-6/+21
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Serhiy Storchaka
2021-09-04
1
-2/+8
*
bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154)
Serhiy Storchaka
2021-09-04
1
-0/+79
*
Handle different string hash algorithms correctly (#28147)
Brandt Bucher
2021-09-04
1
-6/+9
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-5/+5
*
bpo-43950: support positions for dis.Instructions created through dis.Bytecod...
Batuhan Taskaya
2021-09-03
1
-0/+5
*
bpo-45083: Include the exception class qualname when formatting an exception ...
Irit Katriel
2021-09-03
2
-0/+27
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Yurii Karabas
2021-09-02
1
-1/+21
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
1
-0/+7
*
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
Inada Naoki
2021-09-02
2
-5/+12
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
3
-31/+27
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
2
-129/+5
*
bpo-40360: Deprecate the lib2to3 package (GH-28116)
Victor Stinner
2021-09-02
1
-1/+1
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
3
-14/+15
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-0/+28
*
bpo-45057: Simplify RegressionTestResult (GH-28081)
Serhiy Storchaka
2021-08-31
1
-31/+2
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
3
-3/+3
*
bpo-39218: Improve accuracy of variance calculation (GH-27960)
Raymond Hettinger
2021-08-31
1
-0/+3
*
bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
Dong-hee Na
2021-08-30
1
-0/+13
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miguel Brito
2021-08-29
1
-0/+55
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
29
-11/+121
*
bpo-25130: Make unit-test about restricting the maximum number of nested bloc...
Carl Friedrich Bolz-Tereick
2021-08-28
1
-32/+35
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
chilaxan
2021-08-27
1
-16/+31
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
wouter bolsterlee
2021-08-26
1
-0/+2
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
4
-7/+10
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
1
-4/+12
*
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
Ken Jin
2021-08-25
1
-0/+5
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
Dong-hee Na
2021-08-25
1
-0/+4
*
bpo-44929: [Enum] Fix global repr (GH-27789)
Pablo Galindo Salgado
2021-08-25
1
-11/+57
*
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Brandt Bucher
2021-08-25
1
-0/+25
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
1
-2/+861
*
bpo-43826: Fix resource warning due to unclosed objects. (GH-25381)
Karthikeyan Singaravelan
2021-08-24
1
-0/+5
*
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...
Ammar Askar
2021-08-24
2
-9/+31
*
bpo-44980: fix test_constructor to return None value (GH-27898)
andrei kulakov
2021-08-23
1
-1/+1
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Serhiy Storchaka
2021-08-23
1
-0/+12
*
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
Mark Dickinson
2021-08-23
1
-2/+2
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
2
-1/+13
[next]