Eric Snow
|
555b8d1acc
|
Add Parameter, ParameterImpl, and Arg.
|
2018-02-01 19:35:53 +00:00 |
|
Eric Snow
|
ecd482345c
|
Preserve order in Union.
|
2018-02-01 19:35:53 +00:00 |
|
Eric Snow
|
6b4e02ef45
|
Add _decl.Enum.
|
2018-02-01 19:35:52 +00:00 |
|
Eric Snow
|
6c097a4f54
|
Add FieldsNamespace.
|
2018-02-01 16:50:40 +00:00 |
|
Eric Snow
|
414e620974
|
Add declarative field classes.
|
2018-02-01 16:50:09 +00:00 |
|
Eric Snow
|
21d1611137
|
Add the debugger_protocol.arg packge.
|
2018-02-01 16:50:09 +00:00 |
|
Eric Snow
|
66224aa085
|
Add a Stub testing helper.
|
2018-02-01 16:50:09 +00:00 |
|
Eric Snow
|
2fc452e3d8
|
Add Readonly and WithRepr.
|
2018-02-01 16:50:09 +00:00 |
|
Karthik Nadig
|
a9ebc929d1
|
Merge pull request #25 from karthiknadig/bugs
Fix for error message on program exit
|
2018-01-31 13:52:25 -08:00 |
|
Karthik Nadig
|
6857557dbc
|
Addressing comments.
|
2018-01-31 13:30:49 -08:00 |
|
Karthik Nadig
|
6a3e338f96
|
Fix for error message on program exit
|
2018-01-25 17:01:05 -08:00 |
|
Karthik Nadig
|
1aafe4c1ec
|
Merge pull request #23 from karthiknadig/bugs
Support for conditional breakpoints
|
2018-01-24 14:14:25 -08:00 |
|
Karthik Nadig
|
a43eae9822
|
Addressing comments
|
2018-01-24 14:04:12 -08:00 |
|
Karthik Nadig
|
28ef26dd0b
|
Support for conditional breakpoints
|
2018-01-24 13:47:11 -08:00 |
|
Pavel Minaev
|
2a31b8800a
|
Merge pull request #20 from int19h/varset
Resolve #16: Setting variable values
|
2018-01-24 12:03:13 -08:00 |
|
Karthik Nadig
|
f779031f19
|
Merge pull request #11 from karthiknadig/bugs
Partial fix to exception notification issue in VS
|
2018-01-24 10:25:35 -08:00 |
|
Pavel Minaev
|
359f7f8f96
|
Resolve #16: Setting variable values
|
2018-01-24 09:41:46 -08:00 |
|
Karthik Nadig
|
9e4e9cff9c
|
Partial fix to exception notification issue in VS
|
2018-01-23 12:00:04 -08:00 |
|
Eric Snow
|
56b4a8e68c
|
Merge pull request #6 from ericsnowcurrently/upstream-schema-test
Add tooling around the VSC debugger protocol.
|
2018-01-22 11:34:35 -07:00 |
|
Eric Snow
|
b9e88548a6
|
Fix the vendored revision hash.
|
2018-01-22 18:28:58 +00:00 |
|
Eric Snow
|
b646cc50e7
|
Add a docstring to clarify the purpose of some tests.
|
2018-01-22 17:42:39 +00:00 |
|
Eric Snow
|
1e54875b7d
|
Drop an unnecessary check.
|
2018-01-22 17:39:52 +00:00 |
|
Eric Snow
|
ffcf7d99d8
|
Add missing tests.
|
2018-01-22 17:29:59 +00:00 |
|
Eric Snow
|
506782d500
|
Do not escape single quotes.
|
2018-01-22 17:11:14 +00:00 |
|
Eric Snow
|
f1daf0ae5d
|
Add a comment to clarify why some tests are Py3-only.
|
2018-01-22 17:05:32 +00:00 |
|
Eric Snow
|
14a333b990
|
Clarify about unittest.main().
|
2018-01-22 17:00:50 +00:00 |
|
Eric Snow
|
689a93cdd8
|
if -> elif
|
2018-01-22 16:57:00 +00:00 |
|
Eric Snow
|
f53d8e45bb
|
Add a note about a circular import.
|
2018-01-22 16:23:33 +00:00 |
|
Eric Snow
|
c5b6326592
|
Build the GitHub URL more clearly.
|
2018-01-22 16:10:40 +00:00 |
|
Eric Snow
|
caba7f0566
|
Do not in-line complex code unnecessarily.
|
2018-01-22 16:03:21 +00:00 |
|
Pavel Minaev
|
acd3ef1cec
|
Merge pull request #9 from karthiknadig/master
Fixing a typo
|
2018-01-18 16:17:17 -08:00 |
|
Karthik Nadig
|
8c166ec0d9
|
Fixing a typo
|
2018-01-18 14:17:26 -08:00 |
|
Karthik Nadig
|
38d7dd4917
|
Merge pull request #7 from int19h/master
Fix programs not exiting properly
|
2018-01-18 12:19:24 -08:00 |
|
Pavel Minaev
|
8096ee12b7
|
Fix Microsoft/PTVS/#3547:
Daemonize all helper threads so that they don't prevent the program from exiting.
Fix import order issues wrt pydevd preventing detouring.
|
2018-01-18 05:41:39 -08:00 |
|
Eric Snow
|
73b914c2f6
|
Add "system" tests for the schema script.
|
2018-01-11 22:04:17 +00:00 |
|
Eric Snow
|
a74925e313
|
Add http.error_handler().
|
2018-01-11 22:03:38 +00:00 |
|
Eric Snow
|
a2f8e4bcba
|
Only run the ptvsd unit tests if using Python 2.
|
2018-01-11 21:00:38 +00:00 |
|
Eric Snow
|
4b7f82a5a2
|
Add a test option for running just the ptvsd unit tests.
|
2018-01-11 21:00:33 +00:00 |
|
Eric Snow
|
4032a5fb81
|
Always show the full unittest help.
|
2018-01-11 20:27:30 +00:00 |
|
Eric Snow
|
137f671ee4
|
Add a testing helper for serving HTTP locally.
|
2018-01-11 20:04:41 +00:00 |
|
Eric Snow
|
7981cc1f9e
|
Return a default value from get_revision() if URL unrecognized.
|
2018-01-11 18:50:51 +00:00 |
|
Eric Snow
|
a93d0ed25c
|
Print progress messages during download.
|
2018-01-11 18:36:14 +00:00 |
|
Eric Snow
|
cbfe55a56a
|
Pass the file mode to _open().
|
2018-01-11 18:24:46 +00:00 |
|
Eric Snow
|
0d71d2cf75
|
_open -> _open_url
|
2018-01-11 18:06:34 +00:00 |
|
Eric Snow
|
65fff09ee5
|
Add a test that actually checks the vendored schema against upstream.
|
2018-01-11 17:29:35 +00:00 |
|
Eric Snow
|
1f9b0f84dd
|
Fix the filename of the tests.__main__ tests.
|
2018-01-11 16:56:40 +00:00 |
|
Eric Snow
|
4483567f1a
|
XXX -> TODO
|
2018-01-10 22:58:29 +00:00 |
|
Eric Snow
|
8e42001f3a
|
date -> downloaded
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
8985aeead0
|
Add a command for checking the vendored schema file.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
b8cf3d3e9e
|
Add a command to download the upstream schema file.
|
2018-01-10 22:13:01 +00:00 |
|