- 07 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Others: Remove redundant includes of assert.h.
-
- 03 Tem, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
ch is unsigned, so testing for negative values doesn't make sense (as noticed by the OpenVMS compiler)
-
- 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 ;)
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 10 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 10 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
after a return).
-
- 10 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
course.
-
- 05 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
obsolete now it includes Python.h. Make all functions K&R compatible (Sue Williams).
-
- 03 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Since it only returns an error message (or NULL) there's no reason for it to be unsigned char *, and various compilers like this better.
-
- 18 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Agu, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 17 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Fixed some problem with uninitialized syntax tables. Jeffrey.
-
- 10 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 May, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 13 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug).
-
- 07 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Mar, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Ock, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-