cpython/Doc/howto
Alex Waygood b2afdc95cc
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Modify the ``EnumType.__dir__()`` and ``Enum.__dir__()`` to ensure
that user-defined methods and methods inherited from mixin classes always
show up in the output of `help()`. This change also makes it easier for
IDEs to provide auto-completion.
2021-12-02 08:49:52 -08:00
..
annotations.rst Fix markup buglet in Doc/howto/annotations.rst (#29802) 2021-11-26 14:10:01 -08:00
argparse.rst bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) 2020-12-23 09:40:56 -08:00
clinic.rst bpo-45320: Remove long-deprecated inspect methods (GH-28618) 2021-10-20 20:48:55 +02:00
cporting.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
curses.rst Remove effbot urls (GH-26308) 2021-05-22 14:09:54 +02:00
descriptor.rst bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) 2021-11-19 19:43:49 +01:00
enum.rst bpo-45535: Improve output of Enum ``dir()`` (GH-29316) 2021-12-02 08:49:52 -08:00
functional.rst bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) 2021-10-06 16:51:55 +02:00
index.rst bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) 2021-05-01 21:19:24 -07:00
instrumentation.rst bpo-43774: Add more links to configure options (GH-25363) 2021-04-12 23:27:35 +02:00
ipaddress.rst bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) 2021-07-27 10:57:52 +02:00
logging-cookbook.rst [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) 2021-11-29 13:06:52 +00:00
logging.rst bpo-43648: Remove redundant datefmt option in logging file config (GH-25051) 2021-03-29 07:16:19 -07:00
logging_flow.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) 2018-07-01 16:02:52 +09:00
pyporting.rst Fix 404 link to the pyporting mailing list (GH-27320) 2021-08-04 20:53:58 +02:00
regex.rst bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) 2019-04-17 15:43:30 -07:00
sockets.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
sorting.rst Add doctests (GH-25474) 2021-04-19 14:12:36 -07:00
unicode.rst bpo-42236: Enhance init and encoding documentation (GH-23109) 2020-11-02 16:49:54 +01:00
urllib2.rst Simple typo fix (GH-24448) 2021-02-05 10:17:01 -08:00