- 13 Dec, 2001 20 commits
-
-
Fred Drake authored
and only if there is no second arg. This closes SF patch #479551.
-
Jeremy Hylton authored
Based on the patch from Danny Yoo. The fix is in exec_statement() in ceval.c. There are also changes to introduce use of PyCode_GetNumFree() in several places.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Tim Peters authored
Update 2.2c1 release data in NEWS.
-
Fred Drake authored
PC/example_nt/readme.txt; this one does not rely on any external scripts. This "fixes" SF bug #221671 and most of SF bug #225003.
-
Just van Rossum authored
Not sure how to properly solve this.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Fred Drake authored
Tkinter classes. Adjust a lot of docstrings. Convert a few type checks to use isinstance() instead of type(). This is part of SF patch #485959.
-
Fred Drake authored
-
- 12 Dec, 2001 18 commits
-
-
Jack Jansen authored
but compiles OK.
-
Jack Jansen authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Just van Rossum authored
Jack: I hope I didn't break anything for you!
-
Just van Rossum authored
-
Guido van Rossum authored
Untabified.
-
Michael W. Hudson authored
[ #429329 ] actual-parameters *arg, **kws not doc'd
-
Michael W. Hudson authored
at present.
-
Fred Drake authored
for "online" (as opposed to typeset) formats.
-
Fred Drake authored
Converted to use "".startswith() to avoid slicing (& temp string creation).
-
Fred Drake authored
-
Fred Drake authored
docstring. This closes SF bug #485794. Additional (very) small details were added.
-
Fred Drake authored
on the return values from isleap(). Also checks firstweekday() and setfirstweekday().
-
- 11 Dec, 2001 2 commits
-
-
Guido van Rossum authored
The cause seems to be that when a file URL doesn't exist, urllib.urlopen() raises OSError instead of IOError. Simply add this to the except clause. Not elegant, but effective. :-)
-
Fred Drake authored
-