- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 01 Mar, 2015 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Original patch by Akira Li.
-
- 28 Şub, 2015 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
* Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division.
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implementation in issue #21408 they are redundant.
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
This patch brings the pure-python datetime more in-line with the C module. Patch contributed by Brian Kearns, a PyPy developer. PyPy project has been running these modifications in PyPy2 stdlib. This commit includes: - General PEP8/cleanups; - Better testing of argument types passed to constructors; - Removal of duplicate operations; - Optimization of timedelta creation; - Caching the result of __hash__ like the C accelerator; - Enhancements/bug fixes in tests.
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
class name instead of hardcoded one.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Agu, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 13 Nis, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 26 Mar, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 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.
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 08 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 13 Mar, 2012 1 kayıt (commit)
-
-
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.
-
- 19 Eki, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 02 May, 2011 1 kayıt (commit)
-
-
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ı
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 21 Eyl, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 26 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 23 Tem, 2010 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-