1. 24 Jul, 2019 9 commits
  2. 23 Jul, 2019 5 commits
  3. 22 Jul, 2019 3 commits
    • Neil Schemenauer's avatar
      bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) · 4e16a4a3
      Neil Schemenauer authored
      Reduce the number of unit tests run for the PGO generation task.  This
      speeds up the task by a factor of about 15x.  Running the full unit test
      suite is slow.  This change may result in a slightly less optimized build
      since not as many code branches will be executed.  If you are willing to
      wait for the much slower build, the old behavior can be restored using
      './configure [..] PROFILE_TASK="-m test --pgo-extended"'.  We make no
      guarantees as to which PGO task set produces a faster build.  Users who
      care should run their own relevant benchmarks as results can depend on
      the environment, workload, and compiler tool chain.
      4e16a4a3
    • Vinay Sajip's avatar
      Update logging cookbook to show multiple worker processes using the... · d309352c
      Vinay Sajip authored
      Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905)
      
      d309352c
    • Xtreak's avatar
      bpo-21478: Record calls to parent when autospecced objects are used as child... · 7397cda9
      Xtreak authored
      bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688)
      
      * Clear name and parent of mock in autospecced objects used with attach_mock
      
      * Add NEWS entry
      
      * Fix reversed order of comparison
      
      * Test child and standalone function calls
      
      * Use a helper function extracting mock to avoid code duplication and refactor tests.
      7397cda9
  4. 21 Jul, 2019 8 commits
  5. 20 Jul, 2019 1 commit
  6. 19 Jul, 2019 4 commits
  7. 18 Jul, 2019 5 commits
  8. 17 Jul, 2019 5 commits