- 19 Jun, 2004 2 commits
-
-
Brett Cannon authored
regex match from 6 to 16 characters.
-
Brett Cannon authored
have pointer addresses in uppercase. Closes bug #934282. Thanks Robin Becker.
-
- 18 Jun, 2004 10 commits
-
-
Fred Drake authored
-
Sjoerd Mullender authored
immediately (since None is not a sequence you can iterate over).
-
Nicholas Bastin authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
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 authored
-
Thomas Heller authored
-
Skip Montanaro authored
and modules by configuring with the --enable-profiling flag.
-
- 17 Jun, 2004 10 commits
-
-
Fred Drake authored
jammed together on thos platforms.
-
Brett Cannon authored
Closes bug #973901. Thanks Brian Gough.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
- misc. changes
-
Nicholas Bastin authored
-
Fred Drake authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Armin Rigo authored
SF patch #943898
-
- 16 Jun, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 15 Jun, 2004 6 commits
-
-
Raymond Hettinger authored
Reads better when the iterable is a generator expression.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
We need to write more; hopefully the barrier is a little lower now.
-
Raymond Hettinger authored
Make sure the start argument is not negative.
-
- 14 Jun, 2004 5 commits
-
-
Fred Drake authored
-
Raymond Hettinger authored
(Contributed by Andrew Gaul.)
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Tim Peters authored
a long time ago for VC6.
-
- 13 Jun, 2004 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-