"docs/vscode:/vscode.git/clone" did not exist on "f12ec00d70189869ce46f9a7f534d435cf9ea173"
  1. 29 Apr, 2017 1 commit
    • Wenzel Jakob's avatar
      enum_: fix implicit conversion on Python 2.7 · e6fd2cd5
      Wenzel Jakob authored
      Enumerations on Python 2.7 were not always implicitly converted to
      integers (depending on the target size). This patch adds a __long__
      conversion function (only enabled on 2.7) which fixes this issue.
      
      The attached test case fails without this patch.
      e6fd2cd5
  2. 03 Mar, 2017 1 commit
  3. 20 Nov, 2016 1 commit
  4. 16 Nov, 2016 1 commit
  5. 19 Aug, 2016 1 commit