Commit Graph

2429 Commits

Author SHA1 Message Date
Kodi Arfer
24309d7cc8 Remove obsolete shields in README
PyPI shields are "no longer available", and we haven't updated Coveralls since Jaunary 2016.
2018-03-06 11:50:17 -08:00
Tuukka Turto
c1e5c3e48c
Merge pull request #1500 from vodik/deprecations
Deal with some deprecation and resource warnings / fix (return) semantics
2018-02-27 23:20:49 +02:00
Kodi Arfer
0345d2b688
Merge pull request #1508 from Kodiologist/merge-policy
Policy: allow PRs to be merged more easily
2018-02-24 10:07:07 -08:00
Kodi Arfer
6994be6cfd Policy: allow PRs to be merged more easily 2018-02-24 10:04:56 -08:00
Kodi Arfer
10cd36d13d
Merge pull request #1511 from jwilk-forks/spelling
Fix typos
2018-02-15 07:56:19 -08:00
Jakub Wilk
d1cb630698 Fix typos 2018-02-15 16:35:33 +01:00
Simon Gomizelj
db58dacce6 Fix invalid escape sequence \s in test_escapes 2018-02-14 16:05:31 -05:00
Simon Gomizelj
cf304714ce Turn on pytests's warning reporter 2018-02-14 16:05:31 -05:00
Simon Gomizelj
ef2f435647 Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
Simon Gomizelj
97d7bbb96b Add posargs to tox test runner 2018-02-14 16:05:31 -05:00
Simon Gomizelj
c35d2a3a22 Drop --allow-all-external, deprecated by PEP 470 2018-02-14 16:05:31 -05:00
Simon Gomizelj
be6ddd4bb2 Fix deprecation warning triggered by PEP 479 2018-02-14 16:05:31 -05:00
Simon Gomizelj
316220b742 Fix AST generation of a naked return 2018-02-14 16:05:31 -05:00
Simon Gomizelj
7b87d42221 Properly teardown subprocesses when testing 2018-02-14 15:38:47 -05:00
Kodi Arfer
7cf23fabc4
Merge pull request #1503 from vodik/travis-py37
Add python 3.7-dev to travis, allow it to fail
2018-02-14 08:41:14 -08:00
Ryan Gonzalez
2859d1e6b8
Merge pull request #1498 from Kodiologist/release-0.14.0
Release 0.14.0
2018-02-13 21:23:09 -06:00
Kodi Arfer
883e937785 Fix mention of apply in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
a515bb48a0 Remove the obsolete reformat-changelog script 2018-02-13 15:32:40 -08:00
Kodi Arfer
b1ce56a4bb Fix ReST typo in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
cfcae05b5e Remove extra indentation in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
3b5bb9e559 Add 0.13.1 to NEWS 2018-02-13 15:31:52 -08:00
Kodi Arfer
142c7eef1a In recent NEWS.rst headers, name the new version 2018-02-13 15:31:52 -08:00
Kodi Arfer
355f3f4259 Convert NEWS to reStructuredText 2018-02-13 15:31:52 -08:00
Kodi Arfer
b63f6e4df5 Reorganize NEWS items 2018-02-13 15:30:58 -08:00
Tuukka Turto
6b23da6997
Merge pull request #1499 from vodik/conftest-cleanup
Simplify conftest for loading hy modules
2018-02-12 06:49:25 +02:00
Tuukka Turto
4cb1876834
Merge pull request #1497 from vodik/import
Relative imports
2018-02-12 06:48:03 +02:00
Simon Gomizelj
a2c8f50b30 Implement changes to support PEP 552 2018-02-09 16:43:25 -05:00
Simon Gomizelj
7dcf1fa63d Add python 3.7-dev to travis, allow it to fail 2018-02-09 16:27:59 -05:00
Simon Gomizelj
7d9df63cda Simplify conftest for loading hy modules 2018-02-08 13:38:45 -05:00
Simon Gomizelj
5c40f793a1 Support PEP 328
Add support for proper relative imports
2018-02-06 23:41:12 -05:00
Tuukka Turto
5c720c0110
Merge pull request #1473 from Kodiologist/new-year-2018
Update copyright years
2018-02-05 15:11:59 +02:00
Tuukka Turto
cf87de5cc2
Merge pull request #1483 from vodik/remove-def
Just remove `def`
2018-01-31 08:54:59 +02:00
Simon Gomizelj
0cd4df3898 Remove def and standardize on setv 2018-01-21 00:25:33 -05:00
Tuukka Turto
a9621817f9
Merge pull request #1433 from Kodiologist/while-multistatement
Handle statements in the condition of `while`
2018-01-11 07:45:27 +02:00
Kodi Arfer
64cf7c7437
Merge pull request #1456 from Kodiologist/big-floats
Don't parse large floats as symbols
2018-01-11 00:44:50 -05:00
Ryan Gonzalez
b0da831fa0
Merge pull request #1485 from jwilk-forks/python3.6
docs/conf.py: make regexp string raw
2018-01-08 16:34:15 -06:00
Jakub Wilk
b8b64d42bd docs/conf.py: make regexp string raw
Fixes:

    conf.py:12: DeprecationWarning: invalid escape sequence \Z

when building docs using Python 3.6 with warnings enabled.
2018-01-08 23:19:08 +01:00
Kodi Arfer
ec32fe3104
Merge pull request #1484 from jwilk-forks/spelling
Fix typo
2018-01-08 16:48:56 -05:00
Jakub Wilk
03cd437f01 Fix typo 2018-01-08 22:45:00 +01:00
Kodi Arfer
6de7ddfee5 Update copyright years 2018-01-01 10:38:33 -05:00
Ryan Gonzalez
8394461658
Merge pull request #1471 from vodik/async/await
Initial commit of asyncfn/await support
2017-12-31 17:10:49 -06:00
Simon Gomizelj
f69ccd2421 Allow coroutines to be decorated 2017-12-31 09:03:39 -05:00
Simon Gomizelj
300cb2856d Update NEWS and AUTHORS 2017-12-31 09:03:39 -05:00
Simon Gomizelj
c5231bc242 Document defn/a, fn/a, for/a, with/a 2017-12-31 09:02:46 -05:00
Kodi Arfer
b81585eaba Reimplement _with and _for as functions 2017-12-30 19:39:15 -05:00
Simon Gomizelj
1e4ad3167b Introduce for/a* and for/a expressions 2017-12-30 19:02:15 -05:00
Simon Gomizelj
783d53ecb7 Introduce with/a* and with/a expressions 2017-12-30 19:02:15 -05:00
Simon Gomizelj
2ffaa8e5be Fix yield-from to prevent it from accepting no arguments
Closes #1472
2017-12-30 19:02:15 -05:00
Simon Gomizelj
e3e01d4405 Introduce fn/a and defn/a
Closes #1054
2017-12-30 19:02:15 -05:00
Kodi Arfer
0b2a472d2f
Merge pull request #1470 from jwilk-forks/spelling
Add missing space between words
2017-12-24 11:25:29 -08:00