- 12 Sep, 2003 1 commit
-
-
Raymond Hettinger authored
-
- 11 Sep, 2003 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
- removed use of the string module - fixed some broken markup
-
Fred Drake authored
- update a couple of URLs to point to more recent portions of python.org
-
Fred Drake authored
-
Fred Drake authored
little better, with similar spacing characteristics with the seealso environment
-
- 10 Sep, 2003 13 commits
-
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Fred Drake authored
- cleaned up some markup
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Brett Cannon authored
its first three arguments. Closes RFE #798046 .
-
Skip Montanaro authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Skip Montanaro authored
module
-
Raymond Hettinger authored
The documentation severely departed for the actual implementation.
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
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 authored
-
- 09 Sep, 2003 3 commits
-
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Sep, 2003 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Sep, 2003 6 commits
-
-
Martin v. Löwis authored
Will backport to 2.2.
-
Just van Rossum authored
Classical problem with int vs. long mismatch in varargs. 2.3 backport candidate.
-
Tim Peters authored
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 authored
-
Fred Drake authored
-
Brett Cannon authored
spacing correct in the output.
-
- 06 Sep, 2003 6 commits
-
-
Skip Montanaro authored
will backport.
-
Fred Drake authored
- correct section level error (module references are always \section) - many markup revisions, including some minor rewordings
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-