Skip to content
Snippets Groups Projects
  1. May 21, 2018
  2. May 20, 2018
  3. May 19, 2018
  4. May 17, 2018
  5. May 15, 2018
    • Mario Corchero's avatar
      Fix import of symlinks outside of path with modutils (#546) · cd76b495
      Mario Corchero authored
      Makes load_module_from_file able to import files within the path that
      are just a symlink to a file outside of the path.
      modutils is using realpath at the moment which will resolve the symlink
      and don't allow the import as the file is detected outside of the
      available paths. By checking both abspath and realpath this patches add
      support for such scenarios.
      cd76b495
  6. May 14, 2018
  7. May 13, 2018
  8. May 07, 2018
  9. May 05, 2018
    • Ashley Whetter's avatar
      Fix lint errors · 023dfc52
      Ashley Whetter authored
      023dfc52
    • Ashley Whetter's avatar
      Corrected child order · 228e34db
      Ashley Whetter authored
      52e67656 introduced a new type of
      child iteration.
      Some classes started yielding children in the incorrect order,
      which was causing test failures in pylint.
      This change corrects the ordering to match the _astroid_fields
      of the class.
      
      Relates to a change from #497
      228e34db
  10. Apr 25, 2018
  11. Apr 24, 2018
    • HoverHell's avatar
      Fix StopIteration raising for python3.7 (#534) · ceeee097
      HoverHell authored
      Because we don't support Python 2 any longer in the master branch, we can
      return values from generators to signal that we want to throw a StopIteration,
      without actually raising the StopIteration itself.
      ceeee097
  12. Apr 19, 2018
    • Bryce Guinta's avatar
      Add qname method to Super objects · 8575ac1c
      Bryce Guinta authored
      Super objects in python have a __qualname__ attribute
      so super nodes should have an equivalent qname method.
      
      Prevents an error in upstream pylint
      
      Close #533
      8575ac1c
  13. Apr 12, 2018
  14. Apr 05, 2018
  15. Apr 03, 2018
  16. Apr 02, 2018
  17. Mar 31, 2018
  18. Mar 30, 2018
  19. Mar 28, 2018
  20. Mar 27, 2018
Loading