An error occurred fetching the project authors.
  1. 07 Nov, 2017 1 commit
  2. 12 Oct, 2017 1 commit
  3. 11 Sep, 2017 1 commit
  4. 02 Sep, 2017 1 commit
  5. 17 Aug, 2017 2 commits
  6. 04 Aug, 2017 1 commit
  7. 26 Jul, 2017 1 commit
  8. 17 Jul, 2017 1 commit
  9. 15 Jun, 2017 1 commit
  10. 31 May, 2017 1 commit
  11. 04 Apr, 2017 1 commit
  12. 12 Feb, 2017 1 commit
  13. 11 Feb, 2017 3 commits
  14. 27 Sep, 2016 2 commits
  15. 24 Aug, 2016 1 commit
  16. 25 Mar, 2016 1 commit
  17. 23 Mar, 2016 3 commits
  18. 22 Mar, 2016 2 commits
  19. 21 Mar, 2016 3 commits
  20. 20 Mar, 2016 6 commits
    • Jelle Zijlstra's avatar
      fstrings: remove addressed TODOs · c6a07689
      Jelle Zijlstra authored
      Docstrings don't support f-strings in cpython, so they don't need to here either. The scanner
      seems to be working.
      
      Current status:
      - All but three of the tests from CPython's test_fstring pass. Two of the remaining ones rely
        on exec and the third relies on a runtime NameError that occurs at compile time in Cython. These
        tests still need to be added to the Cython test suite.
      - I'm not overly convinced that the refcounting is correct in the C code that's currently
        emitted.
      - There's some room for optimization, such as removing empty strings from JoinedStrNode,
        concatenating adjacent raw strings at compile time, and using _PyUnicodeWriter.
      - Currently the feature is available in both Python 2 and Python 3 mode. It mostly works in
        Python 2, except for the !a conversion char.
      c6a07689
    • Jelle Zijlstra's avatar
      fstrings: fix more bugs · 6524acb7
      Jelle Zijlstra authored
      Not sure about the refcounting
      6524acb7
    • Jelle Zijlstra's avatar
      f-strings: bugfixes · 25417282
      Jelle Zijlstra authored
      25417282
    • Jelle Zijlstra's avatar
      f-string parsing: fix bugs · e2a245cb
      Jelle Zijlstra authored
      e2a245cb
    • Jelle Zijlstra's avatar
      f-strings: fix nested string literals · 1af7483c
      Jelle Zijlstra authored
      1af7483c
    • Jelle Zijlstra's avatar
      f strings: initial parsing work · fc869632
      Jelle Zijlstra authored
      Parses f-strings into ExprNodes, but with no support for compiling them. Some
      known bugs are marked as TODOs.
      fc869632
  21. 21 Feb, 2016 1 commit
  22. 06 Sep, 2015 1 commit
  23. 05 Sep, 2015 2 commits
  24. 02 Sep, 2015 1 commit
  25. 01 Sep, 2015 1 commit