- 19 Nov, 2002 12 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
that is outside the integer range no longer raises OverflowError, but returns a long object instead. This fixes SF bug http://www.python.org/sf/635115
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
dependence on the Tcl/Tk version number. Now you point it at the Tcl/Tk install you want to ship, and that's what it ships.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
suggested by PEP 291.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 18 Nov, 2002 15 commits
-
-
Guido van Rossum authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
have a nb_float slot. This matches what PyInt_AsLong does.
-
Neil Schemenauer authored
PyNumber_Remainder(). This fixes SF bug #615506 and allows string and unicode subclasses to override __mod__.
-
Neil Schemenauer authored
PyFloat_AsDouble to generate a good error message.
-
Jack Jansen authored
on Jaguar. Ceteram censeam W era packagendam esse.
-
Jack Jansen authored
for Python 2.2.
-
Jack Jansen authored
-
Raymond Hettinger authored
Replace "type(0)" with "int". Replace "while 1" with "while True"
-
Raymond Hettinger authored
Replaced docstring with comments. Prevents subclass contamination. Added the missing __cmp__() method and a test for __cmp__(). Used try/except style in preference to has_key() followed by a look-up. Used iteritem() where possible to save creating a long key list and to save redundant lookups. Expanded .update() to look for the most helpful methods first and gradually work down to a mininum expected interface. Expanded documentation to be more clear on how to use the class.
-
- 17 Nov, 2002 3 commits
-
-
Eric S. Raymond authored
-
Neil Schemenauer authored
Py_Init crash". refchain cannot be cleared because objects can live across Py_Finalize() and Py_Initialize() if they are kept alive by circular references.
-
Skip Montanaro authored
-
- 16 Nov, 2002 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
Closes SF bug #639170.
-
- 15 Nov, 2002 8 commits
-
-
Neal Norwitz authored
Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener
-
Neal Norwitz authored
Fix pychecker warnings, remove unused imports and rename root
-
Neal Norwitz authored
Will backport.
-
Fred Drake authored
-
Fred Drake authored
-
Thomas Heller authored
avaliable in the Python 2.2 branch. I've left out some flags which are more thought for debugging, if someone needs them, he can always look at the output of --help. I'm sure Fred will make some adjustments, so I'll only mark this as a 2.2 bugfix candidate. There are more options available in the current CVS bdist_wininst, I will document them after this is in.
-
Thomas Heller authored
-
Tim Peters authored
Win98SE box, but whatever the cause, it had scrolled off the DOS box. (There was just the "test_queue failed" summary at the end of the regrtest run.)
-