Files
cpython/Modules
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-01-31 13:56:50 +01:00
2016-12-03 12:32:38 -08:00
2013-12-18 11:25:26 -08:00
2016-09-15 01:50:53 +00:00