summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-90300: split --help output into separate options (#30331)Éric2022-06-011-1/+26
* [doc] Improve discoverability of links between logging documents. (GH-93405)Vinay Sajip2022-06-012-1/+30
* Remove the execution bit to some socket-related files. (#93368)Ezio Melotti2022-06-011-0/+0
* gh-93372: Fix typo in os.rename documentation (GH-93401)Wei-Ting Yang2022-06-011-1/+1
* 📝 Make sure the phrase "constant-time compare" actually appears in the doc...Noah Kantrowitz2022-06-011-1/+1
* gh-93391: fix typo in `array` docs (GH-93392)ynfle2022-05-311-1/+1
* [doc] logging.rst - Change link to point directly to the Google Group. (GH-93...Moshe Kaplan2022-05-311-1/+1
* Remove VOC reference (93333)Carl Bordum Hansen2022-05-311-2/+1
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-312-4/+20
* bpo-42272: fix misleading warning filter message/module docs (#23172)Kevin Locke2022-05-301-6/+10
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-298-8/+11
* gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)Baptiste Mispelon2022-05-281-0/+8
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-271-0/+4
* gh-91243: Document Required and NotRequired (#93173)David Foster2022-05-271-7/+58
* gh-77024: test.support: Improve documentation (#92513)Jelle Zijlstra2022-05-271-42/+68
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-271-0/+5
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-274-5/+23
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-262-0/+7
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-251-0/+9
* gh-90817: Deprecate explicitly locale.resetlocale() (#93196)Victor Stinner2022-05-252-1/+7
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-252-7/+0
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro Hrončok2022-05-251-0/+5
* gh-93103: Enhance PyConfig.parser_debug documentation (#93186)Victor Stinner2022-05-243-2/+13
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-241-0/+43
* Doc: No need to use rst syntax in code comments. (GH-93102)Julien Palard2022-05-231-2/+2
* gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)Nicolas Haller2022-05-232-4/+13
* gh-92913: Fix typos in documentation (GH-93129)Steve Dower2022-05-231-3/+3
* gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)Victor Stinner2022-05-231-38/+24
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-232-7/+119
* gh-89158: Add some REPL secondary prompt markers (#93073)Nicolas Haller2022-05-231-3/+3
* gh-92994: Clarify importlib "check" example (#92995)Shantanu2022-05-231-0/+3
* gh-73137: Added sub-subsection headers for flags in re (#93000)Stanley2022-05-231-30/+42
* binascii docs: strict_mode parameter is keyword-only (#93055)Jelle Zijlstra2022-05-231-1/+1
* termios docs: fix indentation (#93080)Jelle Zijlstra2022-05-221-5/+5
* gh-91362: reword pickle docs to account for nested classes (#92429)Shantanu2022-05-211-6/+6
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-217-9/+16
* gh-93019: Fix markup in zipfile.rst (#93025)Shantanu2022-05-211-1/+1
* Take advantage of math.comb() in the nth_combination() recipe (#93027)Raymond Hettinger2022-05-201-6/+2
* Fix a directive in the `pathlib` docs (GH-93030)Brett Cannon2022-05-201-1/+1
* gh-72073: Add Windows case in pathlib.rename (GH-93002)Stanley2022-05-201-2/+3
* gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9...CAM Gerlach2022-05-2022-25/+25
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-202-5/+74
* Doc: add missing manpage and title references in tkinter docs (#29008)Rafael Fontenelle2022-05-201-2/+3
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-201-1/+1
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-192-4/+31
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-191-0/+2
* gh-92417: `importlib` docs: remove references to unsupported Python versions ...Alex Waygood2022-05-192-10/+7
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)Martin Fischer2022-05-193-0/+7
* gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...Alex Waygood2022-05-191-3/+0
* gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...Alex Waygood2022-05-192-8/+9