summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
Commit message (Collapse)AuthorAgeFilesLines
* compile: gw-persson: Simplify.Ricardo Wurmus2019-06-041-4/+3
| | | | | * modules/language/python/compile.scm (gw-persson): Use "and" instead of "if".
* compile: Simplify expressions.Ricardo Wurmus2019-06-041-14/+14
| | | | | | | | | | * modules/language/python/compile.scm (with-exit): Use "unless" and "zero?". (use): Use "unless" instead of single-armed "(if (not ...) ...)". (set-doc): Same. (setwrap): Use "match-lambda". (gentable): Use "when". (export-all): Flip "if".
* compile: Remove unused macros.Ricardo Wurmus2019-06-041-19/+0
| | | | | * modules/language/python/compile.scm (clear-warning-data, with-warn, with-warn-data, get-warns): Remove.
* compile: Use const for clarity.Ricardo Wurmus2019-06-041-5/+4
| | | | | * modules/language/python/compile.scm: Use const instead of lambda expressions.
* compile: get-addings: Implement without aif.Ricardo Wurmus2019-06-041-14/+14
| | | | | * modules/language/python/compile.scm (aif): Remove macro. (get-addings): Implement without aif; simplify.
* compile: get-doc: Simplify.Ricardo Wurmus2019-06-041-3/+1
| | | | * modules/language/python/compile.scm (get-doc): Simplify.
* compile: fast-ref: Simplify.Ricardo Wurmus2019-06-041-3/+1
| | | | * modules/language/python/compile.scm (fast-ref): Simplify.
* compile: get-exported-symbols: Simplify.Ricardo Wurmus2019-06-041-11/+10
| | | | | * modules/language/python/compile.scm (get-exported-symbols): Simplify and add docstring.
* remove warnings, reorderingStefan Israelsson Tampe2019-03-131-4/+4
|
* fix misscompilation of while loopsStefan Israelsson Tampe2018-12-111-105/+128
|
* better guilemodStefan Israelsson Tampe2018-12-061-7/+4
|
* module statement compilatoin bugfixStefan Israelsson Tampe2018-12-051-9/+13
|
* imporved relative importsStefan Israelsson Tampe2018-09-121-3/+3
|
* relative references in importStefan Israelsson Tampe2018-09-121-6/+11
|
* relative references in importStefan Israelsson Tampe2018-09-121-2/+94
|
* xml dom etreeStefan Israelsson Tampe2018-09-121-1/+4
|
* email policy works mmStefan Israelsson Tampe2018-09-061-16/+12
|
* format strings addedStefan Israelsson Tampe2018-09-051-45/+137
|
* statisticsStefan Israelsson Tampe2018-09-051-5/+6
|
* more email stuffStefan Israelsson Tampe2018-09-041-18/+87
|
* email stuffStefan Israelsson Tampe2018-09-041-5/+31
|
* pipesStefan Israelsson Tampe2018-09-041-6/+28
|
* bytes64 copmiles and testprogram worksStefan Israelsson Tampe2018-09-031-6/+17
|
* encoding libraries addedStefan Israelsson Tampe2018-09-031-21/+35
|
* refined the errors in the os module, translating scheme errors to python ↵Stefan Israelsson Tampe2018-09-021-31/+37
| | | | errors. close command changed
* shutil.pyStefan Israelsson Tampe2018-08-291-9/+106
|
* random worksStefan Israelsson Tampe2018-08-281-9/+9
|
* random.pyStefan Israelsson Tampe2018-08-271-1/+1
|
* hashlib works okayStefan Israelsson Tampe2018-08-271-8/+18
|
* quick generator constructions in stead of tupplesStefan Israelsson Tampe2018-08-261-15/+17
|
* start supporting hash sums from guile pythonStefan Israelsson Tampe2018-08-261-187/+232
|
* socket compilesStefan Israelsson Tampe2018-08-251-7/+2
|
* socket.pyStefan Israelsson Tampe2018-08-241-36/+55
|
* _csv module is testedStefan Israelsson Tampe2018-08-241-5/+18
|
* symbol warnings removed for imported symbolsStefan Israelsson Tampe2018-08-201-34/+65
|
* getopt.py and filecmp.pyStefan Israelsson Tampe2018-08-201-0/+3
|
* compiles without warnings - difflibStefan Israelsson Tampe2018-08-201-28/+46
|
* difflib compiles with warningsStefan Israelsson Tampe2018-08-201-103/+140
|
* to_bytes, from_bytes, splitStefan Israelsson Tampe2018-08-171-0/+1
|
* arith bugg fixed plus etc lrStefan Israelsson Tampe2018-08-171-21/+49
|
* improvements of optparseStefan Israelsson Tampe2018-08-161-48/+69
|
* globStefan Israelsson Tampe2018-08-161-0/+1
|
* bugfixesStefan Israelsson Tampe2018-08-151-4/+4
|
* argparser comiles without errorsStefan Israelsson Tampe2018-08-151-103/+240
|
* log works in decimalStefan Israelsson Tampe2018-08-151-4/+4
|
* optparse compiles without errorsStefan Israelsson Tampe2018-08-141-17/+21
|
* optparseStefan Israelsson Tampe2018-08-141-29/+121
|
* gettext worksStefan Israelsson Tampe2018-08-141-6/+9
|
* decimals divisionStefan Israelsson Tampe2018-08-141-0/+2
|
* better encoding and decodingStefan Israelsson Tampe2018-08-141-2/+4
|