1. 24 Aug, 2019 6 commits
    • shireenrao's avatar
      bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) · a4e2991b
      shireenrao authored
      * fix Path._add_implied_dirs to include all implied directories
      
      * fix Path._add_implied_dirs to include all implied directories
      
      * Optimize code by using sets instead of lists
      
      * 📜🤖 Added by blurb_it.
      
      * fix Path._add_implied_dirs to include all implied directories
      
      * Optimize code by using sets instead of lists
      
      * 📜🤖 Added by blurb_it.
      
      * Add tests to zipfile.Path.iterdir() fix
      
      * Update test for zipfile.Path.iterdir()
      
      * remove whitespace from test file
      
      * Rewrite NEWS blurb to describe the user-facing impact and avoid implementation details.
      
      * remove redundant [] within set comprehension
      
      * Update to use unique_everseen to maintain order and other suggestions in review
      
      * remove whitespace and add back add_dirs in tests
      
      * Add new standalone function parents using posixpath to get parents of a directory
      
      * removing whitespace (sorry)
      
      * Remove import pathlib from zipfile.py
      
      * Rewrite _parents as a slice on a generator of the ancestry of a path.
      
      * Remove check for '.' and '/', now that parents no longer returns those.
      
      * Separate calculation of implied dirs from adding those
      
      * Re-use _implied_dirs in tests for generating zipfile with dir entries.
      
      * Replace three fixtures (abcde, abcdef, abde) with one representative example alpharep.
      
      * Simplify implementation of _implied_dirs by collapsing the generation of parent directories for each name.
      a4e2991b
    • Serhiy Storchaka's avatar
      bpo-37830: Fix compilation of break and continue in finally. (GH-15320) · ef61c524
      Serhiy Storchaka authored
      Fix compilation of "break" and "continue" in the
      "finally" block when the corresponding "try" block
      contains "return" with a non-constant value.
      ef61c524
    • Serhiy Storchaka's avatar
    • Raymond Hettinger's avatar
    • Ned Deily's avatar
      7913cbc0
    • Antoine's avatar
      Fix funny typo in Doc/bugs. (GH-15412) · e17f201c
      Antoine authored
      
      
      Fix typo in description of link to mozilla bug report writing guidelines.
      
      Though the URL is misleading, we're indeed trying to write bug _reports_, not to add bugs.
      
      Automerge-Triggered-By: @ned-deily
      e17f201c
  2. 23 Aug, 2019 14 commits
  3. 22 Aug, 2019 9 commits
  4. 21 Aug, 2019 11 commits