1. 08 Şub, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Replace noop constant statement with expression · 51d8c526
      Victor Stinner yazdı
      * Constant statements will be ignored and the compiler will emit a
        SyntaxWarning.
      * Replace constant statement (ex: "1") with an expression statement
        (ex: "x=1").
      * test_traceback: use context manager on the file.
      
      Issue #26204.
      51d8c526
  2. 24 Kas, 2015 1 kayıt (commit)
  3. 14 Kas, 2015 1 kayıt (commit)
  4. 14 Nis, 2015 2 kayıt (commit)
  5. 05 Eki, 2014 1 kayıt (commit)
  6. 23 Tem, 2014 1 kayıt (commit)
  7. 12 Mar, 2014 1 kayıt (commit)
  8. 16 Ock, 2014 1 kayıt (commit)
  9. 08 Eki, 2013 1 kayıt (commit)
  10. 06 Eyl, 2013 1 kayıt (commit)
  11. 28 Tem, 2013 1 kayıt (commit)
  12. 11 Tem, 2013 1 kayıt (commit)
  13. 20 Mar, 2013 1 kayıt (commit)
  14. 19 Mar, 2013 1 kayıt (commit)
  15. 13 Şub, 2013 1 kayıt (commit)
  16. 12 Şub, 2013 1 kayıt (commit)
  17. 27 Ock, 2013 1 kayıt (commit)
  18. 26 Ock, 2013 1 kayıt (commit)
  19. 13 Agu, 2012 1 kayıt (commit)
  20. 29 Tem, 2012 1 kayıt (commit)
  21. 25 Haz, 2012 1 kayıt (commit)
  22. 20 May, 2012 1 kayıt (commit)
  23. 14 Nis, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #2377: Make importlib the implementation of __import__(). · fd074155
      Brett Cannon yazdı
      importlib._bootstrap is now frozen into Python/importlib.h and stored
      as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen
      code along with sys and imp and then uses _frozen_importlib._install()
      to set builtins.__import__() w/ _frozen_importlib.__import__().
      fd074155
  24. 21 Şub, 2012 1 kayıt (commit)
  25. 10 Ara, 2011 1 kayıt (commit)
  26. 03 Agu, 2011 1 kayıt (commit)
  27. 02 Agu, 2011 1 kayıt (commit)
  28. 23 Tem, 2011 3 kayıt (commit)
  29. 09 Tem, 2011 1 kayıt (commit)
  30. 31 May, 2011 1 kayıt (commit)
  31. 14 May, 2011 3 kayıt (commit)
  32. 09 May, 2011 1 kayıt (commit)
  33. 08 May, 2011 1 kayıt (commit)
  34. 08 Ock, 2011 1 kayıt (commit)
  35. 03 Ock, 2011 1 kayıt (commit)