| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enforce valid filemode. Fixes SF Bug #623464. | Thomas Heller | 2002-11-07 | 1 | -0/+6 |
| * | Remove extra argument in mknod. Fixes #632628. | Martin v. Löwis | 2002-11-02 | 1 | -1/+1 |
| * | Patch #623780: Replace obsolete struct macros. | Martin v. Löwis | 2002-10-16 | 1 | -9/+9 |
| * | Add PyStructSequence_UnnamedField. Add stat_float_times. | Martin v. Löwis | 2002-10-16 | 1 | -5/+75 |
| * | posix_execve(): add missing argument for "et" format in PyArg_Parse() | Guido van Rossum | 2002-10-16 | 1 | -0/+1 |
| * | Fix a few docstrings, remove extra commas | Neal Norwitz | 2002-10-11 | 1 | -3/+3 |
| * | Patch #569139: Implementation of major, minor and makedev. | Martin v. Löwis | 2002-10-10 | 1 | -8/+59 |
| * | Apply file system default encoding to exec and spawn path and arguments. | Martin v. Löwis | 2002-10-07 | 1 | -23/+68 |
| * | s/_alloca/alloca/g; Windows doesn't need the former, at least not unless | Tim Peters | 2002-10-05 | 1 | -3/+3 |
| * | Trivial fix to the pep277 checkin: ensure that exceptions always have a filen... | Mark Hammond | 2002-10-03 | 1 | -1/+1 |
| * | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -19/+372 |
| * | Patch #608999: Fix portability problems with MIPSPro 7.x | Martin v. Löwis | 2002-09-19 | 1 | -0/+6 |
| * | I think it makes more sense that the pseudo filename used by fdopen() | Guido van Rossum | 2002-09-15 | 1 | -1/+1 |
| * | extract_time(): Squash compiler warning about possibly information- | Tim Peters | 2002-09-10 | 1 | -1/+1 |
| * | Add missing return statement. | Martin v. Löwis | 2002-09-10 | 1 | -0/+1 |
| * | Use utimes(2) where available to support microsecond timestamps. | Martin v. Löwis | 2002-09-10 | 1 | -5/+48 |
| * | Always generate floats for stat_result; fix configure test. | Martin v. Löwis | 2002-09-09 | 1 | -9/+1 |
| * | Patch #606592: Subsecond timestamps in stat_result. | Martin v. Löwis | 2002-09-09 | 1 | -10/+26 |
| * | SF bug 601775 - some int results that should be bool. | Guido van Rossum | 2002-09-01 | 1 | -1/+1 |
| * | SF bug 595919: popenN return only text mode pipes | Tim Peters | 2002-08-19 | 1 | -2/+2 |
| * | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -2/+13 |
| * | - Get _environ through the NSEnviron call in a MacOSX framework. This allows | Jack Jansen | 2002-08-01 | 1 | -2/+11 |
| * | Revert changes to use PyArg_Parse(), so any sequence will continue to work --... | Neal Norwitz | 2002-07-30 | 1 | -1/+1 |
| * | Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated | Neal Norwitz | 2002-07-30 | 1 | -1/+1 |
| * | Fix docstring to be consistent with parameter name (prefix) | Neal Norwitz | 2002-07-30 | 1 | -1/+1 |
| * | SF patch #584245, get python to link on OSF1 (Dec Unix) | Neal Norwitz | 2002-07-30 | 1 | -2/+2 |
| * | Patch #573770: Implement lchown. | Martin v. Löwis | 2002-07-28 | 1 | -0/+30 |
| * | /F revealed that ShellExecute() only requires shellapi.h, not the | Tim Peters | 2002-07-15 | 1 | -1/+2 |
| * | Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted | Mark Hammond | 2002-07-14 | 1 | -1/+1 |
| * | WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few | Tim Peters | 2002-07-14 | 1 | -1/+1 |
| * | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -91/+22 |
| * | Clean up docstrings: | Fred Drake | 2002-06-20 | 1 | -110/+105 |
| * | Corect speling and add \n\ to line ends in new docstring for access(). | Guido van Rossum | 2002-06-18 | 1 | -5/+5 |
| * | Clarified documentation for os.access(). | Fred Drake | 2002-06-18 | 1 | -1/+5 |
| * | Use new PyDoc_STRVAR macro | Neal Norwitz | 2002-06-13 | 1 | -2/+2 |
| * | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+22 |
| * | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -222/+228 |
| * | SF bug 563750 (Alex Martelli): posix_tmpfile(): | Guido van Rossum | 2002-06-10 | 1 | -1/+1 |
| * | Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, | Martin v. Löwis | 2002-05-04 | 1 | -2/+5 |
| * | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. | Fred Drake | 2002-04-23 | 1 | -11/+75 |
| * | #546163, fix link problem on Solaris 8 for makedev when using mknod | Neal Norwitz | 2002-04-20 | 1 | -0/+3 |
| * | #546155, remove posix_int() it is not used | Neal Norwitz | 2002-04-19 | 1 | -16/+0 |
| * | posix_fildes(): New helper: run a function that takes a file descriptor | Fred Drake | 2002-04-15 | 1 | -52/+71 |
| * | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 1 | -4/+40 |
| * | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -1/+7 |
| * | Handle os.listdir("") case correctly on Windows. Closes bug 500705. | Neil Schemenauer | 2002-03-22 | 1 | -4/+5 |
| * | Update docstrings to use te attribute names of the new structures returned | Fred Drake | 2002-03-12 | 1 | -2/+4 |
| * | Python no longer compiled on Windows, due to #include file confusion | Tim Peters | 2002-03-03 | 1 | -4/+5 |
| * | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -17/+702 |
| * | Patch #511193: Implement killpg in posixmodule. | Martin v. Löwis | 2002-02-16 | 1 | -0/+21 |