Commit graph

1981 commits

Author SHA1 Message Date
Fabio Zadrozny
6174f4c4bd Don't call frame.f_locals multiple times when assigning locals after evaluation. Fixes #915 2022-04-22 07:30:04 -03:00
Fabio Zadrozny
7be59933b1 If pandas has lower defaults for repr, use them. Fixes #889 2022-04-15 14:50:15 -03:00
Fabio Zadrozny
de58062f83 Handle case where client may send files with different casing. Fixes #896 2022-04-15 07:51:47 -03:00
Pavel Minaev
87facf1378 Fix CodeQL GitHub permissions. 2022-04-13 12:24:00 -07:00
Pavel Minaev
d1e5db7d8e Use new-style super() everywhere. 2022-04-13 11:38:41 -07:00
Pavel Minaev
dd5196fbfc Blacken code. 2022-04-13 11:38:41 -07:00
Pavel Minaev
cb25e2f106 Fix version check on Python 2. 2022-04-13 11:38:41 -07:00
Pavel Minaev
3a1ecbac86 Remove more workarounds for old Python versions. 2022-04-13 11:38:41 -07:00
Pavel Minaev
a6d63ce760 Add version check. 2022-04-13 11:38:41 -07:00
Pavel Minaev
0f428178b0 Remove debugpy.compat, custom !j formatter for JSON, and related helpers. 2022-04-13 11:38:41 -07:00
Pavel Minaev
1965b47034 Get rid of fmt() and use idiomatic format() and f"" instead. 2022-04-13 11:38:41 -07:00
Pavel Minaev
98087352cb Remove code paths for unsupported Python versions. 2022-04-13 11:38:41 -07:00
Pavel Minaev
e87017e0b3 Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
Joshua Tzucker
266a19809a Fix typo in README example command
- `--config-subProcess` -> `--configure-subProcess`
2022-04-13 11:01:38 -07:00
Pavel Minaev
87ef7307a4 Update README.md 2022-04-12 16:22:04 -07:00
Pavel Minaev
f3d9eb7853 Update timeline.md 2022-04-11 16:48:07 -07:00
Fabio Zadrozny
7f3ee2b120 Fix segfault attaching debugger to a running process. Fixes #882 2022-04-11 16:17:03 -03:00
Fabio Zadrozny
7f25cb22b8 Send exit message before process is replaced. WIP #865 2022-04-09 08:31:07 -03:00
Fabio Zadrozny
1b568ab86a Re-enable frame eval mode by default. 2022-04-07 10:31:14 -07:00
Pavel Minaev
2ac9538dd5 Add debug config property "clientOS" to replace "WindowsClient" / "UnixClient" in "debugOptions". 2022-03-23 16:26:12 -07:00
Pavel Minaev
da25139b47 Increase timeout for code coverage in Windows tests. 2022-03-23 15:20:29 -07:00
Pavel Minaev
1a6c323599 Remove Python 3.6 support. 2022-03-23 15:20:29 -07:00
Pavel Minaev
fb56410a65 Clean up configs. 2022-03-23 15:20:29 -07:00
Fabio Zadrozny
5e80ce1f77 More code changes related to dropping Python 2.7. 2022-03-19 07:57:42 -03:00
Graham Wheeler
094a8fd9c8
Delete report.yml 2022-03-18 20:27:21 -07:00
Graham Wheeler
4d25af30cd
Delete fullreport.yml 2022-03-18 20:27:12 -07:00
Graham Wheeler
dc734a817f
Update fullreport.yml
Include schedule and manual triggers
2022-03-17 13:48:47 -07:00
Graham Wheeler
dcca59687c
Update report.yml
Include schedule and manual triggers
2022-03-17 13:48:06 -07:00
Graham Wheeler
9d5969a7b6
Update fullreport.yml
Fix name and make manual to test
2022-03-17 13:30:07 -07:00
Graham Wheeler
8ffb895dba
Create fullreport.yml
Add workflow for weekly full report
2022-03-17 13:28:08 -07:00
Graham Wheeler
fed292a89a
Update report.yml
Add Fabio as team member
2022-03-17 13:23:07 -07:00
Graham Wheeler
02ebfabe97
Update report.yml
Change back to scheduled reports
2022-03-17 12:18:59 -07:00
Graham Wheeler
e52a2ce2d6
Update report.yml
Push to a 'reports' branch as main is protected
2022-03-17 11:18:01 -07:00
Graham Wheeler
f2af67be7d
Update report.yml
Add explicit team and permissions.
2022-03-17 11:07:03 -07:00
Graham Wheeler
48a495c4df
Update report.yml
Make manual for testing
2022-03-17 10:02:00 -07:00
Graham Wheeler
b8f1f5c5ed
Use Github action instead of inlining everything 2022-03-16 18:16:54 -07:00
Graham Wheeler
46403a6744
Update report.yml 2022-03-15 22:36:57 -07:00
Graham Wheeler
75e8f31d11
Create report.yml
Generate daily reports from issues.
2022-03-15 21:11:03 -07:00
Fabio Zadrozny
328d4026b1 Drop support for Python 2.7. 2022-03-11 20:49:45 -03:00
Tomer Chachamu
eb7b7bb2ea Corrected versioneer install 2022-03-10 10:47:35 -08:00
Fabio Zadrozny
090e3c3ef5 Improve error messages on file validation issues. 2022-03-04 07:53:22 -03:00
Fabio Zadrozny
450fe8b201 Enable matplotlib interactive plots with QtAgg backend. Fixes #858 2022-03-03 15:37:20 -03:00
Andrii Oriekhov
356f665325 add GitHub URL for PyPy 2022-03-02 14:09:50 -08:00
Fabio Zadrozny
c5edec7708 Fix case of spurious line events with IPython. Fixes #854 2022-02-28 20:18:17 -03:00
Fabio Zadrozny
796f63e3bc Don't print twice in evaluation if output is being already redirected. Fixes #827 2022-02-26 06:40:10 -03:00
Fabio Zadrozny
6134532263 Use code object instead of (co_firstlineno, co_name, co_filename) for caching frame info. Fixes #837 Fixes #844 2022-02-25 07:39:36 -03:00
Pavel Minaev
1b8d5ab0be Remove Python 3.5 from tox.ini 2022-02-24 12:57:56 -08:00
Pavel Minaev
420a206385 Drop Python 3.5 on all platforms, and Python 3.6 on macOS. 2022-02-24 12:57:56 -08:00
Pavel Minaev
4f12b1b47f Remove Python 2.7 from supported implementations and update versions of test packages. 2022-02-24 12:57:56 -08:00
Graham Wheeler
ecb43b94d2
Update bug_report.md
Add a link to FAQ.
2022-02-14 14:32:30 -08:00