1. 02 Aug, 2019 2 commits
    • Inada Naoki's avatar
      bpo-37729: gc: write stats at once (GH-15050) · bf8162c8
      Inada Naoki authored
      gc used several PySys_WriteStderr() calls to write stats.
      It caused stats mixed up when stderr is shared by multiple
      processes like this:
      
        gc: collecting generation 2...
        gc: objects in each generation: 0 0gc: collecting generation 2...
        gc: objects in each generation: 0 0 126077 126077
        gc: objects in permanent generation: 0
      
        gc: objects in permanent generation: 0
        gc: done, 112575 unreachable, 0 uncollectablegc: done, 112575 unreachable, 0 uncollectable, 0.2223s elapsed
        , 0.2344s elapsed
      bf8162c8
    • tmblweed's avatar
      bpo-16970: Adding error message for invalid args (GH-14844) · 4b3e9759
      tmblweed authored
      
      
      BPO -16970: Adding error message for invalid args
      
      Applied the patch argparse-v2 patch issue 16970, ran patch check and the test suite, test_argparse with 0 errors
      
      
      https://bugs.python.org/issue16970
      4b3e9759
  2. 01 Aug, 2019 3 commits
  3. 31 Jul, 2019 10 commits
  4. 30 Jul, 2019 8 commits
  5. 29 Jul, 2019 6 commits
  6. 28 Jul, 2019 3 commits
  7. 27 Jul, 2019 4 commits
  8. 26 Jul, 2019 4 commits