1. 27 May, 2017 5 commits
  2. 26 May, 2017 2 commits
    • Aaron Hall, MBA's avatar
      bpo-30449 Terse slots (#1819) · 2b44e302
      Aaron Hall, MBA authored
      * 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 authored
      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
  3. 25 May, 2017 5 commits
  4. 24 May, 2017 15 commits
  5. 23 May, 2017 13 commits