summaryrefslogtreecommitdiff
path: root/modules/language/python/module
Commit message (Expand)AuthorAgeFilesLines
* 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 erro...Stefan Israelsson Tampe2018-09-025-353/+407
* 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
* tokenize.pyStefan Israelsson Tampe2018-08-205-8/+996
* getopt.py and filecmp.pyStefan Israelsson Tampe2018-08-202-0/+517
* difflib compiles with warningsStefan Israelsson Tampe2018-08-202-4/+10
* difflib parsesStefan Israelsson Tampe2018-08-191-0/+2095
* format2 parser bugfix, removing of pkStefan Israelsson Tampe2018-08-181-4/+0
* optparse --help bugfixStefan Israelsson Tampe2018-08-171-0/+4
* optparse worksStefan Israelsson Tampe2018-08-172-2/+5
* to_bytes, from_bytes, splitStefan Israelsson Tampe2018-08-172-2/+5
* from_bytesStefan Israelsson Tampe2018-08-171-1/+1
* ipaddress.pyStefan Israelsson Tampe2018-08-171-0/+2301
* arith bugg fixed plus etc lrStefan Israelsson Tampe2018-08-173-44/+37
* improvements of optparseStefan Israelsson Tampe2018-08-166-28/+62
* textwrap testedStefan Israelsson Tampe2018-08-162-7/+10
* globStefan Israelsson Tampe2018-08-167-63/+1014
* only pretty regex string for compile fknStefan Israelsson Tampe2018-08-153-13/+20
* bugfixesStefan Israelsson Tampe2018-08-155-87/+118
* argparser comiles without errorsStefan Israelsson Tampe2018-08-151-0/+2400
* log works in decimalStefan Israelsson Tampe2018-08-152-54/+38
* optparseStefan Israelsson Tampe2018-08-143-2/+1685
* gettext worksStefan Israelsson Tampe2018-08-143-29/+15
* decimals divisionStefan Israelsson Tampe2018-08-141-129/+141
* bytes and string musingsStefan Israelsson Tampe2018-08-133-5/+680
* fix minor module bugStefan Israelsson Tampe2018-08-131-1/+1
* Merge branch 'master' of gitlab.com:python-on-guile/python-on-guileStefan Israelsson Tampe2018-08-135-117/+128
|\
| * decimalizationStefan Israelsson Tampe2018-08-135-117/+128
* | some improvementsStefan Israelsson Tampe2018-08-134-6/+12
|/
* textwrap compilesStefan Israelsson Tampe2018-08-125-109/+621