]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
format_utcoffset(): The natural type of the buflen arg is size_t, so
authorTim Peters <tim.peters@gmail.com>
Fri, 20 Dec 2002 01:31:27 +0000 (01:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 20 Dec 2002 01:31:27 +0000 (01:31 +0000)
commit328fff72149a896141209b57b577b4dc57ea5d90
treed78d51ecd4cfa4cb574794b2e241d193035e4588
parentd0e2926d2a10ff3414b3d9177034728c1a074cd1
format_utcoffset():  The natural type of the buflen arg is size_t, so
used that.

wrap_strftime():  Removed the most irritating uses of buf.

TestDate.test_ordinal_conversions():  The C implementation is fast enough
that we can afford to check the endpoints of every year.  Also added
tm_yday tests at the endpoints.
Lib/test/test_datetime.py
Modules/datetimemodule.c