summaryrefslogtreecommitdiff
path: root/modules/language/python/spec.scm
Commit message (Collapse)AuthorAgeFilesLines
* spec: Log to python-log.txt.Ricardo Wurmus2019-06-041-1/+1
| | | | | * modules/language/python/spec.scm (trace): Write to "python-log.txt" instead of "log.txt".
* spec: Rename dolog and pr.Ricardo Wurmus2019-06-041-5/+5
| | | | | | | | * modules/language/python/spec.scm (dolog): Rename this variable... (*python-debug*): ...to this. (pr): Rename this procedure... (trace): ...to this. (logging-compile): Adjust.
* spec: Rename procedures.Ricardo Wurmus2019-06-041-9/+18
| | | | | | | | | | * modules/language/python/spec.scm (c): Rename this... (logging-compile): ...to this procedure. (cc): Rename this... (read-or-compile): ...to this procedure. (e): Rename this... (python-eval): ...to this procedure. (python-reader-wrap): Use new names.
* spec: Add ignore-errors helper.Ricardo Wurmus2019-06-041-13/+13
| | | | | * modules/language/python/spec.scm (ignore-errors): Add procedure. (int, in): Use it.
* modules: spec: Simplify.Ricardo Wurmus2019-06-031-7/+5
| | | | * modules/language/python/spec.scm: Use "const" instead of "lambda".
* modules: completer: Simplify.Ricardo Wurmus2019-06-031-1/+1
| | | | | | | | * modules/language/python/completer.scm (aif): Remove macro. (complete-fkn): Simplify, comment, and add docstring; rename... (complete-python): ...to this. (reg): Rename this variable... (dotted-words-regexp): ...to this.
* modules: Use string-null? instead of (equal? "" ...).Ricardo Wurmus2019-06-031-1/+3
| | | | | | | | * modules/language/python/bytes.scm (replace): Use string-null?. * modules/language/python/completer.scm (complete-fkn): Likewise. * modules/language/python/module/io.scm (StringIO): Likewise. * modules/language/python/spec.scm (cc): Likewise. * modules/language/python/string.scm (py-replace): Likewise.
* final touchStefan Israelsson Tampe2019-03-131-2/+2
|
* remove define in expression contextStefan Israelsson Tampe2019-03-131-4/+5
|
* remove warnings, reorderingStefan Israelsson Tampe2019-03-131-7/+8
|
* fix misscompilation of while loopsStefan Israelsson Tampe2018-12-111-9/+37
|
* python repo installStefan Israelsson Tampe2018-11-061-1/+6
|
* smtpStefan Israelsson Tampe2018-09-071-0/+1
|
* completerStefan Israelsson Tampe2017-10-171-0/+6
|
* applicable structs usedStefan Israelsson Tampe2017-09-161-1/+3
|
* try worksStefan Israelsson Tampe2017-09-111-16/+16
|
* improvements of the compiler and the object system addedStefan Israelsson Tampe2017-09-031-3/+9
|
* compilerStefan Israelsson Tampe2017-08-311-0/+48