Skip to content

Tags: PythonNexus/debugpy

Tags

v1.8.11

Toggle v1.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request microsoft#1779 from microsoft/remove_bytecode_dist… …info Remove bytecode distinfo causing PyPi publish errors and ignore it from now on

v1.8.10

Toggle v1.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Properly update pydevd._settrace.called (microsoft#1751) * Properly update pydevd._settrace.called * Change _settrace.called to _listen.called * Remove unnecessary underscore from listen * Fix lint issues * Update multiple listen test

v1.8.9

Toggle v1.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Subrepo command wasn't checked in correctly (microsoft#1737) * Remove subrepo * Fix subrepo

v1.8.8

Toggle v1.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove compiled files (microsoft#1723) 

v1.8.7

Toggle v1.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Get Python 3.13 to work (microsoft#1692) * Get debug launch working * Turn Cython support back on * Fix test failures * Fix gevent test to be skipped * Missed a version change in pipeline * Fix comment * Review feedback

v1.8.6

Toggle v1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Get debug attach to work for 3.12 (microsoft#1683) * Get debug attach to work for 3.12 * Skip flakey test and update binaries * Fix the skip if to work correctly

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request microsoft#1646 from microsoft/remove_vendored_info remove extra dist-info folder causing issues when uploading to pypi

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request microsoft#1567 from microsoft/fix_apiscan_errors add profile flag when linking to fix apiscan errors

v1.8.1

Toggle v1.8.1's commit message
Add Python 3.12 as officially supported. 

v1.8.0

Toggle v1.8.0's commit message
Don't build or test on Python 3.7