summaryrefslogtreecommitdiff
path: root/modules/language/python/module
Commit message (Collapse)AuthorAgeFilesLines
* module: Don't use "unless".Ricardo Wurmus2019-06-181-2/+2
| | | | | | | | | | This is a partial revert of commit 4197555e6f7fa732bb5bf605c850972bdd84ad29. This problem was reported by Ludovic Courtès. * modules/language/python/module/re/compile.scm (multiline, dotall): Fix unexpected compilation error by not using "unless".
* module: Use "zero?" and "unless".Ricardo Wurmus2019-06-051-6/+6
| | | | | * modules/language/python/module/re/compile.scm (startine, dotall, multiline, f-s, get-ch): Use "zero?" and "unless".
* modules: Use string-null? instead of (equal? "" ...).Ricardo Wurmus2019-06-031-1/+1
| | | | | | | | * 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-1/+1
|
* remove warnings, reorderingStefan Israelsson Tampe2019-03-137-15/+17
|
* sielence warningsStefan Israelsson Tampe2019-03-132-4/+4
|
* remove warnings, fix wrong compilation orderStefan Israelsson Tampe2019-03-131-3/+4
|
* cleanupStefan Israelsson Tampe2019-03-1235-10783/+0
|
* cleanup of repo files and not clober the compile pathStefan Israelsson Tampe2019-03-1264-0/+0
|
* use guile-persist instead of guile-logStefan Israelsson Tampe2018-12-172-6/+6
|
* fix misscompilation of while loopsStefan Israelsson Tampe2018-12-111-9/+0
|
* better guilemodStefan Israelsson Tampe2018-12-061-42/+3
|
* module statement compilatoin bugfixStefan Israelsson Tampe2018-12-051-4/+6
|
* cleanupStefan Israelsson Tampe2018-11-069-1884/+0
|
* python repo installStefan Israelsson Tampe2018-11-06128-0/+14311
|
* xxxStefan Israelsson Tampe2018-09-151-1/+2
|
* relative references in importStefan Israelsson Tampe2018-09-121-1/+1
|
* xml dom etreeStefan Israelsson Tampe2018-09-1217-0/+6461
|
* sax framework in xmlStefan Israelsson Tampe2018-09-118-0/+1907
|
* final hhtp codeStefan Israelsson Tampe2018-09-1112-23/+4077
|
* jsonStefan Israelsson Tampe2018-09-106-3/+1301
|
* mime typesStefan Israelsson Tampe2018-09-108-0/+675
|
* smtpStefan Israelsson Tampe2018-09-076-0/+3187
|
* email policy works mmStefan Israelsson Tampe2018-09-0626-10/+11895
|
* format strings addedStefan Israelsson Tampe2018-09-054-37/+68
|
* statisticsStefan Israelsson Tampe2018-09-056-23/+1776
|
* urllibStefan Israelsson Tampe2018-09-043-0/+3074
|
* more email stuffStefan Israelsson Tampe2018-09-047-11/+1443
|
* email stuffStefan Israelsson Tampe2018-09-0417-15/+5612
|
* pipesStefan Israelsson Tampe2018-09-046-8/+2192
|
* bytes64 copmiles and testprogram worksStefan Israelsson Tampe2018-09-034-13/+25
|
* encoding libraries addedStefan Israelsson Tampe2018-09-034-41/+1092
|
* binasciiStefan Israelsson Tampe2018-09-031-0/+366
|
* telnetlibStefan Israelsson Tampe2018-09-022-2/+683
|
* tempfileStefan Israelsson Tampe2018-09-021-0/+951
|
* refined the errors in the os module, translating scheme errors to python ↵Stefan Israelsson Tampe2018-09-025-353/+407
| | | | errors. close command changed
* shutil.pyStefan Israelsson Tampe2018-08-295-11/+1215
|
* random worksStefan Israelsson Tampe2018-08-285-18/+50
|
* random.pyStefan Israelsson Tampe2018-08-273-1/+801
|
* hashlib works okayStefan Israelsson Tampe2018-08-272-20/+37
|
* added the rest of hash functions as templatesStefan Israelsson Tampe2018-08-268-0/+80
|
* start supporting hash sums from guile pythonStefan Israelsson Tampe2018-08-267-0/+314
|
* socket compilesStefan Israelsson Tampe2018-08-254-22/+36
|
* socket.pyStefan Israelsson Tampe2018-08-247-149/+1762
|
* _csv module is testedStefan Israelsson Tampe2018-08-241-21/+57
|
* _csv compilesStefan Israelsson Tampe2018-08-233-413/+579
|
* linecacheStefan Israelsson Tampe2018-08-232-3/+181
|
* csv.pyStefan Israelsson Tampe2018-08-222-0/+862
|
* symbol warnings removed for imported symbolsStefan Israelsson Tampe2018-08-201-2/+4
|
* tokinizer compilesStefan Israelsson Tampe2018-08-201-9/+8
|