- 19 Kas, 2002 13 kayıt (commit)
-
-
Walter Dörwald yazdı
the codecs docstrings.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
suggested by PEP 291.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 18 Kas, 2002 15 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
have a nb_float slot. This matches what PyInt_AsLong does.
-
Neil Schemenauer yazdı
PyNumber_Remainder(). This fixes SF bug #615506 and allows string and unicode subclasses to override __mod__.
-
Neil Schemenauer yazdı
PyFloat_AsDouble to generate a good error message.
-
Jack Jansen yazdı
on Jaguar. Ceteram censeam W era packagendam esse.
-
Jack Jansen yazdı
for Python 2.2.
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
Replace "type(0)" with "int". Replace "while 1" with "while True"
-
Raymond Hettinger yazdı
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 Kas, 2002 3 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Neil Schemenauer yazdı
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 yazdı
-
- 16 Kas, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Closes SF bug #639170.
-
- 15 Kas, 2002 7 kayıt (commit)
-
-
Neal Norwitz yazdı
Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener
-
Neal Norwitz yazdı
Fix pychecker warnings, remove unused imports and rename root
-
Neal Norwitz yazdı
Will backport.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Thomas Heller yazdı
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 yazdı
-