cpython/Doc/howto
Masaru Tsuchiyama de2a4036cb
gh-108277: Add os.timerfd_create() function (#108382)
Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to os module.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
2023-10-07 19:33:22 +02:00
..
annotations.rst gh-107432 Fix incorrect indentation in annotations HOWTO (#107445) 2023-08-05 14:28:28 +03:00
argparse.rst gh-54738: Add argparse i18n howto (#104562) 2023-07-23 11:10:38 +02:00
clinic.rst gh-108494: Argument Clinic: Document how to generate code that uses the limited C API (#108584) 2023-08-30 16:02:48 +02:00
cporting.rst gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) 2022-08-04 10:13:49 +03:00
curses.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
descriptor.rst gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) 2023-07-27 18:44:32 +03:00
enum.rst gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704) 2023-08-31 12:45:12 -07:00
functional.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
index.rst gh-108277: Add os.timerfd_create() function (#108382) 2023-10-07 19:33:22 +02:00
instrumentation.rst gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) 2023-07-23 22:56:56 +02:00
ipaddress.rst bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) 2021-07-27 10:57:52 +02:00
isolating-extensions.rst docs: fix grammar in isolating-extensions.rst (#108037) 2023-08-21 15:41:34 +00:00
logging-cookbook.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
logging.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
logging_flow.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
perf_profiling.rst Fix env var typo in perf profiling docs (#110404) 2023-10-05 20:27:19 +03:00
pyporting.rst gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) 2023-08-24 11:28:23 +02:00
regex.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
sockets.rst Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) 2022-06-09 15:55:06 +02:00
sorting.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
timerfd.rst gh-108277: Add os.timerfd_create() function (#108382) 2023-10-07 19:33:22 +02:00
unicode.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
urllib2.rst gh-101100: Fix references to `URLError and HTTPError in howto/urllib2.rst` (#107966) 2023-09-29 08:35:29 +00:00