1. 01 Haz, 2017 5 kayıt (commit)
  2. 31 May, 2017 2 kayıt (commit)
    • Hiro Asari's avatar
      a5aa72ac
    • Albert-Jan Nijburg's avatar
      bpo-25324: copy tok_name before changing it (#1608) · fc354f07
      Albert-Jan Nijburg yazdı
      * add test to check if were modifying token
      
      * copy list so import tokenize doesnt have side effects on token
      
      * shorten line
      
      * add tokenize tokens to token.h to get them to show up in token
      
      * move ERRORTOKEN back to its previous location, and fix nitpick
      
      * copy comments from token.h automatically
      
      * fix whitespace and make more pythonic
      
      * change to fix comments from @haypo
      
      * update token.rst and Misc/NEWS
      
      * change wording
      
      * some more wording changes
      fc354f07
  3. 30 May, 2017 4 kayıt (commit)
  4. 29 May, 2017 5 kayıt (commit)
  5. 28 May, 2017 5 kayıt (commit)
  6. 27 May, 2017 9 kayıt (commit)
  7. 26 May, 2017 2 kayıt (commit)
    • Aaron Hall, MBA's avatar
      bpo-30449 Terse slots (#1819) · 2b44e302
      Aaron Hall, MBA yazdı
      * correct __slots__ documentation with minimal changes
      
      * add multiple inheritance info
      
      * remove mapping from description
      2b44e302
    • Alex Gaynor's avatar
      bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) · 368cf1d2
      Alex Gaynor yazdı
      Partially clarify the subprocess convenience API documentation by
      explicitly listing the `cwd` parameter in their abbreviated signatures.
      
      While this has been merged as an improvement, it doesn't fully
      resolve the issue, as the `cwd` should also be covered in the
      "Frequently Used Arguments" section, and the fact these APIs
      pass unlisted keyword arguments down to the lower level APIs
      is currently still unclear.
      368cf1d2
  8. 25 May, 2017 5 kayıt (commit)
  9. 24 May, 2017 3 kayıt (commit)