- 22 Kas, 2002 25 kayıt (commit)
-
-
Thomas Heller yazdı
Changed the MSVC project file to create the exe in the lib/distutils/command directory, bdist_wininst.py must still be changed to use it. Also changed to use the same zlib as the zlib module - this has the nice sideeffect that now the buggy 1.1.3 version is no longer used. Most of the source files now conform to PEP 7, except for the maximum line length. Windows api programming in 78 character lines =:(. README.txt is a new file, but still empty except for placeholders.
-
Fred Drake yazdı
- assertRaises() wasn't being called correctly - test_warning() no longer applies
-
Tim Peters yazdı
The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do!
-
Jack Jansen yazdı
system headers have two declarations for wchar_t, with different guard macros. Not sure whether this is a bugfix candidate, that depends on what changed in the curses module.
-
Guido van Rossum yazdı
often unavoidable.
-
Jack Jansen yazdı
manager doesn't always have the alias as the first argument, so things become functions in stead of methods.
-
Jack Jansen yazdı
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Just van Rossum yazdı
workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install
-
Fredrik Lundh yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
module. Jack: I've compared the .app output of the orginal with the new and I can't find any significant differences. However, bundlebuilder.py contains its' own command line interface and I think we should use that instead. I'll have a look to see whether I can patch Mac/OSX/Makefile.jaguar to this effect.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
add globbing support, find modules by name instead of by file.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Piers Lauder yazdı
-
Piers Lauder yazdı
added details of new IMAP4_stream class; emphasised meaning of data part of command results; added proxyauth command description
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Raymond Hettinger yazdı
Already supported dict() and dict(mapping). Now supports dict(itemsequence) and Just van Rossum's new syntax for dict(keywordargs). Also, added related unittests. The docs already promise dict-like behavior so no update is needed there.
-
- 21 Kas, 2002 15 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Just van Rossum yazdı
-
Tim Peters yazdı
long but the double is too big to fit in a long. Prevent that. This closes some recent bug or patch on SF, but SF is down now so I can't say which. Bugfix candidate.
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
interrupted. A try/finally will do nicely. Maybe other classes need this too, but since they manipulate more state it's less clear that that is always the right thing, and I'm in a hurry. Backport candidate.
-
Martin v. Löwis yazdı
prototypes explicitly.
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
the --disable-unicode build doesn't complain about an unused variable.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
so the --disable-unicode build doesn't complain about unused variables.
-
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.
-