- 21 Nov, 2002 16 commits
-
-
Martin v. Löwis authored
prototypes explicitly.
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
the --disable-unicode build doesn't complain about an unused variable.
-
Walter Dörwald authored
-
Walter Dörwald authored
so the --disable-unicode build doesn't complain about unused variables.
-
Walter Dörwald authored
reported by Michael Hudson in http://mail.python.org/pipermail/python-dev/2002-November/030299.html
-
Andrew M. Kuchling authored
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 authored
user, and spell out a x-platform use limitation.
-
Tim Peters authored
put more in the critical section than absolutely needed, acquire the mutex before the "try".
-
Tim Peters authored
-
Michael W. Hudson authored
more often than it is. In response to bug: [ 641808 ] Portability of Modules/_cursesmodule.c submitted by Nick Mclaren.
-
Just van Rossum authored
-
Just van Rossum authored
Todo: - command line parsing - main program - modulefinder(-like ;-) support to build standalone apps.
-
Kurt B. Kaiser authored
[ 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 Nov, 2002 8 commits
-
-
Neal Norwitz authored
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 authored
- don't encode/escape elements - fixed typo in doc string - provide our own copy function for the Dict class
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Jack Jansen authored
/usr/bin/python.
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
Re-order the "porting" section to list items by decreasing significance
-
- 19 Nov, 2002 16 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Walter Dörwald authored
-
Walter Dörwald authored
the codecs docstrings.
-
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
-