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-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
5
-3/+20
*
gh-93356: Lay out exception handling code at end of code unit (GH-92769)
Irit Katriel
2022-06-02
1
-43/+42
*
gh-84461: Skip new async logging tests on Emscripten (GH-93427)
Christian Heimes
2022-06-02
1
-0/+3
*
gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...
Eric V. Smith
2022-06-01
1
-0/+1
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
1
-12/+33
*
Remove the execution bit to some socket-related files. (#93368)
Ezio Melotti
2022-06-01
2
-0/+0
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Pablo Galindo Salgado
2022-05-31
1
-0/+8
*
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...
Dennis Sweeney
2022-05-31
4
-4/+187
*
gh-93283: Improve error message for f-string with invalid conversion characte...
Serhiy Storchaka
2022-05-31
1
-11/+22
*
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...
Serhiy Storchaka
2022-05-31
1
-1/+7
*
gh-93351: Ensure the position information in AST nodes created by the parser ...
Pablo Galindo Salgado
2022-05-30
1
-0/+27
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
luzpaz
2022-05-30
1
-2/+2
*
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
Sergei Izmailov
2022-05-29
1
-0/+95
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso
2022-05-28
1
-0/+6
*
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Yury Selivanov
2022-05-27
1
-13/+6
*
gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility ...
Ethan Furman
2022-05-27
2
-3/+11
*
bpo-46951: Order contents of zipapps (GH-31713)
hfinucane
2022-05-27
2
-1/+17
*
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
Dennis Sweeney
2022-05-27
2
-97/+103
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
2
-0/+14
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-26
1
-11/+31
*
gh-91513: Tidied up a test and did minor refactoring around test filename gen...
Vinay Sajip
2022-05-26
1
-23/+25
*
test.pythoninfo logs more build info (#93225)
Victor Stinner
2022-05-26
1
-3/+47
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
2
-7/+80
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
12
-45/+36
*
gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)
Steve Dower
2022-05-25
1
-1/+1
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
1
-1/+11
*
gh-93124: Fix typos in comments (GH-93125)
Akuli
2022-05-25
4
-6/+6
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
7
-6/+21
*
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin
2022-05-25
1
-0/+1
*
gh-93117: Remove too large sqlite3 bigmemtest (#93154)
Erlend Egeberg Aasland
2022-05-25
1
-8/+1
*
test_threaded_import: Fix unittest.main spelling (GH-93114)
Florian Bruhin
2022-05-25
1
-1/+1
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
5
-5/+54
*
gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076)
Tobin Yehle
2022-05-25
1
-1/+1
*
test.pythoninfo no longer requires socket (#93191)
Victor Stinner
2022-05-25
1
-1/+4
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-0/+68
*
GH-89369: test_contextlib_async finalizes event loop after each test (#93074)
Kumar Aditya
2022-05-24
1
-7/+4
*
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
Florian Bruhin
2022-05-24
1
-0/+1
*
gh-93099: Fix _pyio to use locale module properly (gh-93136)
Dong-hee Na
2022-05-24
2
-8/+15
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
1
-0/+35
*
gh-93118: [Enum] fix error message (GH-93138)
Ethan Furman
2022-05-23
1
-2/+3
*
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...
Sam Ezeh
2022-05-23
2
-0/+13
*
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso
2022-05-23
2
-9/+15
*
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
Steve Dower
2022-05-23
1
-5/+5
*
GH-93115: Fix version check in sqlite3 module constants test (#93116)
Florian Bruhin
2022-05-23
1
-18/+18
*
gh93107: [Enum] fix missing variable in global_str (GH-93107)
Ethan Furman
2022-05-23
2
-0/+12
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney
2022-05-23
1
-0/+52
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes
2022-05-23
8
-0/+29
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-23
1
-0/+22
*
Clean up the sqlite3 tests (GH-93056)
Serhiy Storchaka
2022-05-21
2
-33/+23
*
Improve tests for opening Sqlite by URI (GH-93047)
Serhiy Storchaka
2022-05-21
1
-5/+42
[next]