1. 31 Eki, 2015 1 kayıt (commit)
  2. 30 Eki, 2015 4 kayıt (commit)
  3. 28 Eki, 2015 3 kayıt (commit)
  4. 27 Eki, 2015 1 kayıt (commit)
  5. 26 Eki, 2015 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #23391: Restore OSError constructor argument documentation · 5487c13e
      Martin Panter yazdı
      This restores details lost in revision 097f4fda61a4 (since Python 3.3,
      related to the new OSError subclasses). Further additions:
      
      * Markup for attributes and constructor signature
      * Explain "winerror" and "filename2"
      * Extend test to check for filename2 defaulting to None
      * Clarify that the constructor can return a subclass
      
      I have intentionally left out any details of allowing more than five
      arguments, or how the "args" attribute is set for four or more arguments.
      These details seem to be dependent on the Python version and platform.
      5487c13e
  6. 25 Eki, 2015 2 kayıt (commit)
  7. 24 Eki, 2015 2 kayıt (commit)
  8. 23 Eki, 2015 1 kayıt (commit)
  9. 22 Eki, 2015 1 kayıt (commit)
  10. 20 Eki, 2015 2 kayıt (commit)
  11. 19 Eki, 2015 4 kayıt (commit)
  12. 17 Eki, 2015 2 kayıt (commit)
  13. 16 Eki, 2015 1 kayıt (commit)
  14. 14 Eki, 2015 2 kayıt (commit)
  15. 13 Eki, 2015 2 kayıt (commit)
  16. 12 Eki, 2015 2 kayıt (commit)
  17. 11 Eki, 2015 4 kayıt (commit)
  18. 10 Eki, 2015 1 kayıt (commit)
  19. 09 Eki, 2015 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #25099: Skip relevant tests in test_compileall when an entry on · 89065d9f
      Brett Cannon yazdı
      sys.path has an unwritable __pycache__ directory.
      
      This typically comes up when someone runs the test suite from an
      administrative install of Python on Windows where the user does not
      have write permissions to the stdlib's directory.
      
      Thanks to Zachary Ware and Matthias Klose for reporting bugs related
      to this issue.
      (grafted from 34bbd537b3e688dfbb6498e9083445a6a72fc4b1)
      89065d9f
  20. 10 Eki, 2015 3 kayıt (commit)