Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
fcntlmodule.c
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2024
gh-120296: Fix format string of fcntl.ioctl() audit (#120301)
pygeek
authored
e5a7bc6
View commit details
Copy full SHA for e5a7bc6
View code at this point
Browse repository at this point
Commits on May 24, 2024
gh-69214: Fix fcntl.ioctl() request type (#119498)
Show description for 92fab33
vstinner
authored
92fab33
View commit details
Copy full SHA for 92fab33
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-85283: Build fcntl extension with the limited C API (#116791)
vstinner
authored
97b80af
View commit details
Copy full SHA for 97b80af
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
gh-114321: Expose more constants in the fcntl module (GH-114322)
serhiy-storchaka
authored
1b719b3
View commit details
Copy full SHA for 1b719b3
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Show description for 2b15536
serhiy-storchaka
authored
2b15536
View commit details
Copy full SHA for 2b15536
View code at this point
Browse repository at this point
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Show description for 6353c21
vstinner
authored
6353c21
View commit details
Copy full SHA for 6353c21
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
illia-v
authored
d1e2e0e
View commit details
Copy full SHA for d1e2e0e
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
devnexen
authored
267539b
View commit details
Copy full SHA for 267539b
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Show description for 23c0fb8
rhpvorderman
authored
23c0fb8
View commit details
Copy full SHA for 23c0fb8
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
serhiy-storchaka
authored
9975cc5
View commit details
Copy full SHA for 9975cc5
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
corona10
authored
e9684fa
View commit details
Copy full SHA for e9684fa
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
gousaiyang
authored
7514f4f
View commit details
Copy full SHA for 7514f4f
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
brandtbucher
authored and
Yhg1s
committed
54b32c9
View commit details
Copy full SHA for 54b32c9
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
corona10
authored and
serhiy-storchaka
committed
3bfc8e0
View commit details
Copy full SHA for 3bfc8e0
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Show description for 13f37f2
vinay0410
authored and
miss-islington
committed
13f37f2
View commit details
Copy full SHA for 13f37f2
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Show description for 8cbb5b6
tiran
and
nanjekyejoannah
authored
8cbb5b6
View commit details
Copy full SHA for 8cbb5b6
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
Show description for b409ffa
nierob
authored and
vstinner
committed
b409ffa
View commit details
Copy full SHA for b409ffa
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk1331
authored and
serhiy-storchaka
committed
aa0735f
View commit details
Copy full SHA for aa0735f
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28139: Fix messed up indentation
Show description for 6d57fe1
vadmium
committed
6d57fe1
View commit details
Copy full SHA for 6d57fe1
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Issue #26716: Regenerate Argument Clinic code.
serhiy-storchaka
committed
d6117a4
View commit details
Copy full SHA for d6117a4
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Update fcntl doc: replace IOError with OSError
Show description for d0d5154
vstinner
committed
d0d5154
View commit details
Copy full SHA for d0d5154
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larryhastings
committed
89964c4
View commit details
Copy full SHA for 89964c4
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Issue #22832: Tweaked parameter names for fcntl module to better match
Show description for 17d3a58
serhiy-storchaka
committed
17d3a58
View commit details
Copy full SHA for 17d3a58
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
serhiy-storchaka
committed
483405b
View commit details
Copy full SHA for 483405b
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Show description for 5a8dacf
serhiy-storchaka
committed
5a8dacf
View commit details
Copy full SHA for 5a8dacf
View code at this point
Browse repository at this point
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Show description for d915b08
serhiy-storchaka
committed
d915b08
View commit details
Copy full SHA for d915b08
View code at this point
Browse repository at this point
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
Show description for b7299dd
brettcannon
committed
b7299dd
View commit details
Copy full SHA for b7299dd
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Show description for 049e509
vstinner
committed
049e509
View commit details
Copy full SHA for 049e509
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
af01f66
View commit details
Copy full SHA for af01f66
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.