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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...
Pablo Galindo Salgado
2022-06-13
1
-0/+3
*
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...
Serhiy Storchaka
2022-06-12
1
-0/+5
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes
2022-06-11
1
-0/+2
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Dennis Sweeney
2022-06-11
1
-0/+1
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
jackh-ncl
2022-06-10
1
-0/+1
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Oleg Iarygin
2022-06-10
1
-0/+2
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
1
-0/+6
*
GH-93621: reorder code in with/async-with exception exit path to reduce the s...
Irit Katriel
2022-06-10
1
-0/+1
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
1
-0/+2
*
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...
Pablo Galindo Salgado
2022-06-10
1
-0/+2
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+3
*
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes
2022-06-10
1
-0/+1
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
1
-0/+2
*
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Christian Heimes
2022-06-09
1
-0/+2
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-0/+3
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
Serhiy Storchaka
2022-06-09
1
-0/+3
*
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
Christian Heimes
2022-06-09
1
-0/+2
*
gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
Christian Heimes
2022-06-08
1
-0/+4
*
gh-93584: Make all install+tests targets depends on all (GH-93589)
Christian Heimes
2022-06-08
1
-0/+2
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
1
-0/+3
*
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...
Bluenix
2022-06-08
1
-0/+4
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
2
-0/+2
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
1
-0/+3
*
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Mark Shannon
2022-06-07
1
-0/+1
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Andreas Grommek
2022-06-07
1
-0/+1
*
gh-57539: Increase calendar test coverage (GH-93468)
Hugo van Kemenade
2022-06-07
2
-0/+2
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
1
-0/+4
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
Pascal Wittmann
2022-06-07
1
-0/+1
*
gh-86986: bump min sphinx version to 3.2 (GH-93337)
Davide Rizzo
2022-06-07
1
-0/+1
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
1
-0/+3
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-0/+2
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+2
*
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Serhiy Storchaka
2022-06-05
1
-0/+3
*
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Christian Heimes
2022-06-05
2
-0/+3
*
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
Neil Schemenauer
2022-06-05
1
-0/+3
*
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...
jackh-ncl
2022-06-04
1
-0/+1
*
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b...
Irit Katriel
2022-06-03
1
-0/+1
*
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...
Barney Gale
2022-06-03
1
-0/+2
*
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin
2022-06-03
1
-0/+1
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin
2022-06-03
1
-0/+4
*
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
Dong-hee Na
2022-06-03
1
-0/+3
*
gh-93356: Lay out exception handling code at end of code unit (GH-92769)
Irit Katriel
2022-06-02
1
-0/+1
*
gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...
Eric V. Smith
2022-06-01
1
-0/+2
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
2
-2/+28
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Pablo Galindo Salgado
2022-05-31
1
-0/+2
*
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...
Dennis Sweeney
2022-05-31
1
-0/+1
*
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
Christian Heimes
2022-05-31
1
-0/+1
*
gh-93283: Improve error message for f-string with invalid conversion characte...
Serhiy Storchaka
2022-05-31
1
-0/+2
*
GH-93354: Use exponential backoff to avoid excessive specialization attempts....
Mark Shannon
2022-05-31
1
-0/+3
*
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
1
-0/+3
[next]