1. 26 Ock, 2018 1 kayıt (commit)
    • Guido van Rossum's avatar
      String annotations [PEP 563] (#4390) · 95e4d589
      Guido van Rossum yazdı
      * Document `from __future__ import annotations`
      * Provide plumbing and tests for `from __future__ import annotations`
      * Implement unparsing the AST back to string form
      
      This is required for PEP 563 and as such only implements a part of the
      unparsing process that covers expressions.
      95e4d589
  2. 26 Agu, 2013 1 kayıt (commit)
  3. 09 Agu, 2011 1 kayıt (commit)
  4. 27 Ara, 2010 1 kayıt (commit)
  5. 17 Ara, 2005 1 kayıt (commit)
  6. 24 Eki, 2005 1 kayıt (commit)
  7. 20 Eki, 2005 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Merge ast-branch to head · 3e0055f8
      Jeremy Hylton yazdı
      This change implements a new bytecode compiler, based on a
      transformation of the parse tree to an abstract syntax defined in
      Parser/Python.asdl.
      
      The compiler implementation is not complete, but it is in stable
      enough shape to run the entire test suite excepting two disabled
      tests.
      3e0055f8