1. 09 May, 2019 1 kayıt (commit)
  2. 02 May, 2019 1 kayıt (commit)
  3. 29 Nis, 2019 1 kayıt (commit)
    • Pablo Galindo's avatar
      bpo-36540: PEP 570 -- Implementation (GH-12701) · 8c77b8cb
      Pablo Galindo yazdı
      This commit contains the implementation of PEP570: Python positional-only parameters.
      
      * Update Grammar/Grammar with new typedarglist and varargslist
      
      * Regenerate grammar files
      
      * Update and regenerate AST related files
      
      * Update code object
      
      * Update marshal.c
      
      * Update compiler and symtable
      
      * Regenerate importlib files
      
      * Update callable objects
      
      * Implement positional-only args logic in ceval.c
      
      * Regenerate frozen data
      
      * Update standard library to account for positional-only args
      
      * Add test file for positional-only args
      
      * Update other test files to account for positional-only args
      
      * Add News entry
      
      * Update inspect module and related tests
      8c77b8cb
  4. 22 Nis, 2019 1 kayıt (commit)
  5. 16 Nis, 2019 2 kayıt (commit)
  6. 12 Nis, 2019 2 kayıt (commit)
  7. 05 Nis, 2019 1 kayıt (commit)
  8. 31 Mar, 2019 1 kayıt (commit)
  9. 30 Mar, 2019 3 kayıt (commit)
  10. 29 Mar, 2019 1 kayıt (commit)
  11. 27 Mar, 2019 1 kayıt (commit)
  12. 25 Mar, 2019 1 kayıt (commit)
  13. 23 Mar, 2019 1 kayıt (commit)
  14. 14 Mar, 2019 1 kayıt (commit)
  15. 12 Mar, 2019 2 kayıt (commit)
  16. 10 Mar, 2019 1 kayıt (commit)
  17. 25 Şub, 2019 1 kayıt (commit)
  18. 24 Şub, 2019 1 kayıt (commit)
  19. 16 Şub, 2019 1 kayıt (commit)
  20. 05 Şub, 2019 2 kayıt (commit)
  21. 03 Şub, 2019 1 kayıt (commit)
  22. 02 Şub, 2019 1 kayıt (commit)
  23. 25 Ock, 2019 1 kayıt (commit)
  24. 11 Ock, 2019 2 kayıt (commit)
  25. 25 Ara, 2018 2 kayıt (commit)
  26. 22 Ara, 2018 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) · 8ac65811
      Serhiy Storchaka yazdı
      "Include/token.h", "Lib/token.py" (containing now some data moved from
      "Lib/tokenize.py") and new files "Parser/token.c" (containing the code
      moved from "Parser/tokenizer.c") and "Doc/library/token-list.inc" (included
      in "Doc/library/token.rst") are now generated from "Grammar/Tokens" by
      "Tools/scripts/generate_token.py". The script overwrites files only if
      needed and can be used on the read-only sources tree.
      
      "Lib/symbol.py" is now generated by "Tools/scripts/generate_symbol_py.py"
      instead of been executable itself.
      
      Added new make targets "regen-token" and "regen-symbol" which are now
      dependencies of "regen-all".
      
      The documentation contains now strings for operators and punctuation tokens.
      8ac65811
  27. 21 Ara, 2018 1 kayıt (commit)
  28. 17 Ara, 2018 1 kayıt (commit)
  29. 14 Ara, 2018 2 kayıt (commit)
  30. 11 Ara, 2018 1 kayıt (commit)
  31. 10 Ara, 2018 1 kayıt (commit)