- 06 Sep, 2003 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
random.sample() uses one of two algorithms depending on the ratio of the sample size to the population size. One of the algorithms accepted any iterable population argument so long as it defined __len__(). The other had a stronger requirement that the population argument be indexable. While it met the documentation specifications which insisted that the population argument be a sequence, it made random.sample() less usable with sets. So, the second algorithm was modified to coerce non-indexable iterables and dictionaries into a tuple before proceeding.
-
Fred Drake authored
for PDF generation
-
Fred Drake authored
Fixes SF bug #520325.
-
Fred Drake authored
face of section re-ordering) - fix minor markup nits for better presentation
-
Fred Drake authored
with a \label
-
- 05 Sep, 2003 10 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
there's still a bug for the environment, but that's worked around in this change as well
-
Fred Drake authored
-
Raymond Hettinger authored
slice(5).__hash__() now raises a TypeError.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
sides
-
Fred Drake authored
-
- 04 Sep, 2003 12 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
that are left empty fixes first of the problems reported in SF bug #727692
-
Fred Drake authored
-
Fred Drake authored
printed version for browsers that support "@media print" in CSS.
-
Martin v. Löwis authored
Fixes #603724. Will backport to 2.3.
-
Martin v. Löwis authored
Will backport to 2.2.
-
Martin v. Löwis authored
interpreters. Fixes #698282. Will backport to 2.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Jason Tishler authored
The embed2.diff patch solves the user's problem by exporting the missing symbols from the Python core so Python can be embedded in another Cygwin application (well, at lest vim).
-
Jason Tishler authored
which still supports shared extensions. It takes advantage the latest Cygwin binutils (i.e., 20030901-1) which can export symbols from executables: http://cygwin.com/ml/cygwin-announce/2003-09/msg00002.html Additionally, it finally lays to rest the following mailing list subthread: http://mail.python.org/pipermail/python-list/2002-May/102500.html I tested the patch under Red Hat Linux 8.0 too
-
- 03 Sep, 2003 7 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Barry Warsaw authored
Backport candidate.
-
Barry Warsaw authored
-
Barry Warsaw authored
quotes. Fixes SF bug #794466, with the essential patch provided by Stuart D. Gathman. Specifically, _parseparam(), _get_params_preserve(): Use the parsing function that takes quotes into account, as given (essentially) in the bug report's test program. Backport candidate.
-
Barry Warsaw authored
-
Barry Warsaw authored
option is not given. If dbfile isn't given and can't be retrieved from the optionsdb, just initialize it to the first element in RGB_TXT. Backport candidate.
-
- 02 Sep, 2003 4 commits
-
-
Fred Drake authored
figure out what the code is doing
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-