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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale
2022-02-02
2
-130/+76
*
bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)
Nikita Sobolev
2022-02-02
1
-6/+5
*
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger
2022-02-02
1
-0/+4
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
2
-1/+31
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner
2022-02-02
1
-4/+11
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
3
-2/+6
*
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
Brandt Bucher
2022-02-01
1
-1/+1
*
bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)
Victor Stinner
2022-02-01
1
-11/+14
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Emiya
2022-02-01
2
-0/+12
*
bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024)
Nikita Sobolev
2022-02-01
1
-6/+2
*
bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
Irit Katriel
2022-02-01
1
-2/+2
*
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
Nikita Sobolev
2022-02-01
1
-0/+7
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Victor Stinner
2022-01-31
4
-23/+45
*
Fix a `UnboundLocalError` bug in `test_sysconfig` (GH-31000)
Brett Cannon
2022-01-29
1
-2/+2
*
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale
2022-01-28
2
-8/+61
*
bpo-43112: detect musl as a separate SOABI (GH-24502)
Natanael Copa
2022-01-28
1
-4/+4
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-28
2
-3/+20
*
bpo-46458: Add tests for context of exception in finally block (GH-30986)
Irit Katriel
2022-01-28
1
-0/+50
*
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
Zackery Spytz
2022-01-28
1
-1/+1
*
bpo-46553: allow bare typing.ClassVar annotations (#30983)
Gregory Beauregard
2022-01-28
2
-2/+6
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
4
-200/+239
*
bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (#30913)
Nikita Sobolev
2022-01-28
1
-12/+18
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Victor Stinner
2022-01-28
1
-6/+13
*
bpo-46098: Add test for multiline syntax error traceback (GH-30695)
Russel Webber
2022-01-27
1
-7/+41
*
bpo-44734: Fix floating point precision in test_turtle (GH-30910)
Karolina Surma
2022-01-27
1
-1/+1
*
bpo-46458: emit code for else of a try block immediately after the try body (...
Irit Katriel
2022-01-27
3
-69/+214
*
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...
Serhiy Storchaka
2022-01-27
3
-5/+60
*
bpo-46544: Do not leak `x` and `uspace` in textwrap.TextWrapper (GH-30955)
Nikita Sobolev
2022-01-27
1
-4/+1
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Kinshuk Dua
2022-01-27
1
-3/+19
*
bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930)
Christian Heimes
2022-01-27
1
-2/+7
*
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Gregory P. Smith
2022-01-27
10
-25/+323
*
bpo-46496: news11-10 for bpo45296 (GH-30937)
Terry Jan Reedy
2022-01-27
1
-0/+6
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Terry Jan Reedy
2022-01-27
2
-11/+13
*
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
Gregory Beauregard
2022-01-27
2
-3/+17
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
5
-12/+8
*
bpo-43853: Expand test suite for SQLite UDF's (GH-27642)
Erlend Egeberg Aasland
2022-01-26
1
-64/+64
*
bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)
Jelle Zijlstra
2022-01-26
1
-2/+16
*
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
Nikita Sobolev
2022-01-26
1
-0/+9
*
bpo-45578: add a test case for `dis.findlabels` (GH-30058)
Nikita Sobolev
2022-01-26
1
-0/+10
*
bpo-46431: use raw string for regex in test (GH-30901)
Irit Katriel
2022-01-25
1
-1/+1
*
Add skips to crashing tests under sanitizers instead of manually skipping the...
Pablo Galindo Salgado
2022-01-25
6
-6/+33
*
bpo-46091: Correctly calculate indentation levels for whitespace lines with c...
Pablo Galindo Salgado
2022-01-25
3
-3/+130
*
Refactor sanitiser skip tests into test.support (GH-30889)
Pablo Galindo Salgado
2022-01-25
3
-34/+42
*
bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (GH-30890)
Victor Stinner
2022-01-25
1
-0/+3
*
bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them...
Irit Katriel
2022-01-25
2
-5/+11
*
bpo-46510: simplify exception handling code in xmlrpc (GH-30878)
Irit Katriel
2022-01-25
1
-31/+15
*
bpo-46510: update Python2-style exception handling in argparse (GH-30881)
Kumar Aditya
2022-01-25
1
-6/+4
*
Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...
Raymond Hettinger
2022-01-25
1
-393/+0
*
bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)
Terry Jan Reedy
2022-01-25
1
-0/+12
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
41
-23/+136
[next]