1. 15 Apr, 2017 2 commits
  2. 13 Apr, 2017 1 commit
  3. 12 Apr, 2017 1 commit
  4. 10 Apr, 2017 1 commit
  5. 09 Apr, 2017 3 commits
  6. 08 Apr, 2017 2 commits
  7. 06 Apr, 2017 1 commit
  8. 04 Apr, 2017 1 commit
  9. 03 Apr, 2017 2 commits
  10. 02 Apr, 2017 2 commits
  11. 31 Mar, 2017 1 commit
  12. 30 Mar, 2017 4 commits
  13. 29 Mar, 2017 1 commit
  14. 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
  15. 27 Mar, 2017 2 commits
  16. 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
  17. 22 Mar, 2017 5 commits
  18. 20 Mar, 2017 1 commit
  19. 19 Mar, 2017 1 commit
  20. 17 Mar, 2017 1 commit
  21. 14 Mar, 2017 1 commit
  22. 13 Mar, 2017 1 commit
  23. 12 Mar, 2017 2 commits
  24. 09 Mar, 2017 2 commits