Dave Halter
|
917b4421f3
|
Fix fstring format spec parsing, fixes #74
|
2019-06-02 15:18:42 +02:00 |
|
Dave Halter
|
4f5fdd5a70
|
Add release notes for the next release 0.4.1
|
2019-06-02 11:28:00 +02:00 |
|
prim
|
93ddf5322a
|
parse long number notation (#72)
* parse long number notation
* parse long number notation
|
2019-06-02 11:14:15 +02:00 |
|
Dave Halter
|
a9b61149eb
|
Fix get_decorators for async functions
|
2019-05-27 01:08:42 +02:00 |
|
Dave Halter
|
de416b082e
|
Make it clear that get_last_modified should not raise an exception, but return None, if it cannot look up a file
|
2019-05-22 00:16:26 +02:00 |
|
Carl Meyer
|
4b440159b1
|
Fix __init__.pyi re-exports.
|
2019-05-10 09:12:32 +02:00 |
|
Carl Meyer
|
6f2d2362c9
|
Add type stubs.
|
2019-05-10 09:12:32 +02:00 |
|
Dave Halter
|
8a06f0da05
|
0.4.0 release notes
v0.4.0
|
2019-04-05 18:57:21 +02:00 |
|
Dave Halter
|
bd95989c2e
|
Change the default tox environments to test
These version will be tested before deploying
|
2019-04-05 18:55:23 +02:00 |
|
Miro Hrončok
|
57e91262cd
|
Add Python 3.8 to tox.ini
Otherwise we get:
Matching undeclared envs is deprecated.
Be sure all the envs that Tox should run are declared in the tox config.
|
2019-04-05 18:43:43 +02:00 |
|
Miro Hrončok
|
476383cca9
|
Test on Python 3.8
|
2019-04-05 18:43:43 +02:00 |
|
Dave Halter
|
b2ab64d8f9
|
Fix Python 3.8 error issues
|
2019-04-05 18:30:48 +02:00 |
|
Dave Halter
|
18cbeb1a3d
|
Fix an issue, because sync_comp_for exists now
|
2019-04-05 16:27:17 +02:00 |
|
Dave Halter
|
a5686d6cda
|
PEP 8
|
2019-04-05 16:25:45 +02:00 |
|
Dave Halter
|
dfe7fba08e
|
continue in finally is no longer an error
|
2019-04-05 16:17:30 +02:00 |
|
Dave Halter
|
6db7f40942
|
Python 2 compatibility
|
2019-04-03 01:24:06 +02:00 |
|
Dave Halter
|
d5eb96309c
|
Increase the pickle version. With all the changes lately, it's better this way
|
2019-04-03 01:07:25 +02:00 |
|
Dave Halter
|
4c65368056
|
Some minor changes to file_io
|
2019-03-27 01:02:27 +01:00 |
|
Dave Halter
|
3e2956264c
|
Add FileIO to make it possible to cache e.g. files from zip files
|
2019-03-25 00:48:59 +01:00 |
|
Dave Halter
|
e77a67cd36
|
PEP 8
|
2019-03-22 20:17:59 +01:00 |
|
Daniel Hahler
|
c4d6de2aab
|
tests: add coverage tox factor, use it on Travis
|
2019-03-22 11:01:22 +01:00 |
|
Daniel Hahler
|
7770e73609
|
ci: Travis: use dist=xenial
|
2019-03-22 11:01:22 +01:00 |
|
Dave Halter
|
acccb4f28d
|
0.3.4 release
v0.3.4
|
2019-02-13 00:19:07 +01:00 |
|
Dave Halter
|
3f6fc8a5ad
|
Fix an f-string tokenizer issue
|
2019-02-13 00:17:37 +01:00 |
|
Dave Halter
|
f1ee7614c9
|
Release of 0.3.3
v0.3.3
|
2019-02-06 09:55:18 +01:00 |
|
Dave Halter
|
58850f8bfa
|
Rename a test
|
2019-02-06 09:51:46 +01:00 |
|
Dave Halter
|
d38a60278e
|
Remove some unused code
|
2019-02-06 09:50:27 +01:00 |
|
Dave Halter
|
6c65aea47d
|
Fix working with async functions in the diff parser, fixes #56
|
2019-02-06 09:31:46 +01:00 |
|
Dave Halter
|
0d37ff865c
|
Fix bytes/fstring mixing when using iter_errors, fixes #57.
|
2019-02-06 01:28:47 +01:00 |
|
Dave Halter
|
076e296497
|
Improve a docstring, fixes #55.
|
2019-01-26 21:34:56 +01:00 |
|
Dave Halter
|
a2b153e3c1
|
Upgrade the Changelog
v0.3.2
|
2019-01-24 00:42:53 +01:00 |
|
Dave Halter
|
bb2855897b
|
Escape a backslash properly
|
2019-01-24 00:31:26 +01:00 |
|
Dave Halter
|
9c9e6ffede
|
Bump the parso version to 0.3.2
|
2019-01-24 00:22:30 +01:00 |
|
Dave Halter
|
b5d8175eaa
|
f-string parts are also PythonLeaf instances
|
2019-01-24 00:15:53 +01:00 |
|
Dave Halter
|
32a83b932a
|
Fix get_start_pos_of_prefix
|
2019-01-24 00:00:06 +01:00 |
|
Dave Halter
|
01ae01a382
|
Remove dead code
|
2019-01-23 23:28:18 +01:00 |
|
Dave Halter
|
5fbc207892
|
Refactor f-string support
|
2019-01-23 10:58:36 +01:00 |
|
Dave Halter
|
60e4591837
|
Fix: End detection for strings was mostly wrong, fixes #51
|
2019-01-23 10:13:25 +01:00 |
|
Dave Halter
|
ef56debb78
|
Fix f-string escapes, fixes #48
The tokenizer was not detecting backslash escapes for f-string endings properly
|
2019-01-22 22:20:32 +01:00 |
|
Dave Halter
|
dc2582f488
|
Tokenizer: Simplify end of string regexes
|
2019-01-22 09:33:57 +01:00 |
|
Dave Halter
|
fe69989fbc
|
Add a comment from the Python3.7 code base
|
2019-01-21 00:33:02 +01:00 |
|
Dave Halter
|
ce8b531175
|
Fix diff parser: The previous fix was a bit off
|
2019-01-20 19:03:45 +01:00 |
|
Dave Halter
|
069c08883a
|
Change fuzzer: Add ways to not always use correct parse input
|
2019-01-20 18:18:13 +01:00 |
|
Dave Halter
|
0da0a8655a
|
Fix diff parser: issue with opening brackets
|
2019-01-20 00:41:11 +01:00 |
|
Dave Halter
|
3d890c3a00
|
Async doesn't work in 3.4
|
2019-01-19 12:59:35 +01:00 |
|
Dave Halter
|
956ea55048
|
Skip some tests for Python2.6 and Python3.3
|
2019-01-19 12:08:39 +01:00 |
|
Dave Halter
|
0bd17bee2c
|
Fix diff parser: DEDENT as error leaves should also be ignored and reparsed
|
2019-01-18 18:41:08 +01:00 |
|
Dave Halter
|
f3015efb2d
|
Fix diff parser: error dedents in between nodes should be ignored for now when copying
|
2019-01-18 02:43:12 +01:00 |
|
Dave Halter
|
197391dc53
|
Fix diff parser: Don't copy error nodes/leaves in the beginning, leads to strange issues in some cases
|
2019-01-17 23:48:00 +01:00 |
|
Dave Halter
|
32321a74b1
|
Diff fuzzer: Create a check to see if the errors make sense.
|
2019-01-17 22:07:59 +01:00 |
|