summaryrefslogtreecommitdiff
path: root/modules/oop
Commit message (Expand)AuthorAgeFilesLines
* decimalizationStefan Israelsson Tampe2018-08-131-11/+16
* debuggingsStefan Israelsson Tampe2018-08-031-8/+9
* imporved multistring symbol supportStefan Israelsson Tampe2018-05-081-2/+3
* enum.py worksStefan Israelsson Tampe2018-05-071-1/+1
* further improvementsStefan Israelsson Tampe2018-05-061-24/+18
* enum compiles and loads without errorsStefan Israelsson Tampe2018-05-061-153/+217
* improvementsStefan Israelsson Tampe2018-04-251-108/+191
* small stepsStefan Israelsson Tampe2018-04-181-58/+90
* further improvements following python3 specStefan Israelsson Tampe2018-04-171-36/+66
* small small steps of decimalsStefan Israelsson Tampe2018-04-171-34/+28
* enum class almost loadingStefan Israelsson Tampe2018-04-161-34/+31
* small steps furter regarding decimalStefan Israelsson Tampe2018-04-161-25/+46
* progressively imporoving the conformance with python3Stefan Israelsson Tampe2018-04-151-128/+200
* io module tested and debuggedStefan Israelsson Tampe2018-04-121-7/+29
* compiles to bytecode, fails to loadStefan Israelsson Tampe2018-04-081-1/+50
* improving python parser and compilerStefan Israelsson Tampe2018-04-041-81/+90
* finishing the os moduleStefan Israelsson Tampe2018-03-291-12/+12
* itertoolsStefan Israelsson Tampe2018-03-291-18/+56
* abcStefan Israelsson Tampe2018-03-281-56/+64
* large part of functools compilesStefan Israelsson Tampe2018-03-271-37/+60
* functools feature completeStefan Israelsson Tampe2018-03-261-11/+10
* functoolsStefan Israelsson Tampe2018-03-231-72/+96
* bisect moduleStefan Israelsson Tampe2018-03-221-4/+8
* Merge branch 'master' of https://gitlab.com/python-on-guile/python-on-guileStefan Israelsson Tampe2018-03-211-1/+7
|\
| * resolve merge conflictStefan Israelsson Tampe2018-03-201-1/+9
| |\
| * | ...Stefan Israelsson Tampe2018-03-201-1/+7
* | | collections now compilesStefan Israelsson Tampe2018-03-201-2/+2
| |/ |/|
* | modules improvementsStefan Israelsson Tampe2018-03-191-1/+9
|/
* module supportStefan Israelsson Tampe2018-03-151-32/+48
* nnnStefan Israelsson Tampe2018-03-021-0/+43
* abc compilesStefan Israelsson Tampe2018-02-271-2/+1
* deepcopy copy worksStefan Israelsson Tampe2018-02-211-19/+62
* pf-object fixesStefan Israelsson Tampe2017-11-221-10/+12
* improved functional suger notationStefan Israelsson Tampe2017-10-211-1/+18
* refactoring functional objectsStefan Israelsson Tampe2017-10-211-1/+1
* refactoring functional objectsStefan Israelsson Tampe2017-10-211-177/+226
* small steps of meta and meta metaStefan Israelsson Tampe2017-10-201-56/+68
* class system refactoring to enable metaclassesStefan Israelsson Tampe2017-10-191-219/+193
* refactoring object systemStefan Israelsson Tampe2017-10-181-172/+163
* withStefan Israelsson Tampe2017-10-171-0/+1
* equal magicsStefan Israelsson Tampe2017-10-111-1/+16
* cashing of attribute reference and settingStefan Israelsson Tampe2017-10-101-2/+2
* cashing of attribute reference and settingStefan Israelsson Tampe2017-10-101-39/+71
* super trouperStefan Israelsson Tampe2017-10-051-32/+13
* bugfixesStefan Israelsson Tampe2017-10-051-16/+83
* superStefan Israelsson Tampe2017-10-051-17/+129
* further refinements of propertiesStefan Israelsson Tampe2017-10-041-6/+11
* property valuesStefan Israelsson Tampe2017-10-041-17/+34
* decorators worksStefan Israelsson Tampe2017-10-031-4/+34
* more pythonic number systemStefan Israelsson Tampe2017-10-011-45/+0