FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/fcntlmodule.c - pylee/python · GitHub
pylee
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Modules
fcntlmodule.c
on
master
User selector
Datepicker
Commit history
Commits on Aug 7, 2008
Patch by Ian Charnas from issue 3517.
Show description for 30904ac
guido.van.rossum
committed
30904ac
View commit details
Copy full SHA for 30904ac
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on May 16, 2008
#2890: support os.O_ASYNC and fcntl.FASYNC.
Show description for 7383fa4
georg.brandl
committed
7383fa4
View commit details
Copy full SHA for 7383fa4
View code at this point
Browse repository at this point
Commits on Mar 19, 2008
Prevent ioctl op codes from being sign extended from int to unsigned long
Show description for ed642fe
gregory.p.smith
committed
ed642fe
View commit details
Copy full SHA for ed642fe
View code at this point
Browse repository at this point
Commits on Jan 5, 2008
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Show description for 10db3cc
georg.brandl
committed
10db3cc
View commit details
Copy full SHA for 10db3cc
View code at this point
Browse repository at this point
Commits on Jul 29, 2006
Tweak wording
Show description for a4a7195
andrew.kuchling
committed
a4a7195
View commit details
Copy full SHA for a4a7195
View code at this point
Browse repository at this point
Commits on Jul 12, 2006
Fix function name in error msg
Show description for 6f7eed5
neal.norwitz
committed
6f7eed5
View commit details
Copy full SHA for 6f7eed5
View code at this point
Browse repository at this point
Commits on Apr 25, 2006
Show description for d76d6df
thomas.wouters
committed
d76d6df
View commit details
Copy full SHA for d76d6df
View code at this point
Browse repository at this point
Commits on Mar 2, 2006
Show description for f85f14b
thomas.wouters
committed
f85f14b
View commit details
Copy full SHA for f85f14b
View code at this point
Browse repository at this point
Show description for aee4387
thomas.wouters
committed
aee4387
View commit details
Copy full SHA for aee4387
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for bd7e891
neal.norwitz
committed
bd7e891
View commit details
Copy full SHA for bd7e891
View code at this point
Browse repository at this point
Commits on Jul 28, 2005
Fix a typo. (found by Jong-uk Kim)
Show description for 3cd3980
perky
committed
3cd3980
View commit details
Copy full SHA for 3cd3980
View code at this point
Browse repository at this point
Commits on Jul 27, 2005
This is barry-scott's patch:
Show description for 9ecf849
mwh
committed
9ecf849
View commit details
Copy full SHA for 9ecf849
View code at this point
Browse repository at this point
Commits on Nov 30, 2004
Hear the #error: change the default value of the mutable_arg argument
Show description for 6276ad9
mwh
committed
6276ad9
View commit details
Copy full SHA for 6276ad9
View code at this point
Browse repository at this point
Commits on Jun 3, 2004
Warn abou missing mutate flag to ioctl. Fixes #696535.
Show description for 5067fa8
loewis
committed
5067fa8
View commit details
Copy full SHA for 5067fa8
View code at this point
Browse repository at this point
Commits on Jun 30, 2003
Fix typo, refer to proper argument name
Show description for bbdb1d4
nnorwitz
committed
bbdb1d4
View commit details
Copy full SHA for bbdb1d4
View code at this point
Browse repository at this point
Commits on May 9, 2003
Simple fix for
Show description for e4f3dd4
mwh
committed
e4f3dd4
View commit details
Copy full SHA for e4f3dd4
View code at this point
Browse repository at this point
Commits on May 3, 2003
Patch #708495: Port more stuff to OpenVMS.
Show description for e39ba6a
loewis
committed
e39ba6a
View commit details
Copy full SHA for e39ba6a
View code at this point
Browse repository at this point
Commits on Mar 3, 2003
Fix bug
Show description for 1246515
mwh
committed
1246515
View commit details
Copy full SHA for 1246515
View code at this point
Browse repository at this point
Commits on Jan 1, 2003
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.
Show description for 04014c6
loewis
committed
04014c6
View commit details
Copy full SHA for 04014c6
View code at this point
Browse repository at this point
Commits on Aug 2, 2002
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Show description for cd1011b
mhammond
committed
cd1011b
View commit details
Copy full SHA for cd1011b
View code at this point
Browse repository at this point
Commits on Jun 13, 2002
Patch #568124: Add doc string macros.
Show description for ae493ad
loewis
committed
ae493ad
View commit details
Copy full SHA for ae493ad
View code at this point
Browse repository at this point
Commits on Mar 3, 2002
OS/2 EMX port changes (Modules part of patch #450267):
Show description for bd3ab48
aimacintyre
committed
bd3ab48
View commit details
Copy full SHA for bd3ab48
View code at this point
Browse repository at this point
Commits on Jan 12, 2002
Include <unistd.h> in Python.h. Fixes #500924.
Show description for a88e4ba
loewis
committed
a88e4ba
View commit details
Copy full SHA for a88e4ba
View code at this point
Browse repository at this point
Commits on Dec 28, 2001
Add fcntl.h constants from glibc 2.2.4. Fixes #496171.
Show description for 26f2d11
loewis
committed
26f2d11
View commit details
Copy full SHA for 26f2d11
View code at this point
Browse repository at this point
Commits on May 14, 2001
Show description for 8beefcf
fdrake
committed
8beefcf
View commit details
Copy full SHA for 8beefcf
View code at this point
Browse repository at this point
Commits on May 10, 2001
Show description for bcef1c3
fdrake
committed
bcef1c3
View commit details
Copy full SHA for bcef1c3
View code at this point
Browse repository at this point
Commits on May 9, 2001
Show description for 95b0bd3
fdrake
committed
95b0bd3
View commit details
Copy full SHA for 95b0bd3
View code at this point
Browse repository at this point
Commits on Jan 25, 2001
Let's keep things portable to non GCC compilers, please.
Show description for cb29a9d
sjoerd
committed
cb29a9d
View commit details
Copy full SHA for cb29a9d
View code at this point
Browse repository at this point
lockf_doc: a much better description of the lockf() function, based on
Show description for 8e0efc1
bwarsaw
committed
8e0efc1
View commit details
Copy full SHA for 8e0efc1
View code at this point
Browse repository at this point
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for ff04c21
gvanrossum
committed
ff04c21
View commit details
Copy full SHA for ff04c21
View code at this point
Browse repository at this point
Do the absolute minimal amount of modifications to eradicate
Show description for 182e3db
bwarsaw
committed
182e3db
View commit details
Copy full SHA for 182e3db
View code at this point
Browse repository at this point
Commits on Aug 2, 2000
Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.
Show description for be0db0f
gvanrossum
committed
be0db0f
View commit details
Copy full SHA for be0db0f
View code at this point
Browse repository at this point
Commits on Jul 21, 2000
Show description for 4c8aa58
twouters
committed
4c8aa58
View commit details
Copy full SHA for 4c8aa58
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL