1. 06 May, 2019 3 kayıt (commit)
  2. 05 May, 2019 3 kayıt (commit)
  3. 04 May, 2019 4 kayıt (commit)
  4. 03 May, 2019 10 kayıt (commit)
  5. 02 May, 2019 17 kayıt (commit)
  6. 01 May, 2019 3 kayıt (commit)
    • Chris Withers's avatar
      Mock 100% coverage (GH-13045) · adbf178e
      Chris Withers yazdı
      This was achieved by:
      * moving many pass statements in tests onto their own lines, so they pass line coverage and can match an easy ignore pattern if branch coverage is added later.
      * removing code that cannot be reached.
      * removing long-disabled tests.
      * removing unused code.
      * adding tests for uncovered code
      
      It turned out that removing `if __name__ == '__main__'` blocks that run unittest.main() at the bottom of test files was surprisingly contentious, so they remain and can be filtered out with an appropriate .coveragerc.
      adbf178e
    • Gregory P. Smith's avatar
      bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) · b7378d77
      Gregory P. Smith yazdı
      Use http.client.InvalidURL instead of ValueError as the new error case's exception.
      b7378d77
    • Stefan Behnel's avatar
      bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) · e1d5dd64
      Stefan Behnel yazdı
      * Implement C14N 2.0 as a new canonicalize() function in ElementTree.
      
      Missing features:
      - prefix renaming in XPath expressions (tag and attribute text is supported)
      - preservation of original prefixes given redundant namespace declarations
      e1d5dd64