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-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)
Erlend Egeberg Aasland
2022-07-20
1
-2/+1
*
gh-94844: Add pathlib support to shutil archive management (GH-94846)
Oleg Iarygin
2022-07-20
1
-0/+2
*
gh-90654: Remove unneeded blank line (#95044)
Terry Jan Reedy
2022-07-20
1
-1/+0
*
gh-90654: Add item missing from idlelib/NEWS.txt (#95038)
Terry Jan Reedy
2022-07-20
1
-0/+2
*
gh-93370: Don't print deprecated pysqlite version in test_sqlite3 (#95017)
Erlend Egeberg Aasland
2022-07-19
1
-3/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-0/+17
*
test_concurrent_futures: Fix unneeded/confusing format call (#93119)
Florian Bruhin
2022-07-19
1
-1/+1
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (#9...
Shantanu
2022-07-18
1
-0/+8
*
Revert "gh-93910: [Enum] restore member.member restriction while keeping perf...
Ethan Furman
2022-07-18
2
-14/+1
*
Revert "gh-94816: Improve coverage of decode_linetable (GH-94853)" (GH-94982)
Michael Droettboom
2022-07-18
1
-23/+0
*
GH-94822: Don't specialize when metaclasses are involved (GH-94892)
Brandt Bucher
2022-07-18
1
-0/+344
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka
2022-07-18
1
-3/+13
*
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...
Mark Shannon
2022-07-18
1
-18/+29
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)
Shantanu
2022-07-18
1
-0/+5
*
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
Ethan Furman
2022-07-18
2
-10/+42
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...
Thomas Grainger
2022-07-17
3
-13/+0
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
2
-0/+23
*
gh-93910: [Enum] restore member.member restriction while keeping performance ...
Ethan Furman
2022-07-17
2
-1/+14
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
3
-4/+4
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Pablo Galindo Salgado
2022-07-16
1
-2/+31
*
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
Paul Moore
2022-07-16
1
-0/+24
*
gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852)
Michael Droettboom
2022-07-15
1
-0/+22
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
1
-0/+19
*
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)
Michael Droettboom
2022-07-14
1
-0/+7
*
GH-94808: Cover handling non-finite numbers from round when ndigits is provid...
Michael Droettboom
2022-07-14
1
-0/+5
*
gh-94816: Improve coverage of decode_linetable (GH-94853)
Michael Droettboom
2022-07-14
1
-0/+23
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin
2022-07-14
3
-8/+79
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
2
-97/+9
*
idlelib: replace 'while 1' with 'while True' (#94827)
Terry Jan Reedy
2022-07-14
6
-8/+8
*
gh-94499 Add test for private name mangling in class pattern matching (#94500)
da-woods
2022-07-13
1
-0/+14
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
2
-2/+149
*
gh-94713 - Replacing while 1 with while True (#94714)
Itay
2022-07-13
1
-1/+1
*
Fix typo in _exact_ratio comment. (GH-94789)
Benjamin Peterson
2022-07-12
1
-1/+1
*
docs: typing.Self, fix typo (GH-94771)
Max Zhenzhera
2022-07-12
1
-1/+1
*
gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)
Petr Viktorin
2022-07-12
3
-17/+56
*
GH-94736: mark SemLock test as linux only (GH-94750)
Kumar Aditya
2022-07-11
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
2
-2/+32
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
1
-0/+11
*
gh-93883: Fix some tests involving traceback formatting (#94737)
John Belmonte
2022-07-11
1
-4/+0
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
2
-3/+8
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
5
-123/+94
*
Small speed-up for NormalDist.samples (GH-94730)
Raymond Hettinger
2022-07-11
1
-1/+1
*
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
Brandt Bucher
2022-07-10
2
-0/+72
*
Improve dataclass docstring (gh-94686)
Tom Fryers
2022-07-09
1
-9/+8
*
gh-94607: Fix subclassing generics (GH-94610)
Ken Jin
2022-07-09
2
-0/+32
*
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher
2022-07-09
1
-0/+12
*
Increase test coverage of Objects/exceptions.c (GH-94674)
Irit Katriel
2022-07-08
2
-5/+59
*
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner
2022-07-08
2
-60/+0
*
gh-94215: Fix error handling for line-tracing events (GH-94681)
Brandt Bucher
2022-07-08
1
-1/+0
*
gh-93654: Add module docstring to pathlib (GH-94611)
Samuel Sloniker
2022-07-07
1
-0/+7
[next]