1. 06 Sep, 2017 1 commit
  2. 04 Sep, 2017 1 commit
  3. 18 May, 2017 1 commit
    • Jon Dufresne's avatar
      bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) · 252748ea
      Jon Dufresne authored
      * Replaced list(<generator expression>) with list comprehension
      * Replaced dict(<generator expression>) with dict comprehension
      * Replaced set(<list literal>) with set literal
      * Replaced builtin func(<list comprehension>) with func(<generator
        expression>) when supported (e.g. any(), all(), tuple(), min(), &
        max())
      252748ea
  4. 09 May, 2017 1 commit
  5. 04 May, 2017 1 commit
    • Victor Stinner's avatar
      bpo-30273: Update sysconfig (#1464) · 37a5021a
      Victor Stinner authored
      The AST_H_DIR variable was removed from Makefile.pre.in by the commit
      a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404).
      
      AST_H_DIR was hardcoded to "Include", so replace the removed variable
      by its content.
      
      Remove also ASDLGEN variable from sysconfig example since this
      variable was also removed.
      37a5021a
  6. 02 May, 2017 1 commit
  7. 25 Apr, 2017 1 commit
  8. 14 Apr, 2017 1 commit
  9. 01 Feb, 2017 1 commit
  10. 18 Dec, 2016 3 commits
  11. 13 Dec, 2016 3 commits
  12. 17 Nov, 2016 2 commits
  13. 23 Oct, 2016 3 commits
  14. 14 Oct, 2016 7 commits
  15. 04 Oct, 2016 3 commits
  16. 01 Oct, 2016 1 commit
  17. 29 Sep, 2016 2 commits
  18. 11 Sep, 2016 2 commits
  19. 10 Sep, 2016 1 commit
  20. 08 Sep, 2016 1 commit
  21. 07 Sep, 2016 2 commits
  22. 06 Sep, 2016 1 commit