Commit Graph

  • c864ca60d1 Bump version to 0.6.0 v0.6.0 Dave Halter 2020-01-26 20:01:38 +01:00
  • a47b5433d4 Make sure iter_funcdefs includes async functions with decorators, fixes #98 Dave Halter 2020-01-26 20:00:56 +01:00
  • 6982cf8321 Add a bit to the changelog Dave Halter 2020-01-26 19:47:28 +01:00
  • 844ca3d35a del_stmt is now considered a name definition Dave Halter 2020-01-26 19:42:12 +01:00
  • 9abe5d1e55 Forgot to increase the pickle version Dave Halter 2020-01-20 01:27:56 +01:00
  • 84874aace3 Revision on fstring issues (#100) Jarry Shaw 2020-01-10 04:49:34 +08:00
  • 55531ab65b Revision on assignment errors (#97) Jarry Shaw 2020-01-09 06:07:37 +08:00
  • 31c059fc30 Add a Changelog note about dropping 2.6/3.3 Dave Halter 2020-01-06 00:05:11 +01:00
  • cfef1d74e7 Fix a Python 2.7 issue Dave Halter 2020-01-06 00:02:26 +01:00
  • 9ee7409d8a Get rid of Python 3.3 artifacts Dave Halter 2020-01-05 23:59:38 +01:00
  • 4090c80401 Remove Python 2.6 grammar Dave Halter 2020-01-05 23:55:03 +01:00
  • 95f353a15f Merge branch 'rm-2.6' of https://github.com/hugovk/parso Dave Halter 2020-01-05 23:50:20 +01:00
  • 2b0b093276 Make sure to limit the amount of cached files parso stores, fixes davidhalter/jedi#1340 Dave Halter 2020-01-05 23:44:51 +01:00
  • 29b57d93bd Fix simple typo: utitilies -> utilities Tim Gates 2019-12-17 07:52:12 +11:00
  • fb010f2b5d Add a release date to the Changelog v0.5.2 Dave Halter 2019-12-15 01:00:38 +01:00
  • 5e12ea5e04 Prepare the next release v0.5.2 Dave Halter 2019-12-15 00:55:19 +01:00
  • ceb1ee81fa Merge pull request #93 from yangyangxcf/fstring_tokenize Dave Halter 2019-12-15 00:47:32 +01:00
  • bc94293794 Add information about named expressions (#90) to the Changelog Dave Halter 2019-12-15 00:29:41 +01:00
  • 1122822b7d Use a lower pytest version so python3.4 is able to pass Dave Halter 2019-12-15 00:13:48 +01:00
  • 09abe42cce Use Python 3.8 on travis for testing Dave Halter 2019-12-15 00:12:36 +01:00
  • 38cdcceba5 Whitespace changes Dave Halter 2019-12-15 00:06:37 +01:00
  • 753e1999fe Fix: Add more cases for named expression errors, see #89, #90 Dave Halter 2019-12-15 00:04:38 +01:00
  • 3c475b1e63 Add Python 3.8 to tested environments for tox Dave Halter 2019-12-14 23:59:16 +01:00
  • 5f04dad9ab Fix: Catch some additional cases named expr errors, see #89, #90 Dave Halter 2019-12-14 23:31:43 +01:00
  • dbba1959f7 Make sure that function executions are errors as well, see #90 Dave Halter 2019-12-14 23:23:00 +01:00
  • 5fda85275b Some minor refactorings for #90 Dave Halter 2019-12-14 23:12:16 +01:00
  • 32584ac731 Merge https://github.com/JarryShaw/parso into master Dave Halter 2019-12-14 22:21:01 +01:00
  • 89c4d959e9 * moved all namedexpr_test related rules to _NamedExprRule * added valid examples #90 Jarry Shaw 2019-12-14 09:37:16 +01:00
  • 776e151370 Revised implementation Jarry Shaw 2019-12-13 11:55:53 +08:00
  • 53a6d0c17a spelling #93 yangyang 2019-12-06 15:24:33 +08:00
  • b90e5cd758 fixed #86 and #87 yangyang 2019-12-05 19:01:20 +08:00
  • e496b07b63 Fix trailing comma error Robin Fourcade 2019-12-04 17:21:22 +01:00
  • 76fe4792e7 Deal with nested comprehension Jarry Shaw 2019-12-01 16:23:18 +08:00
  • 8cae7ed526 Fixing davidhalter/parso#89 Jarry Shaw 2019-12-01 15:43:17 +08:00
  • ee2995c110 Remove debug print statement Ian Tabolt 2019-09-25 15:00:34 -04:00
  • 76aaa2ddba Fix typo (#84) Naglis 2019-09-15 20:53:30 +03:00
  • 3ecd4dddb4 Fix is_definition test Dave Halter 2019-09-05 23:28:46 +02:00
  • 8f83e9b3c5 Add include_setitem for get_defined_names, is_definition and get_definition Dave Halter 2019-08-28 22:38:01 +02:00
  • e8653a49ff Make is_definition work on setitem modifications, see #66 Dave Halter 2019-08-25 23:55:15 +02:00
  • d3383b6c41 Fix string/tuple concatenation #38 Hugo 2019-08-08 16:48:34 +03:00
  • 9da4df20d1 Add python_requires to help pip Hugo 2018-06-12 08:03:49 +03:00
  • 0341f69691 Drop support for EOL Python 3.3 Hugo 2018-05-10 15:40:01 +03:00
  • f6bdba65c0 Drop support for EOL Python 2.6 Hugo 2018-05-09 21:36:30 +03:00
  • 3bb46563d4 ENH: update grammar for py39 (#78) Thomas A Caswell 2019-07-21 17:45:51 -04:00
  • e723b3e74b Refactor the ambiguity tests a bit, see #70 Dave Halter 2019-07-13 20:14:52 +02:00
  • 0032bae041 Make pgen2's grammar ambiguity detection handle more cases Benjamin Woodruff 2019-05-07 16:56:29 -04:00
  • c0ace63a69 For Python 2.7 and 3.4 pytest 5 doesn't work anymore v0.5.1 Dave Halter 2019-07-13 15:46:58 +02:00
  • 399e8e5043 Prepare the 0.5.1 release Dave Halter 2019-07-13 15:39:44 +02:00
  • 0a5b5f3346 Fix name tokenizing for Python 2 Dave Halter 2019-07-13 15:34:23 +02:00
  • 2b8544021f Fix positioning for names that are interleaved with error tokens Dave Halter 2019-07-13 12:34:36 +02:00
  • 99dd4a84d4 Merge branch 'master' of github.com:davidhalter/parso Dave Halter 2019-07-12 21:31:58 +02:00
  • 9501b0bde0 Fixed name tokenizing issues for tamil characters, fixes davidhalter/jedi#1368 Dave Halter 2019-07-12 21:31:49 +02:00
  • ad57a51800 Fix line continuation characters inside f-strings Benjamin Woodruff 2019-07-11 15:05:20 -07:00
  • 19de3eb5ca Document that the cache uses pickle files Dave Halter 2019-07-10 00:17:28 -07:00
  • 7441e6b1d2 Fix changelog dates, fixes #77 Dave Halter 2019-06-28 02:00:35 -07:00
  • df3c494e02 Try to use collections.abc.Mapping instead of collections.Mapping Dave Halter 2019-06-21 10:17:05 +02:00
  • 59df3fab43 Some small changes to the changelog v0.5.0 Dave Halter 2019-06-20 21:15:53 +02:00
  • 803cb5f25f Make parso work at least somewhat with an older Jedi version Dave Halter 2019-06-20 20:33:14 +02:00
  • 3fa8630ba9 Use an immutable map for used names, so that it can be use for hashing Dave Halter 2019-06-18 09:12:33 +02:00
  • 1ca5ae4008 Bump the version number to the next release: 0.5.0 Dave Halter 2019-06-13 17:26:08 +02:00
  • c3c16169b5 Ignore positional only arguments slash when listing params Dave Halter 2019-06-09 22:55:27 +02:00
  • ecbe2b9926 Add positional only arguments to grammar Dave Halter 2019-06-09 21:14:55 +02:00
  • 1929c144dc Increate the _PICKLE_VERSION to avoid issues with the latest breaking change Dave Halter 2019-06-09 18:11:21 +02:00
  • b5d50392a4 comp_for is now called sync_comp_for for all Python versions to be compatible with the Python 3.8 Grammar Dave Halter 2019-06-09 18:00:32 +02:00
  • a7aa23a7f0 Parse named expressions Dave Halter 2019-06-02 23:34:37 +02:00
  • 5430415d44 Change a test, because it doesn't really matter Dave Halter 2019-06-02 22:54:45 +02:00
  • 6cdd47fe2b f-string syntax in Python 3.8 was enhanced Dave Halter 2019-06-02 22:48:47 +02:00
  • 917b4421f3 Fix fstring format spec parsing, fixes #74 Dave Halter 2019-06-02 15:18:42 +02:00
  • 4f5fdd5a70 Add release notes for the next release 0.4.1 Dave Halter 2019-06-02 11:28:00 +02:00
  • 93ddf5322a parse long number notation (#72) prim 2019-06-02 17:14:15 +08:00
  • a9b61149eb Fix get_decorators for async functions Dave Halter 2019-05-27 01:08:42 +02:00
  • de416b082e Make it clear that get_last_modified should not raise an exception, but return None, if it cannot look up a file Dave Halter 2019-05-22 00:06:50 +02:00
  • 4b440159b1 Fix __init__.pyi re-exports. Carl Meyer 2019-05-08 15:41:01 -04:00
  • 6f2d2362c9 Add type stubs. Carl Meyer 2019-05-06 15:29:12 -04:00
  • 8a06f0da05 0.4.0 release notes v0.4.0 Dave Halter 2019-04-05 18:57:12 +02:00
  • bd95989c2e Change the default tox environments to test Dave Halter 2019-04-05 18:54:16 +02:00
  • 57e91262cd Add Python 3.8 to tox.ini Miro Hrončok 2019-03-29 15:37:22 +01:00
  • 476383cca9 Test on Python 3.8 Miro Hrončok 2019-03-29 15:32:25 +01:00
  • b2ab64d8f9 Fix Python 3.8 error issues Dave Halter 2019-04-05 18:30:48 +02:00
  • 18cbeb1a3d Fix an issue, because sync_comp_for exists now Dave Halter 2019-04-05 16:27:17 +02:00
  • a5686d6cda PEP 8 Dave Halter 2019-04-05 16:25:45 +02:00
  • dfe7fba08e continue in finally is no longer an error Dave Halter 2019-04-05 16:17:30 +02:00
  • 6db7f40942 Python 2 compatibility Dave Halter 2019-04-03 01:24:06 +02:00
  • d5eb96309c Increase the pickle version. With all the changes lately, it's better this way Dave Halter 2019-04-03 01:07:25 +02:00
  • 4c65368056 Some minor changes to file_io Dave Halter 2019-03-27 01:02:27 +01:00
  • 3e2956264c Add FileIO to make it possible to cache e.g. files from zip files Dave Halter 2019-03-25 00:48:59 +01:00
  • e77a67cd36 PEP 8 Dave Halter 2019-03-22 20:17:59 +01:00
  • c4d6de2aab tests: add coverage tox factor, use it on Travis Daniel Hahler 2019-02-23 10:06:31 +01:00
  • 7770e73609 ci: Travis: use dist=xenial Daniel Hahler 2019-02-23 09:59:07 +01:00
  • acccb4f28d 0.3.4 release v0.3.4 Dave Halter 2019-02-13 00:18:40 +01:00
  • 3f6fc8a5ad Fix an f-string tokenizer issue Dave Halter 2019-02-13 00:17:37 +01:00
  • f1ee7614c9 Release of 0.3.3 v0.3.3 Dave Halter 2019-02-06 09:54:10 +01:00
  • 58850f8bfa Rename a test Dave Halter 2019-02-06 09:51:46 +01:00
  • d38a60278e Remove some unused code Dave Halter 2019-02-06 09:50:27 +01:00
  • 6c65aea47d Fix working with async functions in the diff parser, fixes #56 Dave Halter 2019-02-06 09:23:08 +01:00
  • 0d37ff865c Fix bytes/fstring mixing when using iter_errors, fixes #57. Dave Halter 2019-02-06 01:28:47 +01:00
  • 076e296497 Improve a docstring, fixes #55. Dave Halter 2019-01-26 21:34:36 +01:00
  • a2b153e3c1 Upgrade the Changelog v0.3.2 Dave Halter 2019-01-24 00:42:53 +01:00
  • bb2855897b Escape a backslash properly Dave Halter 2019-01-24 00:31:26 +01:00
  • 9c9e6ffede Bump the parso version to 0.3.2 Dave Halter 2019-01-24 00:21:59 +01:00