Skip to content
Snippets Groups Projects
  1. Apr 08, 2021
  2. Mar 29, 2021
  3. Mar 08, 2021
  4. Feb 16, 2021
  5. Jan 22, 2021
  6. Jan 14, 2021
  7. Jan 11, 2021
  8. Jan 06, 2021
  9. Oct 30, 2020
  10. Oct 21, 2020
  11. Oct 19, 2020
  12. Oct 16, 2020
  13. Oct 14, 2020
  14. Sep 04, 2020
  15. Aug 28, 2020
  16. Aug 27, 2020
  17. Aug 19, 2020
  18. Aug 18, 2020
  19. Aug 06, 2020
  20. Jul 09, 2020
  21. Jul 03, 2020
  22. Jun 16, 2020
  23. May 27, 2020
  24. May 11, 2020
  25. Apr 22, 2020
  26. Mar 24, 2020
    • Richard van der Hoff's avatar
      Clean up some LoggingContext stuff (#7120) · 39230d21
      Richard van der Hoff authored
      * Pull Sentinel out of LoggingContext
      
      ... and drop a few unnecessary references to it
      
      * Factor out LoggingContext.current_context
      
      move `current_context` and `set_context` out to top-level functions.
      
      Mostly this means that I can more easily trace what's actually referring to
      LoggingContext, but I think it's generally neater.
      
      * move copy-to-parent into `stop`
      
      this really just makes `start` and `stop` more symetric. It also means that it
      behaves correctly if you manually `set_log_context` rather than using the
      context manager.
      
      * Replace `LoggingContext.alive` with `finished`
      
      Turn `alive` into `finished` and make it a bit better defined.
      39230d21
  27. Feb 21, 2020
  28. Jan 24, 2020
  29. Jan 16, 2020
  30. Dec 10, 2019
  31. Dec 09, 2019
  32. Oct 30, 2019
  33. Oct 28, 2019
  34. Sep 17, 2019
Loading