- 09 Dec, 2003 1 commit
-
-
Jack Jansen authored
script that allows it to be built for that Python.
-
- 08 Dec, 2003 3 commits
-
-
Walter Dörwald authored
test_tuple.py and test_list.py. Common tests for tuple, list and UserList are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit. (From SF patch #736962)
-
Thomas Heller authored
MSVC isn't able to read them. Thanks to David Rushby.
-
Jack Jansen authored
two framework builds (in /Library and /System/Library) to coexist with distutils linking against the right one. Should be backported to 2.3, but getting Apple-supplied Python to pick up these fixes is going to be non-trivial.
-
- 07 Dec, 2003 8 commits
-
-
Jack Jansen authored
$(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed.
-
Just van Rossum authored
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by Florent Rougon.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
The example code did not work and could not easily be made to work. Since the docs were already complex and the feature was not used (it took two years for the errors to surface), we decided to dedocument it entirely, leaving unittest cleaner than before.
-
- 06 Dec, 2003 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Original idea by Guido van Rossum. Idea for skipable inner iterators by Raymond Hettinger. Idea for argument order and identity function default by Alex Martelli. Implementation by Hye-Shik Chang (with tweaks by Raymond Hettinger).
-
Steve Purcell authored
of test failure output. Irrelevant traceback levels are pruned from formatted traceback strings.
-
Raymond Hettinger authored
-
Jack Jansen authored
-
- 05 Dec, 2003 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
the new waste functionality because it's probably going to be dropped anyway.
-
Thomas Heller authored
are passed to the compiler.
-
Thomas Heller authored
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 authored
- note the behavior of bool() with no arg in the main body of the description
-
Fred Drake authored
-
Fred Drake authored
remain deprecated in the documentation.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 04 Dec, 2003 7 commits
-
-
Raymond Hettinger authored
-
Thomas Heller authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Michael W. Hudson authored
during a CVS merge.
-
Michael W. Hudson authored
can run" bugs as discussed in [ 848856 ] couple of new list.sort bugs
-
Tim Peters authored
-
- 03 Dec, 2003 5 commits
-
-
Jack Jansen authored
Completely untested.
-
Jack Jansen authored
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 authored
-
Raymond Hettinger authored
-
Mark Hammond authored
by setting TESTFN_UNICODE_UNENCODEABLE on these platforms. test_unicode_file only attempts to use the name for testing if not None.
-