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-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
*
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...
Serhiy Storchaka
2022-05-31
1
-0/+2
*
bpo-42272: fix misleading warning filter message/module docs (#23172)
Kevin Locke
2022-05-30
1
-0/+3
*
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
Sergei Izmailov
2022-05-29
1
-0/+1
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
1
-0/+2
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso
2022-05-28
1
-0/+1
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-0/+2
*
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Yury Selivanov
2022-05-27
1
-0/+1
*
bpo-46951: Order contents of zipapps (GH-31713)
hfinucane
2022-05-27
1
-0/+1
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-0/+3
*
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
Dennis Sweeney
2022-05-27
1
-0/+1
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
2
-0/+10
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-26
1
-0/+2
*
gh-93217: fix some issues in man page and --help (#93219)
Éric
2022-05-26
1
-3/+16
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
1
-0/+1
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
1
-0/+3
*
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin
2022-05-25
1
-0/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-0/+4
*
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso
2022-05-25
1
-0/+1
*
gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)
Victor Stinner
2022-05-25
1
-0/+2
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
2
-0/+4
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-0/+1
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
1
-0/+1
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
2
-0/+6
*
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...
Sam Ezeh
2022-05-23
1
-0/+2
*
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso
2022-05-23
1
-0/+1
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney
2022-05-23
1
-0/+1
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
1
-0/+4
[next]