45
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switched to Pyrex 0.9.2.1. More... about 20 years ago
More precise test, to ensure that the correct classes get the correct attributes. More... about 20 years ago
Bug found by Samuele, with a test and a fix. More... about 20 years ago
Fixed SomeMethod to record the class of their 'self' argument instead of a specific s_self = SomeInstance(). This allows SomeMethods to be created in advance when the classdef is created. SomeMethod unions can then retain all the necessary precision. More... about 20 years ago
Method calls seem to work reasonably well. There is no corresponding support in the code generators, though. This will probably require some more work to be able to tell the difference between instance and class attributes. More... about 20 years ago
More small changes. No longer use the BlockedInference exception for both stopping the inference and invalidating other blocks; there is now a dedicated interface to invalidate other blocks. More... about 20 years ago
Added a generally useful function unionof(*somevalues). More... about 20 years ago
Python functions can call other Python functions. Now RPythonAnnotator is independant on the Translator class; the caching of flow graphs is done by the Bookkeeper. It also makes using RPythonAnnotator easier: the tests in translator/test/test_annrpython.py are simplified. More... about 20 years ago
Added support for built-in functions and methods. This involved some clean-up and the creation of a new class Bookkeeper where choices are remembered for the next reflow. More... about 20 years ago
An extra test. More... about 20 years ago
Merged typeinference branch back to the trunk. -r 4208:4294 More... about 20 years ago
fixeol. More... about 20 years ago
Added LIST_APPEND from Python 2.4. More... about 20 years ago
Test checkin. More... about 20 years ago
Replaces __builtin__ correctly. More... about 20 years ago
Hacks to import compiler package! More... about 20 years ago
more TODO More... about 20 years ago
HTTP and HTML test. More... about 20 years ago
oops. More... about 20 years ago
Imports random.py version 1.60 from CPython CVS. More... about 20 years ago
super() on TODO list. It's everywhere and now hard to avoid. More... about 20 years ago
urllib imports and works. urllib2 not yet. More... about 20 years ago
Borrowed 'imp' module. Set dummy values for sys.executable, sys.prefix, sys.version. More... about 20 years ago
Since dir() works now, rocco's workaround is no more needed. More... about 20 years ago
re.compile works on TrivialObjSpace. More... about 20 years ago
Borrows some modules to run "import pickle". More... about 20 years ago
This lets re.compile('a*') work on StdObjSpace. It didn't work before. (Check yourself.) More... about 20 years ago
Import from Python 2.3.3. More... about 20 years ago
Generate Pyrex class definitions. More... over 20 years ago
Removed a few XXX in Samuele's getattr/setattr support for user-defined classes. More... over 20 years ago