1. 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
  2. 03 Apr, 2016 3 commits
  3. 02 Apr, 2016 2 commits
  4. 01 Apr, 2016 5 commits
  5. 31 Mar, 2016 4 commits
  6. 30 Mar, 2016 4 commits
  7. 29 Mar, 2016 4 commits
  8. 20 Nov, 2011 1 commit
  9. 28 Mar, 2016 1 commit
  10. 27 Mar, 2016 5 commits
  11. 14 Mar, 2016 1 commit
  12. 25 Mar, 2016 4 commits
  13. 22 Jan, 2016 1 commit
    • Victor Stinner's avatar
      Use Py_uintptr_t for atomic pointers · 244e1208
      Victor Stinner authored
      Issue #26161: Use Py_uintptr_t instead of void* for atomic pointers in
      pyatomic.h. Use atomic_uintptr_t when <stdatomic.h> is used.
      
      Using void* causes compilation warnings depending on which implementation of
      atomic types is used.
      244e1208
  14. 24 Mar, 2016 3 commits