Skip to content
Snippets Groups Projects
  1. Mar 16, 2018
  2. Mar 11, 2018
  3. Mar 10, 2018
  4. Mar 06, 2018
  5. Mar 03, 2018
  6. Mar 02, 2018
  7. Feb 21, 2018
  8. Feb 19, 2018
    • Bryce Guinta's avatar
      Fix augassign recursion error · 3fae32f9
      Bryce Guinta authored
      The augmented assign rhs context path was deleted most likely
      due to a recently fixed inference bug where InferenceContext path
      attributes were shared between objects.
      
      Recursive functions on the right hand side of the augmented assign would
      forget that they were already called, causing an eventual RecursionError
      in astroid inference
      
      Now that the InferenceContext clone() method properly copies the
      inference path between Contexts, it's fine to remove this hack.
      
      Fixes #437, Fixes #447, Fixes #313, Fixes PyCQA/pylint#1642, Fixes PyCQA/pylint#1805, Fixes PyCQA/pylint#1854, Fixes PyCQA/pylint#1452
      3fae32f9
  9. Feb 15, 2018
  10. Feb 11, 2018
  11. Feb 07, 2018
  12. Jan 30, 2018
    • Claudiu Popa's avatar
      Add brain tips for random.sample · 553f3695
      Claudiu Popa authored
      We can infer the result of random.sample, but only its type, the elements
      being filled with None values. This brain tip should improve the situation a bit by
      providing additional hints at inference time.
      
      Close PyCQA/pylint#811
      553f3695
    • Bryce Guinta's avatar
      Update Changelog · 84fa0720
      Bryce Guinta authored
      84fa0720
  13. Jan 28, 2018
  14. Jan 18, 2018
  15. Jan 03, 2018
  16. Dec 27, 2017
  17. Dec 15, 2017
  18. Dec 11, 2017
  19. Nov 11, 2017
  20. Nov 02, 2017
  21. Aug 11, 2017
  22. Jul 23, 2017
  23. Jul 19, 2017
  24. Jul 08, 2017
  25. Jun 03, 2017
  26. May 22, 2017
  27. May 14, 2017
  28. Apr 17, 2017
  29. Apr 15, 2017
  30. Apr 14, 2017
  31. Apr 13, 2017
Loading