1. 18 Nov, 2017 1 commit
  2. 08 Nov, 2017 1 commit
    • Victor Stinner's avatar
      Replace KB unit with KiB (#4293) · 50a9c568
      Victor Stinner authored
      kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
      means 1024 bytes. KB was misused: replace kB or KB with KiB when
      appropriate.
      
      Same change for MB and GB which become MiB and GiB.
      
      Change the output of Tools/iobench/iobench.py.
      
      Round also the size of the documentation from 5.5 MB to 5 MiB.
      50a9c568
  3. 26 Oct, 2017 1 commit
  4. 29 Sep, 2017 1 commit
  5. 25 Sep, 2017 1 commit
  6. 07 Sep, 2017 1 commit
  7. 06 Sep, 2017 2 commits
  8. 04 Sep, 2017 1 commit
  9. 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
  10. 09 May, 2017 1 commit
  11. 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
  12. 02 May, 2017 1 commit
  13. 25 Apr, 2017 1 commit
  14. 14 Apr, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 18 Dec, 2016 3 commits
  17. 13 Dec, 2016 3 commits
  18. 17 Nov, 2016 2 commits
  19. 23 Oct, 2016 3 commits
  20. 14 Oct, 2016 7 commits
  21. 04 Oct, 2016 3 commits
  22. 01 Oct, 2016 1 commit
  23. 29 Sep, 2016 2 commits