summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variable.Alexandre Vassalotti2008-04-121-2/+0
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-2/+2
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-181-4/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-141-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-1/+2
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-10/+16
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-011-6/+7
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-0/+19
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 59304-59312 via svnmerge fromGuido van Rossum2007-12-041-2/+5
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-66/+66
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-0/+83
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+4
* os.environ contains PyUnicode instances and not PyString instancesChristian Heimes2007-11-221-3/+3
* More PyBytes -> PyString.Guido van Rossum2007-11-211-4/+4
* Make os.read() return bytes, not bytearray.Guido van Rossum2007-11-211-3/+3
* os.system: on Windows, avoid encoding the command and use the "wide" function...Amaury Forgeot d'Arc2007-11-201-1/+11
* Issue 1406: use widechar api for os.environ, on Windows.Thomas Heller2007-11-081-3/+65
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* 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