summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-114/+0
* Issue 1267, continued.Guido van Rossum2007-10-221-1/+8
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-2/+2
* Fix some more memory leaks (in error conditions) introduced in r58455.Neal Norwitz2007-10-141-3/+4
* Fix the memory leak introduced in r58455. The buffer referenceAlexandre Vassalotti2007-10-141-1/+4
* Remove the buffer API from PyUnicode as specified by PEP 3137. Also,Alexandre Vassalotti2007-10-141-1/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+2
* Insert "startfile" into posix_methods again; it was accidentiallyThomas Heller2007-08-311-0/+3
* Forbid an empty argument list in execv call.Thomas Heller2007-08-301-0/+5
* posix.confname(): enforce that names as str instances.Guido van Rossum2007-08-271-3/+7
* Use unicode (and bytes as appropriate)Neal Norwitz2007-08-261-16/+16
* Fix memory leak in an error conditionNeal Norwitz2007-08-121-1/+4
* Fix memory leakNeal Norwitz2007-08-121-1/+2
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-4/+6
* Set sys.stdout.encoding properly.Martin v. Löwis2007-08-111-0/+42
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-241-1544/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+1
* Fix some miscellaneous places that incorrectly insisted on str8.Guido van Rossum2007-05-101-6/+9
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-16/+0
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-6/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-43/+84
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+57
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-1/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-22/+11
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-10/+149
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+72
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-5/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-188/+465
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-156/+268
* Reformulate 42903 using an if statement.Martin v. Löwis2006-03-071-35/+31
* Fix bug introduced in rev. 42884.Georg Brandl2006-03-071-3/+5
* Bug #1432525: os.listdir now releases the GIL while callingGeorg Brandl2006-03-071-3/+15
* Change int to Py_ssize_t in several places.Martin v. Löwis2006-03-071-4/+4
* Repair mangled code in the Windows flavor ofTim Peters2006-03-011-2/+1
* Py_ssize_t-ify.Thomas Wouters2006-03-011-5/+10
* Fix a build problem introduced by r42230.Hye-Shik Chang2006-02-191-1/+1
* Patch #1393157: os.startfile() now has an optional argument to specifyGeorg Brandl2006-02-181-7/+14
* Merge ssize_t branch.Martin v. Löwis2006-02-151-20/+21
* Drop C library for stat/fstat on Windows.Martin v. Löwis2006-02-031-117/+246
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-191-1/+1
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-6/+31
* Commit memory leaking fix.Georg Brandl2005-09-251-2/+6
* Remove unnecessary/extra parens when returning a value.Neal Norwitz2005-09-191-6/+6
* Forward port fixes for problems reported by valgrindNeal Norwitz2005-09-191-1/+2
* bug [ 1007046 ] os.startfile() doesn't accept Unicode filenamesGeorg Brandl2005-09-141-1/+2
* Correct definition of ST_GEN_IDX.Martin v. Löwis2005-08-141-2/+2
* Patch #1180695: Implement nanosecond stat resolution on FreeBSD,Martin v. Löwis2005-08-091-0/+47