summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-161-6/+20
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-6/+2
* merge from trunkBenjamin Peterson2008-10-111-1/+6
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-031-3/+3
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-55/+35
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-1/+1
* Merged revisions 65745 via svnmerge fromHirokazu Yamamoto2008-08-171-28/+26
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-3/+4
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-8/+10
* Merged revisions 65174 via svnmerge fromAmaury Forgeot d'Arc2008-07-211-0/+1
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+2
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-5/+24
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-13/+25
* Renamed PyString to PyBytesChristian Heimes2008-05-261-17/+17
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-0/+5
* 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