- 21 Kas, 2002 9 kayıt (commit)
-
-
Walter Dörwald yazdı
reported by Michael Hudson in http://mail.python.org/pipermail/python-dev/2002-November/030299.html
-
Andrew M. Kuchling yazdı
Previously archive_util.py attempted to spawn an external 'zip' program for the zip action, if this fails, an attempt to import zipfile.py is made... This bites folks who have 'old' or non-conforming zip programs on windows platforms. This change tries the 'zipfile' module first, falling back to spawning a zip process if the module isn't available.
-
Tim Peters yazdı
user, and spell out a x-platform use limitation.
-
Tim Peters yazdı
put more in the critical section than absolutely needed, acquire the mutex before the "try".
-
Tim Peters yazdı
-
Michael W. Hudson yazdı
more often than it is. In response to bug: [ 641808 ] Portability of Modules/_cursesmodule.c submitted by Nick Mclaren.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
Todo: - command line parsing - main program - modulefinder(-like ;-) support to build standalone apps.
-
Kurt B. Kaiser yazdı
[ 634250 ] SearchDialogBase.py fix for Tk 8.4.1 SearchDialogBase refers to the grid 'col' option considered ambiguous with Python 2.2.2 and Tk 8.4.1. The correct name is 'column'.
-
- 20 Kas, 2002 8 kayıt (commit)
-
-
Neal Norwitz yazdı
Make sure we have a UNIX-compatible termios. Apparently, McMillan Installer made a termios on windows which caused unix_getpass() to be used instead of win_getpass(). Will backport.
-
Just van Rossum yazdı
- don't encode/escape elements - fixed typo in doc string - provide our own copy function for the Dict class
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
/usr/bin/python.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
Re-order the "porting" section to list items by decreasing significance
-
- 19 Kas, 2002 17 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Walter Dörwald yazdı
-
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 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-