| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 10784: adds os.getpriority() and os.setpriority() functions. | Giampaolo Rodolà | 2011-02-25 | 1 | -0/+62 |
|
|
* | Rename internal helper function and make it static. | Georg Brandl | 2011-02-25 | 1 | -5/+5 |
|
|
* | Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) | Giampaolo Rodolà | 2011-02-25 | 1 | -16/+232 |
|
|
* | Issue #10898: Allow compiling the posix module when the C library defines | Antoine Pitrou | 2011-01-19 | 1 | -0/+2 |
|
|
* | Issue #9611: remove useless and dangerous explicit conversion to size_t | Victor Stinner | 2011-01-11 | 1 | -1/+1 |
|
|
* | Issue #7858: Raise an error properly when os.utime() fails under Windows | Antoine Pitrou | 2011-01-06 | 1 | -0/+1 |
|
|
* | Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the | Victor Stinner | 2011-01-04 | 1 | -2/+9 |
|
|
* | #8278: In the Windows implementation of stat() and utime(), | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -12/+21 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -19/+13 |
|
|
* | Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) | Hirokazu Yamamoto | 2010-12-07 | 1 | -4/+4 |
|
|
* | Should use posix_error here. | Hirokazu Yamamoto | 2010-12-05 | 1 | -5/+3 |
|
|
* | Sorry, I had introduced tab in source code. | Hirokazu Yamamoto | 2010-12-05 | 1 | -1/+1 |
|
|
* | Fixed several corner case issues on os.stat/os.lstat related to reparse | Hirokazu Yamamoto | 2010-12-04 | 1 | -93/+110 |
|
|
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -8/+55 |
|
|
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Fix for #8879. | Brian Curtin | 2010-11-28 | 1 | -2/+18 |
|
|
* | Windows: fix leak in posix_listdir. | Stefan Krah | 2010-11-27 | 1 | -0/+1 |
|
|
* | Fix additional leaks. | Stefan Krah | 2010-11-27 | 1 | -0/+2 |
|
|
* | Further indentation cleanup. | Stefan Krah | 2010-11-26 | 1 | -49/+49 |
|
|
* | Issue #10383: Fix two leaks. | Stefan Krah | 2010-11-26 | 1 | -7/+11 |
|
|
* | Fix #8879. Add os.link support to Windows. | Brian Curtin | 2010-11-24 | 1 | -0/+32 |
|
|
* | ifdef a Windows specific section. | Brian Curtin | 2010-11-24 | 1 | -0/+2 |
|
|
* | Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. | Brian Curtin | 2010-11-24 | 1 | -302/+279 |
|
|
* | Issue #10143: Update "os.pathconf" values | Jesus Cea | 2010-10-25 | 1 | -0/+33 |
|
|
* | Fix a typo. full->final | Brian Curtin | 2010-09-24 | 1 | -1/+1 |
|
|
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -2/+15 |
|
|
* | Issue #9908: Fix os.stat() on bytes paths under Windows 7. | Antoine Pitrou | 2010-09-21 | 1 | -17/+31 |
|
|
* | Remove unused code in posixmodule.c | Amaury Forgeot d'Arc | 2010-09-17 | 1 | -68/+0 |
|
|
* | Remove C++-style comments | Antoine Pitrou | 2010-09-14 | 1 | -2/+2 |
|
|
* | Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode | Victor Stinner | 2010-09-10 | 1 | -20/+22 |
|
|
* | Untabify file. | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -3/+3 |
|
|
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -2/+52 |
|
|
* | Implement #7566 - os.path.sameopenfile for Windows. | Brian Curtin | 2010-09-06 | 1 | -0/+28 |
|
|
* | #9747: fix copy-paste error in getresgid() doc. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | Issue #7736: Release the GIL around calls to opendir() and closedir() | Antoine Pitrou | 2010-09-04 | 1 | -1/+10 |
|
|
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -0/+8 |
|
|
* | r82659 reintroduced some tab characters. Untabify again. | Amaury Forgeot d'Arc | 2010-08-16 | 1 | -7/+7 |
|
|
* | Fix other warnings under 64-bit Windows. | Antoine Pitrou | 2010-08-15 | 1 | -4/+5 |
|
|
* | Issue #9605: posix.getlogin() decodes the username with file filesystem | Victor Stinner | 2010-08-15 | 1 | -4/+3 |
|
|
* | Issue #9604: posix.initgroups() encodes the username using the fileystem | Victor Stinner | 2010-08-15 | 1 | -2/+8 |
|
|
* | Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name | Victor Stinner | 2010-08-15 | 1 | -2/+2 |
|
|
* | use pep 383 decoding for mknod and mkfifo #9570 | Benjamin Peterson | 2010-08-11 | 1 | -2/+10 |
|
|
* | Issue #6915: Under Windows, os.listdir() didn't release the Global | Antoine Pitrou | 2010-08-09 | 1 | -1/+5 |
|
|
* | Issue 9445: Fix undefined symbols on VS8.0 build. | Raymond Hettinger | 2010-08-01 | 1 | -0/+9 |
|
|
* | This fixes issue7900 by adding code that deals | Ronald Oussoren | 2010-07-23 | 1 | -7/+42 |
|
|
* | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -9/+21 |
|
|
* | Re-flow several long lines from #1578269. | Brian Curtin | 2010-07-09 | 1 | -11/+23 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -20/+526 |
|
|
* | Merged revisions 82047 via svnmerge from | Senthil Kumaran | 2010-06-17 | 1 | -1/+1 |
|
|
* | Remove unused variable, and fix a compilation warning on Windows. | Amaury Forgeot d'Arc | 2010-05-15 | 1 | -1/+1 |
|
|