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 |
|
Jakub Wilk
|
8b986e87e3
|
Add missing space between words
|
2017-12-24 20:02:23 +01:00 |
|
Kodi Arfer
|
862732ff2a
|
Merge pull request #1464 from MonsieurV/patch-1
Update interop doc: print function is lower-case
|
2017-12-09 14:22:05 -08:00 |
|
Yoan Tournade
|
62fb35e09a
|
Update AUTHORS
|
2017-12-09 23:20:55 +01:00 |
|
Yoan Tournade
|
52292da695
|
Update interop doc: print function is lower-case
(A typo made use of Print function, which is not defined)
|
2017-12-09 23:12:19 +01:00 |
|
Kodi Arfer
|
0baedaa5c4
|
Merge pull request #1427 from rkday/try_body
Allow multiple expressions in a try
|
2017-12-06 14:37:19 -08:00 |
|
Rob Day
|
76bbf05812
|
Update documentation to cover new 'try' body rules
|
2017-12-03 09:47:41 +00:00 |
|
Rob Day
|
eda78eb81c
|
Allow multiple expressions in a try
|
2017-12-03 09:47:41 +00:00 |
|
Kodi Arfer
|
ec97a3da03
|
Merge pull request #1459 from jwilk-forks/spelling
Fix typos
|
2017-11-25 15:49:13 -08:00 |
|
Jakub Wilk
|
e2e1b04ea3
|
Fix typos
|
2017-11-26 00:44:03 +01:00 |
|
Kodi Arfer
|
a26480a81b
|
Don't parse large floats as symbols
|
2017-11-11 15:14:28 -08:00 |
|
Kodi Arfer
|
97987d739c
|
Merge pull request #1430 from Kodiologist/eval-situation
Refactoring and docs for eval-X-compile
|
2017-11-02 21:45:33 -07:00 |
|
Kodi Arfer
|
1b3fc81f3f
|
Document eval-X-compile
|
2017-11-02 08:43:43 -07:00 |
|
Kodi Arfer
|
52a0c8a870
|
Unify implementations of eval-X-compile
|
2017-11-02 08:43:43 -07:00 |
|
Kodi Arfer
|
ed0b273551
|
Fix a bug in docs/conf.py
Without the trailing slash, `py = ('https://docs.python.org/3', None)` mysteriously creates links to the Python 2 documentation rather than Python 3.
|
2017-11-02 07:32:03 -07:00 |
|
Kodi Arfer
|
b25a69179f
|
Update the documentation of while
|
2017-11-02 07:32:03 -07:00 |
|
Kodi Arfer
|
fd64575799
|
Handle statements in the condition of while
|
2017-11-02 07:31:58 -07:00 |
|
Ryan Gonzalez
|
49d2523e17
|
Merge pull request #1426 from gilch/letmacro
implement `let`
|
2017-11-01 09:39:57 -05:00 |
|
Ryan Gonzalez
|
e0e664c030
|
Merge branch 'master' into letmacro
|
2017-11-01 09:39:18 -05:00 |
|
Tuukka Turto
|
687be1e78c
|
Merge pull request #1447 from gilch/astor
update astor to 0.6
|
2017-11-01 07:02:37 +02:00 |
|
gilch
|
8f2e80d12e
|
add newlines in disassemble tests for astor 0.6
|
2017-10-31 21:46:44 -06:00 |
|
Kodi Arfer
|
a074bb9a5c
|
Work around an astor regression for NaN
|
2017-10-31 17:50:44 -07:00 |
|
gilch
|
6bb997dbea
|
update astor to 0.6
|
2017-10-31 14:13:41 -06:00 |
|
Tuukka Turto
|
5975ad344d
|
Merge pull request #1415 from gilch/doc-macro
add documentation macros
|
2017-10-31 07:01:42 +02:00 |
|
gilch
|
91bdaea535
|
add documentation macros
|
2017-10-30 21:25:25 -06:00 |
|
gilch
|
a4dd344ebd
|
protect eval-and-compile/eval-when-compile in let
|
2017-10-30 20:24:09 -06:00 |
|
gilch
|
82b4518fa6
|
error check defclass name
|
2017-10-30 20:24:09 -06:00 |
|
gilch
|
e90f082baf
|
back let with dict for better defclass behavior
|
2017-10-30 20:23:57 -06:00 |
|
gilch
|
3707681056
|
make deftag/defmacro macros, not special forms
|
2017-10-29 17:52:40 -06:00 |
|
Tuukka Turto
|
fac87c99d0
|
Merge pull request #1444 from gilch/xi-tag
change xi macro to #% tag macro
|
2017-10-29 21:34:56 +02:00 |
|
Tuukka Turto
|
268463c68d
|
Merge pull request #1432 from Kodiologist/else-detection
Don't treat [else…] or ("else"…) as else clauses
|
2017-10-29 21:21:32 +02:00 |
|
Tuukka Turto
|
fabc55a62a
|
Merge pull request #1431 from Kodiologist/repl-crash
Fix a crash in HyTypeError.__str__
|
2017-10-29 21:20:00 +02:00 |
|
gilch
|
497e929913
|
generalize #% to arbitrary expressions
|
2017-10-26 14:23:25 -06:00 |
|
gilch
|
b5f1136ba5
|
%* %** parameters for #% tag macro
|
2017-10-26 13:03:01 -06:00 |
|
gilch
|
f81fb771eb
|
change xi macro to #% tag macro
|
2017-10-26 12:55:48 -06:00 |
|