Files
cpython/Lib
Victor Stinner eeadf5fc23 bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
* bpo-31339: Rewrite time.asctime() and time.ctime()

Backport and adapt the _asctime() function from the master branch to
not depend on the implementation of asctime() and ctime() from the
external C library. This change fixes a bug when Python is run using
the musl C library.

* bound checks for time.asctime()

* bound checks for time.strftime()
2017-09-06 01:35:39 +02:00
..
2017-08-26 11:17:02 -07:00
2013-10-01 11:39:08 -04:00
2015-04-13 20:24:10 -04:00
2016-10-25 09:51:38 +03:00