1. 27 Jul, 2017 2 commits
  2. 26 Jul, 2017 5 commits
  3. 25 Jul, 2017 1 commit
  4. 24 Jul, 2017 3 commits
  5. 21 Jul, 2017 2 commits
  6. 20 Jul, 2017 2 commits
  7. 19 Jul, 2017 1 commit
  8. 16 Jul, 2017 2 commits
  9. 13 Jul, 2017 1 commit
  10. 12 Jul, 2017 1 commit
  11. 11 Jul, 2017 1 commit
  12. 10 Jul, 2017 2 commits
    • Nir Soffer's avatar
      [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) · bfa4fe4f
      Nir Soffer authored
      If history-length is set in .inputrc, and the history file is double the
      history size (or more), history_get(N) returns NULL, and python
      segfaults. Fix that by checking for NULL return value.
      
      It seems that the root cause is incorrect handling of bigger history in
      readline, but Python should not segfault even if readline returns
      unexpected value.
      
      This issue affects only GNU readline. When using libedit emulation
      system history size option does not work.
      
      This is a backport of the actual fix from master without the test, since
      the test depends on new run_pty() helper which is not available in 2.7.
      bfa4fe4f
    • Kit Sunde's avatar
      json Docs: Trivial update to the code example (GH-2465) · 5d1554a2
      Kit Sunde authored
      Replace `dumps` with `json.dumps`
      5d1554a2
  13. 06 Jul, 2017 2 commits
  14. 05 Jul, 2017 4 commits
  15. 04 Jul, 2017 4 commits
  16. 03 Jul, 2017 4 commits
  17. 30 Jun, 2017 3 commits