8000 Tags · microsoft/debugpy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: microsoft/debugpy

Tags

v1.8.14

Toggle v1.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update flags (#1889)

v1.8.13

Toggle v1.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix binskim warnings for mac, linux, and pyd files (#1856)

* Add controlflow guard to linux, mac, and pyd files

* Fix manylinux too

* Fix pydevd bits too

v1.8.12

Toggle v1.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix matplotlib backend computation (#1811)

* Fix matplotlib backend computation and problem found with just my code fix

* Remove extra logging

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 #1779 from microsoft/remove_bytecode_distinfo

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 (#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 (#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 (#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 (#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 (#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 #1646 from microsoft/remove_vendored_info

remove extra dist-info folder causing issues when uploading to pypi
0