1. 16 Oct, 2014 4 commits
  2. 15 Oct, 2014 24 commits
  3. 14 Oct, 2014 10 commits
  4. 13 Oct, 2014 2 commits
    • Victor Stinner's avatar
      Merge 3.4 (asyncio doc) · 395c7343
      Victor Stinner authored
      395c7343
    • Victor Stinner's avatar
      asyncio doc: rewrite subprocess doc · 39892055
      Victor Stinner authored
      * add a new example using transport and protocol
      * rewrite the example using streams to make it much simpler (remove error
        handling, use a simpler Python code)
      * copy (and adapt) more documentation from the subprocess module:
      
        - add a note about Process.wait() deadlock
        - add a note about shell injection
        - etc.
      
      * sort Process methods and attributes in the same order than subprocess.Popen
        methods and attributes, so the documentation looks closer
      * list differences between Process and subprocess.Popen APIs
      39892055