- 08 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 31 Jan, 2005 1 commit
-
-
Michael W. Hudson authored
[ 1077106 ] Negative numbers to os.read() cause segfault Sorry for sitting on this for so long! Is there a chance it could make 2.3.5?
-
- 16 Jan, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 18 Dec, 2004 1 commit
-
-
Andrew MacIntyre authored
-
- 12 Dec, 2004 1 commit
-
-
Andrew MacIntyre authored
Also revise a related function to minimise file handle/pipe leakage and improve reliability.
-
- 13 Oct, 2004 2 commits
-
-
Anthony Baxter authored
detection to configure &c.
-
Anthony Baxter authored
a few remaining calls to signal() were converted to PyOS_setsig().
-
- 27 Sep, 2004 1 commit
-
-
Armin Rigo authored
-
- 30 Aug, 2004 4 commits
-
-
Tim Peters authored
don't.
-
Tim Peters authored
error msgs.
-
Tim Peters authored
-
Tim Peters authored
in first column, no parens around return value).
-
- 29 Aug, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 15 Jun, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 09 Jun, 2004 1 commit
-
-
Neal Norwitz authored
(reported by Thomas Heller). If have_unicode_filename is set, path looks like it will not be used, so there's no need to free it.
-
- 06 Jun, 2004 1 commit
-
-
Neal Norwitz authored
PyArg_ParseTuple() since the format is "et" This change should be reviewed carefully. Bugfix candidate.
-
- 02 Jun, 2004 1 commit
-
-
Martin v. Löwis authored
Will backport to 2.3.
-
- 04 May, 2004 1 commit
-
-
Mark Hammond authored
-
- 04 Apr, 2004 1 commit
-
-
Andrew MacIntyre authored
with major C compilers (VACPP, EMX+gcc and [Open]Watcom). Also tidy up the export of spawn*() symbols in the os module to match what is found/implemented.
-
- 29 Mar, 2004 1 commit
-
-
Andrew MacIntyre authored
-
- 16 Feb, 2004 1 commit
-
-
Neal Norwitz authored
-
- 10 Feb, 2004 1 commit
-
-
Skip Montanaro authored
-
- 17 Jan, 2004 1 commit
-
-
Skip Montanaro authored
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
- 16 Jan, 2004 1 commit
-
-
Andrew M. Kuchling authored
-
- 04 Jan, 2004 1 commit
-
-
Hye-Shik Chang authored
failure on FreeBSD.
-
- 03 Dec, 2003 1 commit
-
-
Mark Hammond authored
-
- 10 Nov, 2003 1 commit
-
-
Martin v. Löwis authored
-
- 31 Oct, 2003 1 commit
-
-
Martin v. Löwis authored
Fixes #703198. Backported to 2.3.
-
- 20 Oct, 2003 1 commit
-
-
Walter Dörwald authored
(From SF patch #810751)
-
- 12 Oct, 2003 1 commit
-
-
Raymond Hettinger authored
* Py_BuildValue("(OOO)",a,b,c) --> PyTuple_Pack(3,a,b,c) * Py_BuildValue("()",a) --> PyTuple_New(0) * Py_BuildValue("O", a) --> Py_INCREF(a)
-
- 20 Sep, 2003 1 commit
-
-
Martin v. Löwis authored
-
- 12 Sep, 2003 1 commit
-
-
Martin v. Löwis authored
-
- 01 Sep, 2003 1 commit
-
-
Raymond Hettinger authored
(Contributed by Andrew Gaul.) Fixes a minor leak.
-
- 06 Aug, 2003 1 commit
-
-
Mark Hammond authored
Will also check in on the 2.3 branch.
-
- 11 Jun, 2003 1 commit
-
-
Brett Cannon authored
-
- 03 May, 2003 1 commit
-
-
Martin v. Löwis authored
-
- 23 Apr, 2003 1 commit
-
-
Tim Peters authored
docs here are best-guess: the MS docs I could find weren't clear, and some even claimed _commit() has no effect on Win32 systems (which is easily shown to be false just by trying it).
-
- 21 Apr, 2003 2 commits
-
-
Andrew MacIntyre authored
popen[234]() code
-
Andrew MacIntyre authored
string does what is expected (ie unset [BEGIN|END]LIBPATH) - set the size of the DosQuerySysInfo buffer correctly; it was safe, but incorrect (allowing a 1 element overrun)
-
- 19 Apr, 2003 1 commit
-
-
Mark Hammond authored
-