FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/fcntlmodule.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
fcntlmodule.c
on
pythoncapi
User selector
Datepicker
Commit history
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
Commits on Dec 1, 2013
Issue #18994: Add a missing check for a return value in fcntmodule. Patch by
Show description for 5abca14
cf-natali
committed
5abca14
View commit details
Copy full SHA for 5abca14
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Merge #18985: Improve fcntl documentation.
bitdancer
committed
589327e
View commit details
Copy full SHA for 589327e
View code at this point
Browse repository at this point
#18985: Improve fcntl documentation.
Show description for d5a2f0b
bitdancer
committed
d5a2f0b
View commit details
Copy full SHA for d5a2f0b
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Issue #19147: merge from 3.3
ned-deily
committed
f55697c
View commit details
Copy full SHA for f55697c
View code at this point
Browse repository at this point
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
ned-deily
committed
2a8b3f2
View commit details
Copy full SHA for 2a8b3f2
View code at this point
Browse repository at this point
Commits on May 20, 2013
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Show description for 74ca886
cf-natali
committed
74ca886
View commit details
Copy full SHA for 74ca886
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+.
vstinner
committed
2716d53
View commit details
Copy full SHA for 2716d53
View code at this point
Browse repository at this point
Commits on Oct 5, 2012
#16135: Removal of OS/2 support (Modules/*)
jcea
committed
14c81ab
View commit details
Copy full SHA for 14c81ab
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
Charles-François Natali
committed
23e1ecb
View commit details
Copy full SHA for 23e1ecb
View code at this point
Browse repository at this point
Commits on Sep 7, 2010
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
Show description for 5e38aae
pitrou
committed
5e38aae
View commit details
Copy full SHA for 5e38aae
View code at this point
Browse repository at this point
Commits on Sep 5, 2010
#9776: fix some spacing.
birkenfeld
committed
1f94cd0
View commit details
Copy full SHA for 1f94cd0
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on May 24, 2009
Merged revisions 72887 via svnmerge from
Show description for 61f77b5
pitrou
committed
61f77b5
View commit details
Copy full SHA for 61f77b5
View code at this point
Browse repository at this point
Commits on Aug 13, 2008
Merged revisions 65654 via svnmerge from
Show description for 423be95
loewis
committed
423be95
View commit details
Copy full SHA for 423be95
View code at this point
Browse repository at this point
Commits on Aug 12, 2008
Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from
Show description for 6aa2d1f
birkenfeld
committed
6aa2d1f
View commit details
Copy full SHA for 6aa2d1f
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Commits on May 16, 2008
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Show description for bee3253
avassalotti
committed
bee3253
View commit details
Copy full SHA for bee3253
View code at this point
Browse repository at this point
Commits on Mar 20, 2008
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
Show description for e25f35e
tiran
committed
e25f35e
View commit details
Copy full SHA for e25f35e
View code at this point
Browse repository at this point
Commits on Jan 6, 2008
Merged revisions 59703-59773 via svnmerge from
Show description for faf2f63
tiran
committed
faf2f63
View commit details
Copy full SHA for faf2f63
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL