- 12 Eyl, 2003 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
Add support for the iterator and mapping protocols. For Py2.3, this was done for shelve, dumbdbm and other mapping objects, but not for bsddb and dbhash which were inadvertently missed.
-
Raymond Hettinger yazdı
-
- 11 Eyl, 2003 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
- removed use of the string module - fixed some broken markup
-
Fred Drake yazdı
- update a couple of URLs to point to more recent portions of python.org
-
Fred Drake yazdı
-
Fred Drake yazdı
little better, with similar spacing characteristics with the seealso environment
-
- 10 Eyl, 2003 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Fred Drake yazdı
- cleaned up some markup
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Brett Cannon yazdı
its first three arguments. Closes RFE #798046 .
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Skip Montanaro yazdı
module
-
Raymond Hettinger yazdı
The documentation severely departed for the actual implementation.
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
1. Remove "idle" script, it lives in Tools/scripts/ now. 2. Remove shebang from idle.py, should be called explicitly. 3. Remove obsolete test code from rpc.py; needs unit test.
-
Raymond Hettinger yazdı
-
- 09 Eyl, 2003 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 08 Eyl, 2003 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Eyl, 2003 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.2.
-
Just van Rossum yazdı
Classical problem with int vs. long mismatch in varargs. 2.3 backport candidate.
-
Tim Peters yazdı
file_truncate(): C doesn't define what fflush(fp) does if fp is open for update, and the preceding I/O operation on fp was input. On Windows, fflush() actually changes the current file position then. Because Windows doesn't support ftruncate() directly, this not only caused Python's file.truncate() to change the file position (contra our docs), it also caused the file not to change size. Repaired by getting the initial file position at the start, restoring it at the end, and tossing all the complicated micro-efficiency checks trying to avoid "provably unnecessary" seeks. file.truncate() can't be a frequent operation, and seeking to the current file position has got to be cheap anyway. Bugfix candidate.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Brett Cannon yazdı
spacing correct in the output.
-
- 06 Eyl, 2003 4 kayıt (commit)
-
-
Skip Montanaro yazdı
will backport.
-
Fred Drake yazdı
- correct section level error (module references are always \section) - many markup revisions, including some minor rewordings
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-