summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)Oleg Iarygin2022-05-171-0/+2
* bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)Zackery Spytz2022-05-171-0/+1
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-161-0/+6
* gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)Batuhan Taskaya2022-05-161-0/+1
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Serhiy Storchaka2022-05-161-0/+2
* gh-92781: Avoid mixing declarations and code in C API (#92783)Victor Stinner2022-05-151-0/+3
* gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)Christian Heimes2022-05-141-0/+2
* GH-92804: Fix memory leak in memoryview iterator (gh-92805)Kumar Aditya2022-05-141-0/+1
* gh-85858: Remove PyUnicode_InternImmortal() function (#92579)Victor Stinner2022-05-132-0/+3
* GH-92236: Remove spurious "line" event when starting coroutine or generator. ...Mark Shannon2022-05-131-0/+2
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Christian Heimes2022-05-131-0/+1
* Check result of utc_to_seconds and skip fold probe in pure Python (#91582)Paul Ganssle2022-05-122-0/+11
* gh-91578: improved error message when trying to instantiate an abstract class...ravi1402222022-05-121-0/+1
* gh-92514: Remove unused test.support.BasicTestRunner (#92515)Jelle Zijlstra2022-05-121-0/+1
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-122-0/+2
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-121-0/+5
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-111-0/+3
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)狂男风2022-05-111-0/+1
* gh-91810: ElementTree: Use text file's encoding by default in XML declaration...Serhiy Storchaka2022-05-111-0/+5
* gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)Serhiy Storchaka2022-05-111-0/+1
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-111-2/+0
* bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)Bar Harel2022-05-101-0/+3
* bpo-43689: improve documentation for Differ (GH-25132)Jürgen Gmach2022-05-101-0/+1
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-101-0/+3
* gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...Irit Katriel2022-05-101-0/+1
* bpo-13553: Document tkinter.Tk args (#4786)Cheryl Sabella2022-05-101-0/+1
* gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)Barney Gale2022-05-101-0/+2
* gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)Gregory P. Smith2022-05-092-3/+2
* bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)Mariusz Felisiak2022-05-091-0/+1
* Fix inconsistent return type for statistics median_grouped() gh-92531 (#92533)Raymond Hettinger2022-05-091-0/+3
* bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)Ma Lin2022-05-091-0/+1
* gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)David CARLIER2022-05-081-0/+1
* gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)Gregory P. Smith2022-05-081-0/+4
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-081-0/+5
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-0/+7
* Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)Marc Mueller2022-05-082-0/+4
* gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)Matthew Rahtz2022-05-081-0/+1
* gh-92448: Update the documentation builder to render the GitHub issue. (GH-92...Dong-hee Na2022-05-088-10/+10
* Python 3.11.0b1Pablo Galindo2022-05-06211-417/+2145
* gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)Brandt Bucher2022-05-061-0/+2
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-061-0/+5
* gh-90997: Show cached inline values in `dis` output (#92360)Brandt Bucher2022-05-061-0/+2
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-061-0/+3
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-061-0/+2
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-0/+4
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-062-0/+4
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-061-0/+5
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-061-0/+1
* bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)Mariusz Felisiak2022-05-061-0/+1
* NEWS: Reorder items by section (GH-92373)Inada Naoki2022-05-066-214/+214