loguru/loguru
Dave Hall 9311c763bb
Test against Python 3.12 (non-dev) and 3.13 (dev) (#1079)
* Testing against Python 3.12 (non-dev) and Python 3.13 (dev)

* Marking `3.13-dev` tests as failable

* Fixing `test_pickling` tests for Python 3.13.

The `Handler.lock` is substituted for a `nullcontext`, keeping Python 3.13 happy. A no-op stub for `Handler.release` is added, keeping all other Python versions happy.

* Fixing `test_pickling` tests for Python 3.13.

The `Handler.lock` is substituted for a `MockLock`, keeping Python 3.13 happy. A no-op stub for `Handler.release` is added, keeping all other Python versions happy.
2024-02-17 12:14:22 +01:00
..
__init__.py Bump "black" dev dependency for pre-commit 2024-02-03 14:48:07 +01:00
__init__.pyi Fix @overload incompatibility reported by Mypy 2023-10-27 11:50:46 +02:00
_asyncio_loop.py Modify behavior of coroutine sink when no running event loop 2022-01-21 21:22:23 +01:00
_better_exceptions.py Test against Python 3.12 (non-dev) and 3.13 (dev) (#1079) 2024-02-17 12:14:22 +01:00
_colorama.py Improve startuptime: don't import IPython/ipykernal if not in jupyter (#1001) 2023-10-16 21:06:09 +02:00
_colorizer.py Bump "black" dev dependency for pre-commit 2024-02-03 14:48:07 +01:00
_contextvars.py Add unit test for "contextvars" import of Python 3.5.2 2022-01-20 11:52:19 +01:00
_ctime_functions.py Enable "RET" linting rule of Ruff and fix newly reported errors (#1034) 2023-12-16 16:04:52 +01:00
_datetime.py Fix deprecation of "datetime.utcfromoffset()" 2023-09-11 11:01:57 +02:00
_defaults.py Enable "RET" linting rule of Ruff and fix newly reported errors (#1034) 2023-12-16 16:04:52 +01:00
_error_interceptor.py Fix exceptions in coroutine sinks never retrieved (#227) 2020-04-23 22:23:04 +02:00
_file_sink.py Enable "RET" linting rule of Ruff and fix newly reported errors (#1034) 2023-12-16 16:04:52 +01:00
_filters.py Optimize "filter" function when using a dict (#407) 2021-03-14 21:40:18 +01:00
_get_frame.py Remove dangerous use of "importlib.reload()" in tests 2022-01-20 11:52:19 +01:00
_handler.py Fix error using "set_start_method()" after "logger" import (#974) 2023-09-11 16:19:41 +02:00
_locks_machinery.py Reformat some code and imports 2022-01-20 11:52:19 +01:00
_logger.py Bump "black" dev dependency for pre-commit 2024-02-03 14:48:07 +01:00
_recattrs.py Fix errors due to non-unpicklable Exception when "enqueue=True" (#329) 2023-08-31 21:09:43 +02:00
_simple_sinks.py Fix possible deadlock with "complete()" and async sink (#906) 2023-09-03 17:27:10 +02:00
_string_parsers.py Enable "RET" linting rule of Ruff and fix newly reported errors (#1034) 2023-12-16 16:04:52 +01:00
py.typed Add type hints for public methods using a stub file (#162) 2019-11-09 15:19:26 +01:00