Recent Releases of python-devtools

python-devtools - v0.12.2 (2023-09-03)

What's Changed

  • install debug into builtins via DebugProxy by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/139

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.12.1...v0.12.2

- Python
Published by samuelcolvin over 2 years ago

python-devtools - v0.12.1 (2023-08-17)

Fix docs publish.

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.12.0...v0.12.1

- Python
Published by samuelcolvin over 2 years ago

python-devtools - v0.12.0 (2023-08-17)

What's Changed

  • build docs on CI by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/127
  • Update usage to reflect the recent addition of the pytest plugin by @tomhamiltonstubber in https://github.com/samuelcolvin/python-devtools/pull/128
  • Bump requests from 2.28.2 to 2.31.0 in /requirements by @dependabot in https://github.com/samuelcolvin/python-devtools/pull/130
  • Bump pygments from 2.13.0 to 2.15.0 in /docs by @dependabot in https://github.com/samuelcolvin/python-devtools/pull/133
  • Bump pygments from 2.14.0 to 2.15.0 in /requirements by @dependabot in https://github.com/samuelcolvin/python-devtools/pull/134
  • Bump pymdown-extensions from 9.10 to 10.0 in /requirements by @dependabot in https://github.com/samuelcolvin/python-devtools/pull/129
  • Bump certifi from 2022.12.7 to 2023.7.22 in /requirements by @dependabot in https://github.com/samuelcolvin/python-devtools/pull/135
  • support dataclasses with slots by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/136
  • Make Pygments required by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/137
  • Uprev 0.12.0 by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/138

New Contributors

  • @tomhamiltonstubber made their first contribution in https://github.com/samuelcolvin/python-devtools/pull/128

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.11.0...v0.12.0

- Python
Published by samuelcolvin over 2 years ago

python-devtools - v0.11.0 (2023-04-05)

What's Changed

  • added support for sqlalchemy2 by @the-vty in https://github.com/samuelcolvin/python-devtools/pull/120
  • switch to ruff by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/124
  • support displaying ast types by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/125
  • Insert assert by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/126

New Contributors

  • @the-vty made their first contribution in https://github.com/samuelcolvin/python-devtools/pull/120

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.10.0...v0.11.0

- Python
Published by samuelcolvin almost 3 years ago

python-devtools - v0.10.0 (2022-11-28)

  • Use secure builtins standard module, instead of the __builtins__ by @0xsirsaif in https://github.com/samuelcolvin/python-devtools/pull/109
  • upgrade executing to fix 3.10 by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/110
  • Fix windows build by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/111
  • Allow executing dependency to be >1.0.0 by @staticf0x in https://github.com/samuelcolvin/python-devtools/pull/115
  • more precise timer summary by @banteg in https://github.com/samuelcolvin/python-devtools/pull/113
  • Python 3.11 by @samuelcolvin in https://github.com/samuelcolvin/python-devtools/pull/118

New Contributors

  • @0xsirsaif made their first contribution in https://github.com/samuelcolvin/python-devtools/pull/109
  • @staticf0x made their first contribution in https://github.com/samuelcolvin/python-devtools/pull/115
  • @banteg made their first contribution in https://github.com/samuelcolvin/python-devtools/pull/113

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.9.0...v0.10.0

- Python
Published by samuelcolvin over 3 years ago

python-devtools - v0.9.0 (2022-07-26)

  • fix format of nested dataclasses, #99 thanks @aliereno
  • Moving to pyproject.toml, complete type hints and test with mypy, #107
  • add install command to add debug to __builtins__, #108

Full Changelog: https://github.com/samuelcolvin/python-devtools/compare/v0.8.0...v0.9.0

- Python
Published by samuelcolvin over 3 years ago

python-devtools - v0.8.0 (2021-09-29)

  • test with python 3.10 #91
  • display SQLAlchemy objects nicely #94
  • fix tests on windows #93
  • show function qualname #95
  • cache pygments loading (significant speedup) #96

- Python
Published by samuelcolvin over 4 years ago

python-devtools - v0.7.0 (2021-09-03)

  • switch to executing and asttokens for finding and printing debug arguments, #82, thanks @alexmojaki
  • correct changelog links, #76, thanks @Cielquan
  • return debug() arguments, #87
  • display more generators like map and filter, #88
  • display Counter and similar dict-like objects properly, #88
  • display dataclasses properly, #88
  • uprev test dependencies, #81, #83, #90

- Python
Published by samuelcolvin over 4 years ago

python-devtools - v0.6.1

compatibility with python 3.8.6

- Python
Published by samuelcolvin over 5 years ago

python-devtools - v0.6

v0.6.0 (2020-07-29)

  • improve __pretty__ to work better with pydantic classes, #52
  • improve the way statement ranges are calculated, #58
  • drastically improve import time, #50
  • pretty printing for non-standard dicts, #60
  • better statement finding for multi-line statements, #61
  • colors in windows, #57
  • fix debug(type(dict(...))), #62

- Python
Published by samuelcolvin over 5 years ago

python-devtools - v0.5.1

  • fix python tag in setup.cfg, #46

- Python
Published by samuelcolvin over 6 years ago

python-devtools - v0.5

  • support MultiDict, #34
  • support __pretty__ method, #36

- Python
Published by samuelcolvin about 7 years ago

python-devtools - v0.4

  • remove use of warnings, include in output, #30
  • fix rendering errors #31
  • better str and bytes wrapping #32
  • add len everywhere possible, part of #16

- Python
Published by samuelcolvin about 7 years ago

python-devtools - v0.3

  • allow async/await arguments
  • fix subscript
  • fix weird named tuples eg. mock > call_args
  • add timer

- Python
Published by samuelcolvin over 8 years ago

python-devtools - v0.2

  • improve output
  • numerous bug fixes

- Python
Published by samuelcolvin over 8 years ago

python-devtools - v0.1

- Python
Published by samuelcolvin over 8 years ago

python-devtools - v0.0.2

- Python
Published by samuelcolvin over 8 years ago

python-devtools - v0.0.1

- Python
Published by samuelcolvin over 8 years ago