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
*
Change list to view object (#93661)
Pamela Fox
2022-06-11
1
-1/+1
*
gh-90473: Skip test_queue when threading is not available (GH-93712)
Christian Heimes
2022-06-11
1
-3/+2
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Dennis Sweeney
2022-06-11
1
-0/+61
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
jackh-ncl
2022-06-10
1
-1/+4
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
4
-14/+30
*
GH-93621: reorder code in with/async-with exception exit path to reduce the s...
Irit Katriel
2022-06-10
1
-8/+159
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
3
-65/+36
*
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...
Pablo Galindo Salgado
2022-06-10
1
-0/+21
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+6
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
3
-2/+52
*
gh-90473: Skip get_config_h() tests on WASI (GH-93645)
Christian Heimes
2022-06-09
2
-2/+7
*
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Christian Heimes
2022-06-09
2
-4/+4
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
Serhiy Storchaka
2022-06-09
3
-2/+24
*
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
Christian Heimes
2022-06-09
1
-37/+38
*
gh-79096: Fix/improve http cookiejar tests (GH-93614)
Christian Heimes
2022-06-08
1
-18/+14
*
gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
Christian Heimes
2022-06-08
2
-5/+19
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
1
-0/+8
*
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...
Bluenix
2022-06-08
2
-4/+57
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
3
-1/+37
*
GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93483)
Irit Katriel
2022-06-07
1
-2/+7
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
2
-10/+78
*
gh-93162: test_config_queue_handler requires threading (GH-93572)
Christian Heimes
2022-06-07
1
-0/+1
*
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Mark Shannon
2022-06-07
3
-3/+3
*
gh-57539: Increase calendar test coverage (GH-93468)
Hugo van Kemenade
2022-06-07
1
-0/+13
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
4
-31/+232
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
Pascal Wittmann
2022-06-07
2
-2/+33
*
Grammar fix to socket error string (GH-93523)
Evorage
2022-06-07
1
-1/+1
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
2
-8/+36
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
17
-5/+70
*
gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536)
Christian Heimes
2022-06-06
1
-2/+9
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes
2022-06-06
2
-2/+6
*
gh-93247: Fix assert function in asyncio locks test (#93248)
Cyker Way
2022-06-06
1
-1/+1
*
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Serhiy Storchaka
2022-06-05
2
-7/+137
*
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Christian Heimes
2022-06-05
3
-23/+17
*
gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)
Neil Schemenauer
2022-06-05
1
-0/+3
*
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
Neil Schemenauer
2022-06-05
1
-0/+4
*
[doc] Correct a grammatical error in a docstring. (GH-93441)
Colin Delahunty
2022-06-04
1
-1/+1
*
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...
jackh-ncl
2022-06-04
1
-0/+1
*
netrc: Remove unused "import shlex" (#93311)
Ulises Ojeda
2022-06-04
1
-1/+1
*
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...
Barney Gale
2022-06-03
2
-0/+7
*
gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)
Christian Heimes
2022-06-03
2
-0/+7
*
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
Victor Stinner
2022-06-03
1
-1/+1
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin
2022-06-03
2
-4/+30
*
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
Dong-hee Na
2022-06-03
2
-1/+22
*
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
[next]