- 29 May, 2009 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 16 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Probably should be backported.
-
- 14 Eyl, 2005 1 kayıt (commit)
-
-
Guido van Rossum yazdı
with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron).
-
- 20 Ock, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
messages.
-
- 23 Eki, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
struct_pwent; this has been renamed to struct_passwd. (The old name is still supported for backwards compatibility.)
-
- 06 Ara, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 17 Eyl, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Nis, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 13 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 31 Mar, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple Convert METH_OLDARGS -> METH_NOARGS: remove args parameter Please review. All tests pass, but some modules don't have tests. I spot checked various functions to try to make sure nothing broke.
-
- 29 Mar, 2002 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 25 Mar, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 03 Mar, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Modules/ _hotshot.c dbmmodule.c fcntlmodule.c main.c pwdmodule.c readline.c selectmodule.c signalmodule.c termios.c timemodule.c unicodedata.c
-
- 01 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Şub, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 11 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
them; this closes SF bug #407504.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Minor updates for BeOS R5. Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding change in BeOS/README (by Fred). This closes SourceForge patch #100978.
-
- 03 Agu, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 21 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;)
-
- 10 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 04 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 19 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 11 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Eki, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
without .py file); Bill's dynamic loading for SunOS using shared libraries. pwdmodule.c (mkgrent): remove DECREF of uninitialized variable. classobject.c (instance_getattr): Fix case when class lookup returns unbound method instead of function.
-