45
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 22 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove debug print statement More... almost 21 years ago
- improved the hack to perform specific objspace tests only when actually running the tests with the respective objspace. (i.e. objspace.ann* tests are skipped for StdObjSpace and objspace.std* for AnnObjSpace) More... almost 21 years ago
Final redux from EuroPython hacking sessions. The code is mostly better, but still, many tests hang when run with -A, and there's at least one (in test_interpreter.py) that causes an infinite loop. More... almost 21 years ago
Add TypeError and type to the Builtin class, hoping to get some more Ann space code to work (these are used by some appspace helpers called from the interpreter). More... almost 21 years ago
Add a hook, gethelperspace(), which should return the space to be passed to AppHelper. It defaults to self. More... almost 21 years ago
Completed the automatic definition of missing comparison operators. Re-enabled them (I cannot see the problem mentioned by Holger?). Removed the default fall-backs in default.py. The purpose of this fix is to make the special methods visible at the application level (e.g. 'None.__ne__'). More... almost 21 years ago
Re-enabled the tests accidentally removed in test_stringobject.py. More... almost 21 years ago
Fixed the genuine problem reported by the disabled test in test_multimethod. Re-enabled the test. More... almost 21 years ago
revert hpk's slightly inappropriate fix. More... almost 21 years ago
Tomek's fix wasn't quite right. More... almost 21 years ago
fixes to get our trunk to run the tests again. Obviously in the last hours of the sprint nobody really ran all the tests?! Maybe the fact that stringobject now uses the list object to implement itself brought up some boostrapping issues regarding strings <-> lists. For me, all tests pass now for all object spaces. More... almost 21 years ago
__repr__ implemented More... almost 21 years ago
dict tests pass again (sorry Alex, I was misunderstanding the original dict.__new__ when I translated into dict.__init__). More... almost 21 years ago
More functionality added to the annotation space. One thing added is properly creating function objects from code. More... almost 21 years ago
cloning frames wasn't cloning the new fast locals. Now it does. More... almost 21 years ago
Fix formatting of traceback to be more compatible. More... almost 21 years ago
Got the __new__ and __init__ methods (probably) right. Reorganized constructors of all object types accordingly. More... almost 21 years ago
Added tests for eq and lt More... almost 21 years ago
Added almost correct lt and gt operators. Fixed error in eq. Test cases will follow. More... almost 21 years ago
Add setitem for limited cases. More... almost 21 years ago
moved register_all into objspace so we spare an import (armin's suggestion). More... almost 21 years ago
List tests and subdirectories in alphabetical order (case sensitive). More... almost 21 years ago
Delete unused import of NewMultimethodCode which caused problems. More... almost 21 years ago
added the missing register_all.py file containing the moved register_all function More... almost 21 years ago
Mure functionality in annotation space. More... almost 21 years ago
new methods implemented in stringobject.py More... almost 21 years ago
Repair test_appmethod, which looked pretty bogus. More... almost 21 years ago
new method splitlines, new implementation of expandtabs additional arguments in count, refactored strip methods several bugfixes after Tomeks adaption of CPython tests More... almost 21 years ago
optimization of both tests and implementations (pop, get) because it was too slow More... almost 21 years ago
Refactored register_all to live in its own module. More... almost 21 years ago