Files
cpython/Lib/test
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
..
2014-12-07 14:19:15 -05:00
2015-02-16 01:49:22 +02:00
2012-02-20 21:47:54 -05:00
2016-10-05 22:09:31 -07:00
2011-03-27 21:01:03 +02:00
2014-02-16 14:51:17 -05:00
2013-12-10 14:14:28 -06:00
2016-12-01 23:58:38 -08:00
2016-12-18 05:27:49 +00:00
2014-11-07 14:07:43 +02:00
2012-10-15 22:29:02 -04:00
2014-02-16 14:48:26 -05:00