1. 09 Nis, 2016 3 kayıt (commit)
  2. 08 Nis, 2016 2 kayıt (commit)
  3. 06 Nis, 2016 3 kayıt (commit)
  4. 05 Nis, 2016 4 kayıt (commit)
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      Many changes from the upstream repo (https://github.com/python/typing). · bd5b9a07
      Guido van Rossum yazdı
      This syncs to rev 7b43ada77821d23e55e3a4b35f6055a59b9e1ad7 there.
      
      Summary:
      
      - Add typing.DefaultDict (as a generic variant of collections.defaultdict).
      
      - Use collections.Reversible if it exists (only relevant for Python 3.6).
      
      - Revamped generic class behavior to conform to updated PEP 484.
      
      - Improve speed of Generic.__new__.
      
      - Make sure __init__ is called for new Generic instances. Fix issue #26391.
      
      - Refactor async support to be compatible with 3.2, 3.3, 3.4.
      
      - Remove 'io' and 're' from __all__ (they still exist, just not
        included by "import *"). Fix issue #26234.
      
      - Change @overload -- you can now use it outside stubs (you still
        cannot call the decorated function though).
      bd5b9a07
    • Martin Panter's avatar
      Issue #6953: Rearrange and expand Readline module documentation · 0f767394
      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
      0f767394
    • Martin Panter's avatar
      Fix typos in documentation and comments · cc71a795
      Martin Panter yazdı
      cc71a795
  5. 03 Nis, 2016 3 kayıt (commit)
  6. 02 Nis, 2016 2 kayıt (commit)
  7. 01 Nis, 2016 5 kayıt (commit)
  8. 31 Mar, 2016 4 kayıt (commit)
  9. 30 Mar, 2016 4 kayıt (commit)
  10. 29 Mar, 2016 4 kayıt (commit)
  11. 20 Kas, 2011 1 kayıt (commit)
  12. 28 Mar, 2016 1 kayıt (commit)
  13. 27 Mar, 2016 4 kayıt (commit)