- 20 Jun, 2004 5 commits
-
-
Tim Peters authored
The LaTeX is untested (well, so is the new API, for that matter). Note that I also changed NULL to get spelled consistently in concrete.tex. If that was a wrong thing to do, Fred should yell at me.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Tim Peters authored
New include file timefuncs.h exports private API function _PyTime_DoubleToTimet() from timemodule.c. timemodule should export some other functions too (look for painful bits in datetimemodule.c). Added insane-argument checking to datetime's assorted fromtimestamp() and utcfromtimestamp() methods. Added insane-argument tests of these to test_datetime, and insane-argument tests for ctime(), localtime() and gmtime() to test_time.
-
- 19 Jun, 2004 6 commits
-
-
Brett Cannon authored
itself. Closes bug #919012 . Thanks Johannes Gijsbers.
-
Brett Cannon authored
timestamps will lose precision thanks to time_t < double (bug #919012).
-
Brett Cannon authored
more than a second of precision. Primarily affects ctime, localtime, and gmtime. Closes bug #919012 thanks to Tim Peters' code. Tim suggests that the new funciton being introduced, _PyTime_DoubletoTimet(), should be added to the internal C API and then used in datetime where appropriate. Not being done now for lack of time.
-
Marc-André Lemburg authored
-
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 2 commits
-
-
Fred Drake authored
-
Raymond Hettinger authored
(Contributed by Andrew Gaul.)
-