Releases: SeanCline/PyExt
Releases · SeanCline/PyExt
PyExt-v0.1.90
What's Changed
- Fix iterating over split dict items for Python 3.11+ by @maxim-krikun in #11
- Support printing large content by @maxim-krikun in #12
- Do not call ReadBuffer when there is nothing to read by @maxim-krikun in #13
- Represent bool stored in long as True/False by @maxim-krikun in #14
- Support Python 3.12 by @maxim-krikun in #15
- Support Python 3.13 in pystack by @maxim-krikun in #16
- Support Python 3.13 and make tests for older versions green by @maxim-krikun in #17
- Fix regress with
tp_flags
in Python 2 by @maxim-krikun in #18
New Contributors
- @maxim-krikun made their first contribution in #11
Full Changelog: PyExt-v0.1.60...PyExt-v0.1.90
PyExt-v0.1.60
What's Changed
- Fix line numbers for Python 3.10 by @radoering in #6
- Add support for Python 3.11 by @radoering in #7
- Managed dict fixes by @radoering in #8
Full Changelog: PyExt-v0.1.57...PyExt-v0.1.60
PyExt-v0.1.57
Merge pull request #4 to add more details when various types of objects are printed. (Thanks @radoering !)
Add support for 3.9 and later 3.8 builds. (See this comment.)
PyExt-v0.1.34
Fixed a bug where !pysymfix
wouldn't work when a symbol path was already configured.
PyExt-v0.1.29
Add support for the latest builds of Python 3.7.
PyExt-v0.1.21
Add support for printing Python set
objects in !pyobj
.
Add a new command, !pysymfix
that adds a Python symbol server ( https://github.com/SeanCline/PythonSymbols ) to the sympath.
PyExt-v0.1.10
AppVeyor deploy of PyExt v0.1.10