An error occurred fetching the project authors.
  1. 13 Apr, 2016 1 commit
  2. 12 Apr, 2016 1 commit
    • Victor Stinner's avatar
      Fix os.urandom() on Solaris 11.3 · 9d24271d
      Victor Stinner authored
      Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than
      1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per
      call.
      9d24271d
  3. 10 Apr, 2016 1 commit
  4. 09 Apr, 2016 2 commits
  5. 08 Apr, 2016 1 commit
  6. 05 Apr, 2016 2 commits
    • Martin Panter's avatar
      Issue #6953: Rearrange and expand Readline module documentation · 0f767394
      Martin Panter authored
      * Group functions into six new subsections
      * Document the underlying Readline function or variable accessed
      * get_history_length() returns the history file limit
      * clear_history() is conditionally compiled in
      * Clarify zero and one bases for history item indexes
      * parse_and_bind() uses its argument directly as an init line
      * Change "command line" to "line buffer" for consistency
      * read_init_file() also executes the file
      * read_history_file() replaces the previous history
      * write_history_file() overwrites any existing file
      * Differentiate history file lines from history list items, which could be
        multi-line
      * Add more information about completion, also addressing Issue #10796
      * libedit (Editline) may be used on any platform; detection is OS X specific
      0f767394
    • Martin Panter's avatar
      Fix typos in documentation and comments · cc71a795
      Martin Panter authored
      cc71a795
  7. 03 Apr, 2016 2 commits
  8. 31 Mar, 2016 1 commit
  9. 30 Mar, 2016 1 commit
  10. 28 Mar, 2016 1 commit
  11. 27 Mar, 2016 2 commits
  12. 25 Mar, 2016 1 commit
  13. 24 Mar, 2016 1 commit
  14. 22 Mar, 2016 1 commit
  15. 20 Mar, 2016 1 commit
  16. 19 Mar, 2016 1 commit
  17. 18 Mar, 2016 1 commit
  18. 17 Mar, 2016 3 commits
  19. 18 Mar, 2016 1 commit
  20. 17 Mar, 2016 1 commit
  21. 15 Mar, 2016 2 commits
  22. 14 Mar, 2016 1 commit
  23. 12 Mar, 2016 4 commits
  24. 11 Mar, 2016 1 commit
  25. 09 Mar, 2016 1 commit
  26. 08 Mar, 2016 4 commits
  27. 06 Mar, 2016 1 commit