1. 11 Nis, 2016 2 kayıt (commit)
  2. 26 Şub, 2016 1 kayıt (commit)
  3. 11 Nis, 2016 1 kayıt (commit)
  4. 10 Nis, 2016 3 kayıt (commit)
  5. 09 Nis, 2016 5 kayıt (commit)
  6. 06 Nis, 2016 2 kayıt (commit)
  7. 05 Nis, 2016 2 kayıt (commit)
    • Martin Panter's avatar
      Issue #6953: Rearrange and expand Readline module documentation · aad86a60
      Martin Panter yazdı
      * 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
      aad86a60
    • Martin Panter's avatar
      Fix typos in documentation and comments · 3c38dccf
      Martin Panter yazdı
      3c38dccf
  8. 03 Nis, 2016 2 kayıt (commit)
  9. 01 Nis, 2016 2 kayıt (commit)
  10. 31 Mar, 2016 2 kayıt (commit)
  11. 30 Mar, 2016 2 kayıt (commit)
  12. 28 Mar, 2016 1 kayıt (commit)
  13. 27 Mar, 2016 1 kayıt (commit)
  14. 23 Mar, 2016 2 kayıt (commit)
  15. 22 Mar, 2016 2 kayıt (commit)
  16. 21 Mar, 2016 2 kayıt (commit)
  17. 01 Mar, 2016 1 kayıt (commit)
  18. 21 Mar, 2016 1 kayıt (commit)
  19. 20 Mar, 2016 3 kayıt (commit)
  20. 13 Haz, 2013 1 kayıt (commit)
  21. 20 Mar, 2016 1 kayıt (commit)
    • Nick Coghlan's avatar
      Issue #23857: Implement PEP 493 · dbcd4576
      Nick Coghlan yazdı
      Adds a Python-2-only ssl module API and environment variable to
      configure the default handling of SSL/TLS certificates for
      HTTPS connections.
      dbcd4576
  22. 18 Mar, 2016 1 kayıt (commit)