1. 26 Apr, 2017 1 commit
  2. 23 Apr, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 20 Apr, 2017 2 commits
  5. 19 Apr, 2017 3 commits
  6. 16 Apr, 2017 1 commit
  7. 15 Apr, 2017 5 commits
  8. 13 Apr, 2017 1 commit
  9. 12 Apr, 2017 1 commit
  10. 10 Apr, 2017 1 commit
  11. 09 Apr, 2017 3 commits
  12. 08 Apr, 2017 2 commits
  13. 06 Apr, 2017 1 commit
  14. 04 Apr, 2017 1 commit
  15. 03 Apr, 2017 2 commits
  16. 02 Apr, 2017 2 commits
  17. 31 Mar, 2017 1 commit
  18. 30 Mar, 2017 4 commits
  19. 29 Mar, 2017 1 commit
  20. 28 Mar, 2017 1 commit
    • INADA Naoki's avatar
      bpo-29643: Fix check for --enable-optimizations (GH-873) · 6a04ef7c
      INADA Naoki authored
      The presence of the ``--enable-optimizations`` flag is indicated by the
      value of ``$enableval``, but the configure script was checking ``$withval``,
      resulting in the ``--enable-optimizations`` flag being effectively ignored.
      (cherry picked from commit 8cea5929)
      6a04ef7c
  21. 27 Mar, 2017 2 commits
  22. 24 Mar, 2017 1 commit
    • Antoine Pitrou's avatar
      bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) · 5084ff7d
      Antoine Pitrou authored
      * bpo-29861: release references to multiprocessing Pool tasks (#743)
      
      * 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
      
      (cherry picked from commit 8988945c)
      
      * Fix Misc/NEWS ?
      5084ff7d
  23. 22 Mar, 2017 2 commits