- 17 Haz, 2004 8 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- misc. changes
-
Nicholas Bastin yazdı
-
Fred Drake yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Armin Rigo yazdı
SF patch #943898
-
- 16 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Haz, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
Reads better when the iterable is a generator expression.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
We need to write more; hopefully the barrier is a little lower now.
-
Raymond Hettinger yazdı
Make sure the start argument is not negative.
-
- 14 Haz, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
(Contributed by Andrew Gaul.)
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
a long time ago for VC6.
-
- 13 Haz, 2004 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Beardsley. If the seconds are different, we still need to calculate the differences between milliseconds. Also, on a Gentoo Linux (2.6.5) dual Athlon MP box with glibc 2.3, time can go backwards. This probably happens when the process switches the CPU it's running on. Time can also go backwards when running NTP. If we detect a negative time delta (ie, time went backwards), return a delta of 0. This prevents an illegal array access elsewhere. I think it's safest to *not* update prev_timeofday in this case, so we return without updating. Backport candidate.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 12 Haz, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
Maxheap version of heapq.smallest() is forthcoming.
-
Michael W. Hudson yazdı
-
Raymond Hettinger yazdı
an alternate algorithm when the number of selected items is small relative to the full iterable.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Change a XDECREF to DECREF (adding an assertion just to be sure).
-
- 11 Haz, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
This is basically the support for package data from Phillip Eby's setuptools package. I've changed it only to fit it into the core implementation rather than to live in subclasses, and added documentation.
-
Michael W. Hudson yazdı
[ 971323 ] make test_signal less annoying after some comments on IRC from a highly opinionated australian who wishes to remain anonymous.
-
Anthony Baxter yazdı
Ignore it, rather than breaking. Will backport. (and r1.1000 for Misc/NEWS!)
-