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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0/+8
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-26
1
-0/+2
*
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
1
-0/+5
*
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
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-23
1
-0/+1
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
1
-0/+2
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-0/+3
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
1
-0/+3
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
David Machaj
2022-05-19
1
-0/+1
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-0/+2
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
1
-0/+2
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
1
-0/+2
*
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
Michael Osipov
2022-05-19
1
-0/+1
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz
2022-05-19
1
-0/+2
*
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...
David Foster
2022-05-19
1
-0/+2
*
GH-92955: fix memory leak in code object lines and positions iterators (gh-92...
Kumar Aditya
2022-05-19
1
-0/+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-0/+1
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-0/+2
*
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...
Ayappan Perumal
2022-05-19
1
-0/+3
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Serhiy Storchaka
2022-05-19
1
-0/+1
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
1
-0/+2
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
1
-0/+1
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
1
-0/+2
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin
2022-05-17
1
-0/+2
*
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Zackery Spytz
2022-05-17
1
-0/+1
[next]