summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Update the SOURCE_URI in pyspecific.py to point to the new branchPablo Galindo2022-05-081-1/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-05-081-0/+55
|\
| * gh-92308: Add Pending Removal section to 3.11 What's New (#92309)Erlend Egeberg Aasland2022-05-071-0/+55
* | Python 3.12.0a0Pablo Galindo2022-05-084-7/+123
* | Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1Pablo Galindo2022-05-061-1/+1
|/
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-061-1/+9
* gh-92368: Fix missing possessive apostrophe (#92397)gophra2022-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-061-0/+8
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-062-0/+13
* 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-063-1/+16
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-061-0/+21
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-061-2/+5
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-061-2/+6
* update argparse's doc of append action. (#92344)Hai Shi2022-05-061-2/+4
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-064-6/+27
* gh-57684: Document safe path in What's New in Python 3.11 (#92362)Victor Stinner2022-05-062-0/+12
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-062-35/+56
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-054-18/+93
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-051-8/+15
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-4/+47
* minor hashlib doc example cleanup. (#92340)Gregory P. Smith2022-05-051-8/+6
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-051-0/+11
* gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)Robert Howlett2022-05-051-1/+1
* gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)Sebastian Rittau2022-05-051-16/+1
* Fix typo in Sorting howto (#92280)Carl Meyer2022-05-041-2/+2
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-031-0/+6
* gh-87304: Improve comments in language reference for imports (#92164)Robert Yang2022-05-031-3/+3
* Improve the typing docs (#92264)Jelle Zijlstra2022-05-031-34/+33
* gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)Victor Stinner2022-05-032-4/+4
* bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)David CARLIER2022-05-031-0/+9
* Link to GitHub instead of BPO for CPython bug tracker (GH-92221)slateny2022-05-032-9/+3
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-032-2/+14
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-032-0/+19
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-031-0/+5
* Fix doc warnings in What's New in 3.11 (GH-92215)Ken Jin2022-05-031-1/+1
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-022-0/+13
* bpo-46586: Fix more erroneous doc links to builtins (#31429)Meer Suri2022-05-023-3/+3
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-2/+13
* bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)Yassir Karroum2022-05-021-1/+1
* importlib docs: Update importlib.abc hierarchy (#31113)David Gilbertson2022-05-021-4/+3
* Fix duplicate word. (GH-92182)Benjamin Peterson2022-05-021-1/+1
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-021-0/+9
* gh-91783: Document security considerations for shutil.unpack_archive (#91844)Sam Ezeh2022-05-021-1/+7
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-021-5/+12
* gh-92082: contextlib docs: Change aclosing from a class to a function for con...Thaddeus14992022-05-021-1/+1
* gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...slateny2022-05-021-2/+5
* asyncio.subprocess: Fix a typo in doc (#92030)Harsh2022-05-021-1/+1