1. 29 Jan, 2021 23 commits
  2. 28 Jan, 2021 1 commit
  3. 27 Jan, 2021 6 commits
  4. 25 Jan, 2021 3 commits
  5. 24 Jan, 2021 1 commit
    • Force the builtin module key to be the correct type. (#2814) · 9ea39dc3
      * Force the builtin module key to be the correct type.
      
      Previously it was always going to be a std::string which converted into
      unicode. Python 2 appears to want module keys to be normal str types, so
      this was breaking code that expected plain string types in the
      builtins.keys() data structure
      
      * Add a simple unit test to ensure all built-in keys are str
      
      * Update the unit test so it will also run on pypy
      
      * Run pre-commit.
      
      Co-authored-by: Jesse Clemens <jesse.clemens@sony.com>
      crimsoncor committed
  6. 21 Jan, 2021 1 commit
  7. 20 Jan, 2021 3 commits
  8. 19 Jan, 2021 2 commits