- 09 Şub, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 06 Eki, 2000 1 kayıt (commit)
-
-
Jim Fulton yazdı
operations are defined. This will, hopefully clarify some of the logic. Added close test to raise proper error when operations are performed on closed StringIOs. Added a position argument to the truncate method. Added a size argument to readline. Added PyArg_Parse calls for methods that don't take arguments to make sure they don't take arguments.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Agu, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 24 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 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 ;)
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 19 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 03 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
For more comments, read the patches@python.org archives. For documentation read the comments in mymalloc.h and objimpl.h. (This is not exactly what Vladimir posted to the patches list; I've made a few changes, and Vladimir sent me a fix in private email for a problem that only occurs in debug mode. I'm also holding back on his change to main.c, which seems unnecessary to me.)
-
- 12 Nis, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 29 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
PyArg_ParseTuple() format string arguments as possible.
-
- 15 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!)
-
- 15 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This fixes a bug that can cause core dumps when doing seeks in input StringIO objects. This has a number of other clean-ups.
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 25 Kas, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- New copyright. (Open source) - Fixed problem in seek method. The seek method should (and now does) fill with nulls when seeking past the end of the "file".
-
- 24 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
get a decent error message when it's not a string (instead of confusing errors when trying to use the thing).
-
- 17 Tem, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
O_getattr(): Added read-only access to the closed attribute, based on comment from Michael Scharf <Michael.Scharf@Rhein-Neckar.de>.
-
- 11 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 04 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
distribution.
-
- 03 Eyl, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
dealloc() functions contained code to free/DECREF the buffer (there were differences between I and O objects but the logic bug was the same). Fixed this be setting the buffer pointer to NULL and testing for that. (This also makes it safe to call close() more than once.) XXX Worry: what if you try to read() or write() once the thing is closed?
-
- 13 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Suppressing my urge to reformat according to Python coding standards! :-)
-
- 06 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-