summaryrefslogtreecommitdiff
path: root/modules/oop/pf-objects.scm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* generic function addition to property lookupStefan Israelsson Tampe2017-10-011-2/+6
|
* lists improvements ordering and dirStefan Israelsson Tampe2017-09-281-6/+1
|
* improved fastmap and dir functionStefan Israelsson Tampe2017-09-281-0/+6
|
* set theoryStefan Israelsson Tampe2017-09-281-40/+47
|
* big commitStefan Israelsson Tampe2017-09-261-7/+9
|
* import f as g etc now worksStefan Israelsson Tampe2017-09-241-4/+4
|
* referencing python classes will now result in the full function with the ↵Stefan Israelsson Tampe2017-09-161-1/+22
| | | | self argument included
* bugfixesStefan Israelsson Tampe2017-09-161-2/+2
|
* buggfixes of applicable structsStefan Israelsson Tampe2017-09-161-1/+1
|
* applicable structs usedStefan Israelsson Tampe2017-09-161-75/+75
|
* Small improvements to the writerStefan Israelsson Tampe2017-09-151-50/+34
|
* refactoring scheme macros out from the compilierStefan Israelsson Tampe2017-09-141-71/+69
|