- 19 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
have pointer addresses in uppercase. Closes bug #934282. Thanks Robin Becker.
-
- 18 Haz, 2004 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Sjoerd Mullender yazdı
immediately (since None is not a sequence you can iterate over).
-
Nicholas Bastin yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Already backported.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Skip Montanaro yazdı
and modules by configuring with the --enable-profiling flag.
-
- 17 Haz, 2004 10 kayıt (commit)
-
-
Fred Drake yazdı
jammed together on thos platforms.
-
Brett Cannon yazdı
Closes bug #973901. Thanks Brian Gough.
-
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 7 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ı
-