1. 29 Nov, 2018 2 commits
  2. 28 Nov, 2018 1 commit
  3. 23 Nov, 2018 1 commit
  4. 22 Nov, 2018 1 commit
  5. 21 Nov, 2018 1 commit
  6. 20 Nov, 2018 1 commit
  7. 19 Nov, 2018 1 commit
  8. 16 Nov, 2018 1 commit
  9. 15 Nov, 2018 1 commit
  10. 14 Nov, 2018 2 commits
  11. 12 Nov, 2018 1 commit
  12. 11 Nov, 2018 1 commit
  13. 10 Nov, 2018 1 commit
  14. 08 Nov, 2018 2 commits
  15. 07 Nov, 2018 3 commits
  16. 06 Nov, 2018 1 commit
  17. 05 Nov, 2018 1 commit
    • Serhiy Storchaka's avatar
      [2.7] bpo-35133: Fix mistakes when concatenate string literals on different... · 3e3e1a27
      Serhiy Storchaka authored
      [2.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) (GH-10336)
      
      Two kind of mistakes:
      
      1. Missed space. After concatenating there is no space between words.
      
      2. Missed comma. Causes unintentional concatenating in a list of strings.
      (cherry picked from commit 34fd4c20)
      (cherry picked from commit 7054e5c80b6e98cd44e22d1bc2d7f0a94343089d)
      3e3e1a27
  18. 04 Nov, 2018 1 commit
  19. 03 Nov, 2018 1 commit
  20. 02 Nov, 2018 1 commit
  21. 01 Nov, 2018 1 commit
  22. 31 Oct, 2018 1 commit
  23. 30 Oct, 2018 1 commit
  24. 29 Oct, 2018 3 commits
  25. 28 Oct, 2018 2 commits
  26. 27 Oct, 2018 2 commits
  27. 26 Oct, 2018 4 commits
  28. 24 Oct, 2018 1 commit
    • Zsolt Cserna's avatar
      [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10071) · 4a59c969
      Zsolt Cserna authored
      Fix the documentation of copy2, as it does not copy file ownership (user and
      group), only mode, mtime, atime and flags.
      
      The original text was confusing to developers as it suggested that this
      command is the same as 'cp -p', but according to cp(1), '-p' copies file
      ownership as well.
      
      Clarify which metadata is copied by shutil.copystat in its docstring.
      
      (cherry picked from commit 4f399be0)
      4a59c969