- 16 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Eyl, 2015 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
of datetime.datetime: microseconds are now rounded to nearest with ties going to nearest even integer (ROUND_HALF_EVEN), instead of being rounding towards zero (ROUND_DOWN). It's important that these methods use the same rounding mode than datetime.timedelta to keep the property: (datetime(1970,1,1) + timedelta(seconds=t)) == datetime.utcfromtimestamp(t) It also the rounding mode used by round(float) for example. Add more unit tests on the rounding mode in test_datetime.
-
- 28 Şub, 2015 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
* Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division.
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 17 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Agu, 2013 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
(Original patch by Mark Dickinson.)
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 22 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 22 Haz, 2012 3 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
timezone instance corresponding to the system local timezone when called with no arguments.
-
Alexander Belopolsky yazdı
timezone instance corresponding to the system local timezone when called with no arguments.
-
- 16 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
or datetime objects.
-
- 08 Haz, 2012 3 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 13 Mar, 2012 2 kayıt (commit)
-
-
Victor Stinner yazdı
gmtime() failure on Windows
-
Victor Stinner yazdı
time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now raises an OverflowError, instead of a ValueError, if the timestamp does not fit in time_t. datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now round microseconds towards zero instead of rounding to nearest with ties going away from zero.
-
- 20 Şub, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions.
-
- 01 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 02 May, 2011 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
Patch by Victor Stinner.
-
- 06 Nis, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 08 Ock, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 06 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Ara, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 04 Ara, 2010 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 21 Eyl, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 31 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
-
- 26 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 23 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 06 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 05 Tem, 2010 3 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82578 | alexander.belopolsky | 2010-07-05 11:05:33 -0400 (Mon, 05 Jul 2010) | 1 line Added more tests for utctimetuple() ........
-
Alexander Belopolsky yazdı
-