1. 13 Eyl, 2017 8 kayıt (commit)
  2. 12 Eyl, 2017 7 kayıt (commit)
  3. 11 Eyl, 2017 9 kayıt (commit)
  4. 10 Eyl, 2017 5 kayıt (commit)
    • wohlganger's avatar
      bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) · 58fc71c4
      wohlganger yazdı
      About 10 IDLE features were implemented as supposedly optional
      extensions.  Their different behavior could be confusing or worse for
      users and not good for maintenance.  Hence the conversion.
      
      The main difference for users is that user configurable key bindings
      for builtin features are now handled uniformly.  Now, editing a binding
      in a keyset only affects its value in the keyset.  All bindings are
      defined together in the system-specific default keysets in config-
      extensions.def.  All custom keysets are saved as a whole in config-
      extension.cfg.  All take effect as soon as one clicks Apply or Ok.
      
      The affected events are '<<force-open-completions>>', '<<expand-word>>',
      '<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>',
      '<<run-module>>', '<<check-module>>', and '<<zoom-height>>'.  Any
      (global) customizations made before 3.6.3 will not affect their keyset-
      specific customization after 3.6.3. and vice versa.
      
      Inital patch by Charles Wohlganger, revised by Terry Jan Reedy.
      58fc71c4
    • Antoine Pitrou's avatar
      Simplify run_tests.py (#3482) · d39dbf4c
      Antoine Pitrou yazdı
      d39dbf4c
    • Raymond Hettinger's avatar
      bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) · 8b57d736
      Raymond Hettinger yazdı
      * Working draft without _source
      
      * Re-use itemgetter() instances
      
      * Speed-up calls to __new__() with a pre-bound tuple.__new__()
      
      * Add note regarding string interning
      
      * Remove unnecessary create function wrappers
      
      * Minor sync-ups with PR-2736.  Mostly formatting and f-strings
      
      * Bring-in qualname/__module fix-ups from PR-2736
      
      * Formally remove the verbose flag and _source attribute
      
      * Restore a test of potentially problematic field names
      
      * Restore kwonly_args test but without the verbose option
      
      * Adopt Inada's idea to reuse the docstrings for the itemgetters
      
      * Neaten-up a bit
      
      * Add news blurb
      
      * Serhiy pointed-out the need for interning
      
      * Jelle noticed as missing f on an f-string
      
      * Add whatsnew entry for feature removal
      
      * Accede to request for dict literals instead keyword arguments
      
      * Leave the method.__module__ attribute pointing the actual location of the code
      
      * Improve variable names and add a micro-optimization for an non-public helper function
      
      * Simplify by in-lining reuse_itemgetter()
      
      * Arrange steps in more logical order
      
      * Save docstring in local cache instead of interning
      8b57d736
    • Stefan Krah's avatar
    • Zhiming Wang's avatar
      Improve IncrementalEncoder documentation (GH-2746) · 30644dee
      Zhiming Wang yazdı
      getstate and setstate are instance methods, same as encode and reset.
      30644dee
  5. 09 Eyl, 2017 4 kayıt (commit)
  6. 08 Eyl, 2017 7 kayıt (commit)