index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
posixmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix more ssize_t problems.
Martin v. Löwis
2006-04-22
1
-5/+7
*
Address issues brought up by MvL on python-checkins.
Neal Norwitz
2006-04-20
1
-4/+4
*
Whitespace, fix indentation
Neal Norwitz
2006-04-20
1
-2/+1
*
Correct implementation and documentation of os.confstr. Add a simple test
Skip Montanaro
2006-04-20
1
-6/+9
*
reset errno before calling confstr - use confstr() doc to simplify checks aft...
Skip Montanaro
2006-04-18
1
-7/+9
*
Initialize structseq types only once.
Martin v. Löwis
2006-04-16
1
-10/+14
*
spread the extern "C" { } magic pixie dust around. Python itself builds now
Anthony Baxter
2006-04-13
1
-0/+9
*
Some more changes to make code compile under a C++ compiler.
Anthony Baxter
2006-04-11
1
-4/+4
*
Clear errno before calling opendir() and readdir().
Georg Brandl
2006-04-11
1
-0/+1
*
Bug #1467952: os.listdir() now correctly raises an error if readdir()
Georg Brandl
2006-04-11
1
-0/+6
*
Fix warning about ptsname not being a prototype on Solaris. Is this prototyp...
Neal Norwitz
2006-04-10
1
-1/+1
*
Properly support empty woperation in win32_startfile;
Martin v. Löwis
2006-04-03
1
-9/+12
*
Bug #1451503: allow unicode filenames in os.startfile().
Georg Brandl
2006-04-03
1
-0/+35
*
In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if
Thomas Wouters
2006-03-31
1
-1/+1
*
Add guards against fcntl() not being available on Windows.
Georg Brandl
2006-03-31
1
-0/+4
*
bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.
Georg Brandl
2006-03-31
1
-2/+13
*
Try to fix broken compile on openbsd.
Neal Norwitz
2006-03-26
1
-4/+4
*
Damn Coverity. I can't even sneak in a leak any more. :-)
Neal Norwitz
2006-03-20
1
-1/+1
*
The helper is only necessary for wait3/4.
Neal Norwitz
2006-03-20
1
-0/+2
*
Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code
Neal Norwitz
2006-03-20
1
-143/+47
*
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...
Neal Norwitz
2006-03-20
1
-0/+128
*
SF #1445431, fix some leaks in error conditions.
Neal Norwitz
2006-03-20
1
-4/+5
*
Reformulate 42903 using an if statement.
Martin v. Löwis
2006-03-07
1
-35/+31
*
Fix bug introduced in rev. 42884.
Georg Brandl
2006-03-07
1
-3/+5
*
Bug #1432525: os.listdir now releases the GIL while calling
Georg Brandl
2006-03-07
1
-3/+15
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-4/+4
*
Repair mangled code in the Windows flavor of
Tim Peters
2006-03-01
1
-2/+1
*
Py_ssize_t-ify.
Thomas Wouters
2006-03-01
1
-5/+10
*
Fix a build problem introduced by r42230.
Hye-Shik Chang
2006-02-19
1
-1/+1
*
Patch #1393157: os.startfile() now has an optional argument to specify
Georg Brandl
2006-02-18
1
-7/+14
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-20/+21
*
Drop C library for stat/fstat on Windows.
Martin v. Löwis
2006-02-03
1
-117/+246
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
1
-1/+1
*
Bug #869197: setgroups rejects long integer argument
Georg Brandl
2005-11-22
1
-6/+31
*
Commit memory leaking fix.
Georg Brandl
2005-09-25
1
-2/+6
*
Remove unnecessary/extra parens when returning a value.
Neal Norwitz
2005-09-19
1
-6/+6
*
Forward port fixes for problems reported by valgrind
Neal Norwitz
2005-09-19
1
-1/+2
*
bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames
Georg Brandl
2005-09-14
1
-1/+2
*
Correct definition of ST_GEN_IDX.
Martin v. Löwis
2005-08-14
1
-2/+2
*
Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
Martin v. Löwis
2005-08-09
1
-0/+47
*
Fix bug
Michael W. Hudson
2005-07-05
1
-0/+2
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
1
-2/+15
*
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Skip Montanaro
2005-05-16
1
-0/+6
*
Convert file names of posix.access according to the file system encoding.
Martin v. Löwis
2005-03-08
1
-1/+2
*
Fix
Michael W. Hudson
2005-01-31
1
-0/+4
*
Default stat_float_times to true.
Martin v. Löwis
2005-01-16
1
-1/+1
*
fix unterminated comment
Andrew MacIntyre
2004-12-18
1
-1/+1
*
OS/2 specific fixes related to SF bug # 1003471.
Andrew MacIntyre
2004-12-12
1
-68/+67
*
Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h
Anthony Baxter
2004-10-13
1
-0/+4
[prev]
[next]