1. 27 Sep, 2017 4 commits
  2. 26 Sep, 2017 2 commits
  3. 25 Sep, 2017 3 commits
  4. 22 Sep, 2017 1 commit
  5. 20 Sep, 2017 1 commit
  6. 16 Sep, 2017 4 commits
  7. 15 Sep, 2017 2 commits
  8. 14 Sep, 2017 1 commit
  9. 13 Sep, 2017 2 commits
  10. 11 Sep, 2017 3 commits
  11. 10 Sep, 2017 2 commits
  12. 08 Sep, 2017 3 commits
  13. 07 Sep, 2017 5 commits
  14. 06 Sep, 2017 6 commits
  15. 05 Sep, 2017 1 commit
    • Victor Stinner's avatar
      bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) · eeadf5fc
      Victor Stinner authored
      * 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()
      eeadf5fc