1. 03 Oct, 2014 2 commits
    • R David Murray's avatar
      #12780: update inspect test skipIf for PEP 3147. · 32562d7d
      R David Murray authored
      The test needs to be skipped if unicodedata is either part of the
      main binary (a repackaging of cpython on Windows?) or has python
      source (pypy?).  PEP 3147 makes __file__ point to the .py source,
      so we need to change the extension check from looking for the
      old .pyc/.pyo to just looking for .py.
      
      Note that this skip should never trigger on CPython itself, so
      one could argue it should be dropped instead.  But since it exists,
      why risk breaking someone else's python.
      32562d7d
    • R David Murray's avatar
      #8473: Add tests that doctest uses universal newlines in testfile. · b48cb29a
      R David Murray authored
      Python3 does not have the bug covered by the issue.
      b48cb29a
  2. 02 Oct, 2014 11 commits
  3. 01 Oct, 2014 10 commits
  4. 30 Sep, 2014 13 commits
  5. 29 Sep, 2014 4 commits