1. 05 Eyl, 2015 1 kayıt (commit)
    • Nick Coghlan's avatar
      Close #24748: Restore imp.load_dynamic compatibility · 9d3c61c8
      Nick Coghlan yazdı
      To resolve a compatibility problem found with py2exe and
      pywin32, imp.load_dynamic() once again ignores previously loaded modules
      to support Python modules replacing themselves with extension modules.
      
      Patch by Petr Viktorin.
      9d3c61c8
  2. 13 Nis, 2015 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #23731: Implement PEP 488. · f299abda
      Brett Cannon yazdı
      The concept of .pyo files no longer exists. Now .pyc files have an
      optional `opt-` tag which specifies if any extra optimizations beyond
      the peepholer were applied.
      f299abda
  3. 05 Eki, 2014 1 kayıt (commit)
  4. 08 Ara, 2013 1 kayıt (commit)
  5. 23 Kas, 2013 1 kayıt (commit)
  6. 23 Agu, 2013 2 kayıt (commit)
  7. 19 Agu, 2013 1 kayıt (commit)
  8. 15 Agu, 2013 1 kayıt (commit)
  9. 11 Agu, 2013 1 kayıt (commit)
  10. 10 Agu, 2013 1 kayıt (commit)
  11. 16 Haz, 2013 1 kayıt (commit)
  12. 07 Haz, 2013 1 kayıt (commit)
  13. 11 May, 2013 1 kayıt (commit)
  14. 04 May, 2013 2 kayıt (commit)
  15. 03 May, 2013 4 kayıt (commit)
  16. 16 Mar, 2013 1 kayıt (commit)
  17. 15 Ara, 2012 1 kayıt (commit)
  18. 14 Ara, 2012 1 kayıt (commit)
  19. 31 Agu, 2012 4 kayıt (commit)
  20. 09 Tem, 2012 1 kayıt (commit)
  21. 23 Haz, 2012 1 kayıt (commit)
  22. 11 May, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #13959: Have · c049952d
      Brett Cannon yazdı
      importlib.abc.FileLoader.load_module()/get_filename() and
      importlib.machinery.ExtensionFileLoader.load_module() have their
      single argument be optional as the loader's constructor has all the
      ncessary information.
      
      This allows for the deprecation of
      imp.load_source()/load_compile()/load_package().
      c049952d
  23. 22 Nis, 2012 1 kayıt (commit)
  24. 20 Nis, 2012 2 kayıt (commit)
  25. 27 Şub, 2012 2 kayıt (commit)
  26. 26 Şub, 2012 1 kayıt (commit)
  27. 22 Şub, 2012 3 kayıt (commit)
  28. 30 Haz, 2011 1 kayıt (commit)