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
...
*
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...
Barney Gale
2023-03-05
1
-1/+4
*
gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)
Alex Waygood
2023-03-05
1
-19/+2
*
GH-102341: Improve the test function for pow (#102342)
Partha P. Mukherjee
2023-03-05
1
-6/+5
*
Fix unused classes in a typing test (GH-102437)
JosephSBoyle
2023-03-05
1
-2/+2
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Yeojin Kim
2023-03-05
2
-3/+32
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
1
-0/+10
*
GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
Kumar Aditya
2023-03-05
1
-1/+1
*
gh-101992: update pstlib module documentation (#102133)
Dustin Rodrigues
2023-03-04
1
-7/+16
*
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Jaysinh Shukla
2023-03-04
2
-13/+20
*
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
Gouvernathor
2023-03-04
1
-1/+1
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
1
-0/+20
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
1
-0/+25
*
gh-102324: Improve tests of `typing.override` (#102325)
Nikita Sobolev
2023-03-03
1
-4/+95
*
Fix typos in documentation and comments (GH-102374)
Michael K
2023-03-02
1
-1/+1
*
gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365)
Hyunkyun Moon
2023-03-02
1
-9/+2
*
gh-102088 Optimize iter_index itertools recipe (GH-102360)
Stefan Pochmann
2023-03-02
1
-0/+3
*
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon
2023-03-01
3
-3/+19
*
gh-87092: Make jump target label equal to the offset of the target in the ins...
Irit Katriel
2023-02-28
3
-57/+47
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-3/+3
*
IDLE: Simplify DynOptionsMenu __init__code (#101371)
JosephSBoyle
2023-02-28
1
-14/+11
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
2
-0/+79
*
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev
2023-02-27
1
-3/+2
*
gh-101773: Optimize creation of Fractions in private methods (#101780)
Sergey B Kirpichev
2023-02-27
3
-34/+48
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
2
-284/+830
*
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney
2023-02-27
1
-0/+20
*
gh-91038: Change default argument value to `False` instead of `0` (#31621)
Rotzbua
2023-02-27
1
-1/+1
*
gh-102252: Improve coverage of test_bool.py (#102253)
Eclips4
2023-02-25
1
-0/+6
*
gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module ...
Jason R. Coombs
2023-02-25
7
-51/+87
*
gh-101997: Update bundled pip version to 23.0.1 (#101998)
Pradyun Gedam
2023-02-25
2
-1/+1
*
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
SKO
2023-02-25
1
-6/+7
*
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...
Ionite
2023-02-24
1
-0/+81
*
gh-102209: Disable the timeout in test_implied_dirs_performance. (#102225)
Jason R. Coombs
2023-02-24
1
-1/+2
*
gh-102158: Add tests for `softkwlist` (#102159)
Eclips4
2023-02-24
1
-0/+18
*
Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)
Jacob Bower
2023-02-23
1
-73/+75
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
2
-128/+148
*
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...
Zackery Spytz
2023-02-23
2
-0/+8
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
2
-1/+6
*
gh-87634: remove locking from functools.cached_property (GH-101890)
Carl Meyer
2023-02-23
2
-54/+9
*
Few coverage nitpicks for the cmath module (#102067)
Sergey B Kirpichev
2023-02-22
2
-0/+11
*
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Hyunkyun Moon
2023-02-21
2
-2/+2
*
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...
Vo Hoang Long
2023-02-21
2
-1/+2
*
gh-102008: simplify test_except_star by using sys.exception() instead of sys....
Irit Katriel
2023-02-21
1
-25/+19
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
2
-12/+29
*
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel
2023-02-20
1
-0/+31
*
gh-101566: Sync with zipp 3.14. (GH-102018)
Jason R. Coombs
2023-02-20
5
-56/+211
*
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Tim Hatch
2023-02-20
2
-0/+64
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-1/+90
*
gh-100210: Correct the comment link for unescaping HTML (#100212)
Jean-Christophe Amiel
2023-02-19
1
-1/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
3
-10/+11
*
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Jason R. Coombs
2023-02-18
14
-127/+237
[prev]
[next]