- 13 Dec, 2001 4 commits
-
-
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 18 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
-
Just van Rossum authored
a little.
-
Tim Peters authored
that still fails under -Qnew, and is so tied to details of current behavior that fixing it before new division becomes the default is impractical.
-
Fred Drake authored
-
Fred Drake authored
Minor, but generates slightly smaller HTML & makes it easier to see what's happening when debugging the HTML.
-
Marc-André Lemburg authored
> > When using 'distutils' (shipped with Python 2.1) I've found that my > Python scripts installed with a first line of: > > #!/usr/bin/python2.1None > > This is caused by distutils trying to patch the first line of the python > script to use the current interpreter.
-
Tim Peters authored
delivered bizarre results. Check float_divmod for a Py_NotImplemented return and pass it along (instead of treating Py_NotImplemented as a 2-tuple). CONVERT_TO_DOUBLE: Added comments; this macro is obscure.
-
Tim Peters authored
division functions, and rename to float_floor_div.
-
Fred Drake authored
-
Tim Peters authored
-
Fred Drake authored
an object's deallocator, including an example of how to do this.
-
Tim Peters authored
-
Tim Peters authored
PyDict_UpdateFromSeq2(): removed it. PyDict_MergeFromSeq2(): made it public and documented it. PyDict_Merge() docs: updated to reveal <wink> that the second argument can be any mapping object.
-
Fred Drake authored
will be replaced shortly. See the comments for more details.
-
Martin v. Löwis authored
-
Fred Drake authored
line was not indented at all, so the example is no longer indented at all. All of the errors being shown remain. Typo: characteru --> character
-
Jack Jansen authored
-