| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue #1040026: Fix os.times result on systems where HZ is incorrect. | Martin v. Löwis | 2008-12-13 | 1 | -9/+16 |
|
|
| * | Backport r65745: Issue #2222: Fixed reference leak when occured | Hirokazu Yamamoto | 2008-08-17 | 1 | -28/+26 |
|
|
| * | Backport r61450 from trunk: | Gregory P. Smith | 2008-03-18 | 1 | -2/+2 |
|
|
| * | Backport 60542: | Andrew MacIntyre | 2008-02-03 | 1 | -2/+2 |
|
|
| * | os.access now returns True on Windows for any existing directory. | Martin v. Löwis | 2007-12-03 | 1 | -2/+5 |
|
|
| * | Backport r55070: Stop using PyMem_FREE while the GIL is not held. | Neal Norwitz | 2007-05-09 | 1 | -1/+1 |
|
|
| * | Merge change 54982 from the trunk. This fixes the test_subprocess test in th... | Kristján Valur Jónsson | 2007-05-07 | 1 | -6/+14 |
|
|
| * | Fix various minor issues discovered with static analysis using Visual Studio ... | Kristján Valur Jónsson | 2007-04-21 | 1 | -3/+4 |
|
|
| * | Bug #1686475: Support stat'ing open files on Windows again. | Martin v. Löwis | 2007-04-04 | 1 | -34/+66 |
|
|
| * | Bug #1645944: os.access now returns bool but docstring is not updated | Georg Brandl | 2007-01-27 | 1 | -1/+1 |
|
|
| * | Bug #1567666: Emulate GetFileAttributesExA for Win95. | Martin v. Löwis | 2006-10-15 | 1 | -2/+103 |
|
|
| * | Bug #1565150: Fix subsecond processing for os.utime on Windows. | Martin v. Löwis | 2006-10-09 | 1 | -3/+3 |
|
|
| * | Bug #1551427: fix a wrong NULL pointer check in the win32 version | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
| * | If _stat_float_times is false, we will try to INCREF ival which could be NULL. | Neal Norwitz | 2006-08-12 | 1 | -0/+2 |
|
|
| * | Bug #1524310: Properly report errors from FindNextFile in os.listdir. | Martin v. Löwis | 2006-07-24 | 1 | -0/+17 |
|
|
| * | Patch #1516912: improve Modules support for OpenVMS. | Neal Norwitz | 2006-07-10 | 1 | -0/+39 |
|
|
| * | Correct arithmetic in access on Win32. Fixes #1513646. | Martin v. Löwis | 2006-07-02 | 1 | -1/+1 |
|
|
| * | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+13 |
|
|
| * | Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. | Kristján Valur Jónsson | 2006-06-09 | 1 | -0/+2 |
|
|
| * | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -5/+2 |
|
|
| * | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 1 | -10/+10 |
|
|
| * | Fix typo in os.utime docstring (patch #1490189) | Georg Brandl | 2006-05-17 | 1 | -1/+1 |
|
|
| * | - Test for sys/statvfs.h before including it, as statvfs is present | Martin v. Löwis | 2006-05-16 | 1 | -5/+5 |
|
|
| * | Fix memory leak. | Martin v. Löwis | 2006-05-15 | 1 | -0/+1 |
|
|
| * | Fix alignment error on Itanium. | Martin v. Löwis | 2006-05-12 | 1 | -3/+6 |
|
|
| * | Dynamically allocate path name buffer for Unicode | Martin v. Löwis | 2006-05-12 | 1 | -17/+28 |
|
|
| * | Add missing PyMem_Free. | Martin v. Löwis | 2006-05-08 | 1 | -0/+1 |
|
|
| * | Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. | Martin v. Löwis | 2006-05-06 | 1 | -52/+193 |
|
|
| * | Drop now-unnecessary arguments to posix_2str. | Martin v. Löwis | 2006-05-04 | 1 | -3/+3 |
|
|
| * | Implement os.{chdir,rename,rmdir,remove} using Win32 directly. | Martin v. Löwis | 2006-05-04 | 1 | -93/+156 |
|
|
| * | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 1 | -0/+4 |
|
|
| * | Patch 1471925 - Weak linking support for OSX | Ronald Oussoren | 2006-04-23 | 1 | -0/+51 |
|
|
| * | 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 |
|
|