summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1Pablo Galindo2022-05-063-6/+6
* Python 3.11.0b1Pablo Galindo2022-05-06212-440/+2171
* gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)Brandt Bucher2022-05-062-7/+11
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-065-21/+171
* gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)Victor Stinner2022-05-061-3/+3
* gh-90997: Show cached inline values in `dis` output (#92360)Brandt Bucher2022-05-064-26/+126
* gh-92368: Fix missing possessive apostrophe (#92397)gophra2022-05-061-1/+1
* gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)Victor Stinner2022-05-061-1/+1
* Fix What's New: use :gh: instead of :issue: (#92395)Serhiy Storchaka2022-05-061-1/+1
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-068-23/+75
* Add source for character mappings (#92014)slateny2022-05-061-0/+1
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-063-0/+15
* gh-84461: Skip network require tests on Emscripten (GH-92383)Christian Heimes2022-05-063-3/+4
* Enum docs: Remove unnecessary apostrophes (#92382)Alex Waygood2022-05-061-2/+2
* Document the lifetime of `PyUnicode_AsUTF8String` (#92325)Matt Wozniski2022-05-061-1/+2
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-064-1/+20
* Don't apply 'stale' label to issues (#91501)Hugo van Kemenade2022-05-061-1/+2
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-065-4/+219
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-064-11/+43
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-063-3/+9
* bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)Mariusz Felisiak2022-05-062-4/+4
* NEWS: Reorder items by section (GH-92373)Inada Naoki2022-05-066-214/+214
* Issues/88027: A potential double free in list_sort_impl (#92367)Tim Peters2022-05-061-1/+3
* gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)Alexey Izbyshev2022-05-063-9/+29
* gh-92356: Fix regression in ctypes function call overhead (#92357)Michael Droettboom2022-05-062-0/+2
* update argparse's doc of append action. (#92344)Hai Shi2022-05-061-2/+4
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-066-9/+32
* gh-57684: Document safe path in What's New in Python 3.11 (#92362)Victor Stinner2022-05-062-0/+12
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-068-15/+33
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-066-178/+778
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-0520-35/+174
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-059-28/+73
* gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)Christian Heimes2022-05-051-0/+3
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-054-6/+80
* gh-92135: test_cppext requires subprocess (GH-92349)Christian Heimes2022-05-051-0/+1
* gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)Christian Heimes2022-05-051-0/+3
* gh-92345: Import rlcompleter before sys.path is extended (#92346)Christian Heimes2022-05-053-3/+15
* gh-87390: Fix starred tuple equality and pickling (GH-92337)Serhiy Storchaka2022-05-054-0/+31
* minor hashlib doc example cleanup. (#92340)Gregory P. Smith2022-05-051-8/+6
* gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)Alexey Izbyshev2022-05-052-18/+72
* gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...Irit Katriel2022-05-052-0/+43
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-057-14/+184
* bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)Vlad Hoi2022-05-054-1/+16
* bpo-43857: Improve the AttributeError message when deleting a missing attribu...Géry Ogam2022-05-054-5/+62
* gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)Robert Howlett2022-05-051-1/+1
* gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)Victor Stinner2022-05-051-24/+56
* Clean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)Raymond Hettinger2022-05-052-96/+54
* Allow translating argument error messages (#17169)DjMorgul2022-05-051-1/+1
* bpo-46764: Fix wrapping bound method with @classmethod (#31367)Michael J. Sullivan2022-05-053-8/+11
* gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)Sebastian Rittau2022-05-051-16/+1