1. 24 Mar, 2017 4 commits
    • Antoine Pitrou's avatar
      bpo-29861: release references to multiprocessing Pool tasks (#743) · 8988945c
      Antoine Pitrou authored
      * bpo-29861: release references to multiprocessing Pool tasks
      
      Release references to tasks, their arguments and their results as soon
      as they are finished, instead of keeping them alive until another task
      arrives.
      
      * Comments in test
      8988945c
    • Serhiy Storchaka's avatar
      bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) · e304e33c
      Serhiy Storchaka authored
      permission bits of newly-created intermediate-level directories.
      e304e33c
    • Sylvain Bellemare's avatar
    • Alex Dzyoba's avatar
      `make tags` fixes (GH-717) · 8a543c0b
      Alex Dzyoba authored
      * Fix `make tags` warnings
      
      `make tags` target tries to find C sources and headers in "Grammar" and
      "Mac" folders and generates these warnings:
      
          ctags: Warning: cannot open source file "Grammar/*.[ch]" : No such file or directory
          ctags: Warning: cannot open source file "Mac/*.[ch]" : No such file or directory
      
      This commit changes $SRCDIRS variable in configure.ac to remote these
      directories. This variable is used only for tags generation.
      
      Also, "configure" was regenerated with `autoreconf`.
      
      * Fix `make tags` fail on non-default tag names
      
      When ctags overrides default tags filename (e.g. `-f .tags`) `make tags`
      is failed because it assumes to see default `tags` filename:
      
          sort: cannot read: tags: No such file or directory
      
      This commit explicitly specifies "tags" filename for tags generation.
      8a543c0b
  2. 23 Mar, 2017 5 commits
  3. 22 Mar, 2017 2 commits
  4. 21 Mar, 2017 5 commits
  5. 20 Mar, 2017 4 commits
  6. 19 Mar, 2017 11 commits
  7. 18 Mar, 2017 1 commit
  8. 17 Mar, 2017 5 commits
  9. 16 Mar, 2017 1 commit
  10. 15 Mar, 2017 2 commits