1. 02 Feb, 2015 4 commits
  2. 01 Feb, 2015 8 commits
  3. 31 Jan, 2015 3 commits
  4. 30 Jan, 2015 3 commits
  5. 29 Jan, 2015 13 commits
  6. 28 Jan, 2015 7 commits
  7. 27 Jan, 2015 2 commits
    • Victor Stinner's avatar
      asyncio: sync with Tulip · ff018e40
      Victor Stinner authored
      * Remove unused SSLProtocol._closing attribute
      * test_sslproto: skip test if ssl module is missing
      * Python issue #23208: Don't use the traceback of the current handle if we
        already know the traceback of the source. The handle may be more revelant,
        but having 3 tracebacks (handle, source, exception) becomes more difficult to
        read. The handle may be preferred later but it requires more work to make
        this choice.
      ff018e40
    • Serhiy Storchaka's avatar
      Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis · 4dbc3050
      Serhiy Storchaka authored
      and fix by Guido Vranken.
      4dbc3050