1. 26 Mar, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      makeopcodetargets.py: we need to import Lib/opcode.py · ca9dbc7d
      Victor Stinner yazdı
      Issue #20021: use importlib.machinery to import Lib/opcode.py and not an opcode
      module coming from somewhere else. makeopcodetargets.py is part of the Python
      build process and it is run by an external Python program, not the built Python
      program.
      
      Patch written by Serhiy Storchaka.
      ca9dbc7d
  2. 25 Mar, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Modernize Python/makeopcodetargets.py · a9a852c2
      Victor Stinner yazdı
      * Simply use "import opcode" to import the opcode module instead of tricks
        using the imp module
      * Use context manager for the output file
      * Move code into a new main() function
      * Replace assert with a regular if to check the number of arguments
      * Import modules at top level
      a9a852c2
  3. 18 Tem, 2011 1 kayıt (commit)
  4. 09 May, 2010 2 kayıt (commit)
  5. 11 Mar, 2010 2 kayıt (commit)
  6. 31 Ock, 2009 1 kayıt (commit)
  7. 27 Ock, 2009 1 kayıt (commit)
  8. 25 Ock, 2009 1 kayıt (commit)