- 06 Ara, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Jack Jansen yazdı
-
- 05 Ara, 2003 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the new waste functionality because it's probably going to be dropped anyway.
-
Thomas Heller yazdı
are passed to the compiler.
-
Thomas Heller yazdı
Use case: Sometimes 'compiling' source files (with SWIG, for example) creates additionl files which included by later sources. The win32all setup script requires this. There is no SF item for this, but it was discussed on distutils-sig: http://mail.python.org/pipermail/distutils-sig/2003-November/003514.html
-
Fred Drake yazdı
- note the behavior of bool() with no arg in the main body of the description
-
Fred Drake yazdı
-
Fred Drake yazdı
remain deprecated in the documentation.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 04 Ara, 2003 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Michael W. Hudson yazdı
during a CVS merge.
-
Michael W. Hudson yazdı
can run" bugs as discussed in [ 848856 ] couple of new list.sort bugs
-
Tim Peters yazdı
-
- 03 Ara, 2003 13 kayıt (commit)
-
-
Jack Jansen yazdı
Completely untested.
-
Jack Jansen yazdı
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
by setting TESTFN_UNICODE_UNENCODEABLE on these platforms. test_unicode_file only attempts to use the name for testing if not None.
-
Jack Jansen yazdı
-
Walter Dörwald yazdı
and pass them along to the PrettyPrinter constructor.
-
Walter Dörwald yazdı
and dict too, as long as they don't overwrite __repr__().
-
Guido van Rossum yazdı
for Big String). This should make the tests pass on Win98SE. Note that the docs only promise lengths up to 2048. Unfortunately this no longer tests for the segfault I was seeing earlier, but I'm confident I've nailed that one. :-) Fixes SF 852281. Will backport to 2.3.
-
Walter Dörwald yazdı
-
Mark Hammond yazdı
unicode filenames" Reorganize tests into functions so more combinations of unicode/encoded/ascii can be tested, and while I was at it, upgrade to unittest based test.
-
Mark Hammond yazdı
encoded using the default file system encoding.
-
Mark Hammond yazdı
-
- 02 Ara, 2003 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Skip Montanaro yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
implement its locking scheme, this module implements a crude link() by way of copying the source to the destination provided the destination doesn't already exist.
-
Andrew MacIntyre yazdı
library search path to include the extension directory. Without this, the curses_panel extension can't find the curses extension/DLL, which exports some curses symbols to it.
-
Andrew MacIntyre yazdı
- various minor cleanups and updates.
-
Andrew MacIntyre yazdı
a Python extension, so that the curses_panel extension works. - minor compiler switch tweak.
-
Andrew MacIntyre yazdı
-
Raymond Hettinger yazdı
Use a set instead of dict with values equal to one.
-