1. 05 May, 2017 2 commits
    • Benjamin Peterson's avatar
      Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467) · ef4c6ba1
      Benjamin Peterson authored
      This reverts commit 0f4ed2cd (though, the tests are retained) and the followup 58ab4b57.
      
      See discussion on bpo-29094.
      ef4c6ba1
    • Victor Stinner's avatar
      bpo-23404: make touch becomes make regen-all (#1466) · 8a19eb24
      Victor Stinner authored
      Don't rebuild generated files based on file modification time
      anymore, the action is now explicit. Replace "make touch"
      with "make regen-all".
      
      Changes:
      
      * Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
      * Add a new "make regen-all" command to rebuild all generated files
      * Add subcommands to only generate specific files:
      
        - regen-ast: Include/Python-ast.h and Python/Python-ast.c
        - regen-grammar: Include/graminit.h and Python/graminit.c
        - regen-opcode-targets: Python/opcode_targets.h
      
      * Add PYTHON_FOR_REGEN variable
      * pgen is now only built by by "make regen-grammar"
      * Add $(srcdir)/ prefix to paths to source files to handle correctly
        compilation outside the source directory
      8a19eb24
  2. 04 May, 2017 5 commits
  3. 03 May, 2017 9 commits
  4. 02 May, 2017 6 commits
  5. 01 May, 2017 1 commit
  6. 30 Apr, 2017 2 commits
  7. 28 Apr, 2017 3 commits
  8. 27 Apr, 2017 1 commit
  9. 26 Apr, 2017 1 commit
  10. 23 Apr, 2017 1 commit
  11. 21 Apr, 2017 1 commit
  12. 20 Apr, 2017 2 commits
  13. 19 Apr, 2017 3 commits
  14. 16 Apr, 2017 1 commit
  15. 15 Apr, 2017 2 commits