1. 08 May, 2014 1 kayıt (commit)
  2. 29 Nis, 2014 1 kayıt (commit)
  3. 16 Nis, 2014 1 kayıt (commit)
  4. 02 Mar, 2014 1 kayıt (commit)
  5. 12 Şub, 2014 1 kayıt (commit)
  6. 04 Şub, 2014 1 kayıt (commit)
    • Nick Coghlan's avatar
      Close #20404: blacklist non-text encodings in io.TextIOWrapper · a9b15241
      Nick Coghlan yazdı
      - io.TextIOWrapper (and hence the open() builtin) now use the
        internal codec marking system added for issue #19619
      - also tweaked the C code to only look up the encoding once,
        rather than multiple times
      - the existing output type checks remain in place to deal with
        unmarked third party codecs.
      a9b15241
  7. 21 Ara, 2013 1 kayıt (commit)
  8. 23 Kas, 2013 1 kayıt (commit)
  9. 12 Kas, 2013 1 kayıt (commit)
  10. 07 Kas, 2013 1 kayıt (commit)
  11. 06 Kas, 2013 1 kayıt (commit)
  12. 29 Eki, 2013 1 kayıt (commit)
  13. 23 Eki, 2013 1 kayıt (commit)
  14. 11 Eki, 2013 1 kayıt (commit)
  15. 04 Eyl, 2013 1 kayıt (commit)
  16. 27 Agu, 2013 1 kayıt (commit)
  17. 20 Agu, 2013 1 kayıt (commit)
  18. 01 Agu, 2013 1 kayıt (commit)
  19. 30 Tem, 2013 2 kayıt (commit)
  20. 17 Tem, 2013 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail · ace47d7e
      Victor Stinner yazdı
      with an assertion error if they are called with an exception set
      (PyErr_Occurred()).
      
      If these functions are called with an exception set, the exception may be
      cleared and so the caller looses its exception.
      
      Add also assertions to PyEval_CallObjectWithKeywords() and call_function() to
      check if the function succeed with no exception set, or the function failed
      with an exception set.
      ace47d7e
  21. 16 Tem, 2013 1 kayıt (commit)
  22. 15 Tem, 2013 1 kayıt (commit)
  23. 24 Haz, 2013 2 kayıt (commit)
  24. 23 Haz, 2013 1 kayıt (commit)
  25. 16 Haz, 2013 1 kayıt (commit)
  26. 28 May, 2013 1 kayıt (commit)
  27. 17 May, 2013 2 kayıt (commit)
  28. 11 Mar, 2013 2 kayıt (commit)
  29. 24 Şub, 2013 2 kayıt (commit)
  30. 03 Şub, 2013 2 kayıt (commit)
  31. 01 Şub, 2013 2 kayıt (commit)
  32. 19 Ock, 2013 2 kayıt (commit)