1. 10 Şub, 2018 2 kayıt (commit)
    • INADA Naoki's avatar
      travis: Use -O3 option (GH-5599) · 8ff53564
      INADA Naoki yazdı
      We don't use debugger on Travis.
      8ff53564
    • Zhou Fangyi's avatar
      bpo-30688: Import unicodedata only when needed. (GH-5606) · 5df5286a
      Zhou Fangyi yazdı
      Importing unicodedata in sre_parse leads to failure in compilation.
      unicodedata is unused during compilation, and is not compiled when this
      file is imported. The error occurs when generating posix variables,
      pprint is required. The dependency chain goes on like this:
      
      sysconfig -> pprint -> re -> sre_compile -> sre_parse (this file)
      
      This commits fixes compilation issues introduced by
      2272cec13b53c405d86c45d404f035f201c0baef.
      (Issue 30688, GH-5588)
      5df5286a
  2. 09 Şub, 2018 7 kayıt (commit)
  3. 08 Şub, 2018 1 kayıt (commit)
  4. 07 Şub, 2018 1 kayıt (commit)
  5. 06 Şub, 2018 4 kayıt (commit)
  6. 05 Şub, 2018 5 kayıt (commit)
  7. 04 Şub, 2018 8 kayıt (commit)
  8. 03 Şub, 2018 3 kayıt (commit)
  9. 02 Şub, 2018 9 kayıt (commit)