2
I Use This!
Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
property decorator More... about 17 years ago
improve time.clock accuracy under windows (ffao) More... about 17 years ago
rename 'init' variable More... about 17 years ago
add lookupclass calls, moving some code around More... about 17 years ago
use lookupclass in analyze_callfunc More... about 17 years ago
remove identifier restriction from base class expression More... about 17 years ago
avoid special-casing __init__ More... about 17 years ago
switch use of cl.bases and cl.ancestors() in two places More... about 17 years ago
plus test More... about 17 years ago
match_object.group default argument More... about 17 years ago
support % with constant-dynamic dict More... about 17 years ago
fill out do_modfill, fixing some issues with '.. % tuple' More... about 17 years ago
revisit % tuple/bintuple, merge code with moddict More... about 17 years ago
support other static dictionaries More... about 17 years ago
start of improvements to mod operator (right-hand dict) More... about 17 years ago
model re.sub etc. replacement function argument More... about 17 years ago
remove tuple hash caching More... about 17 years ago
fix cpp generation for 'import .. as' More... about 17 years ago
use import chain in lookupmodule, so e.g. import os; os.path.curdir works More... about 17 years ago
err on relative imports (from (.)+.. import..) More... about 17 years ago
also perform step-wise import in visitFrom More... about 17 years ago
also for visitFrom More... about 17 years ago
fix local imports in library modules (so we can fix lib/os/__init__.py) More... about 17 years ago
import a.b.c: import a, then a.b, then a.b.c More... about 17 years ago
typos More... about 17 years ago
add some module documentation More... about 17 years ago
add <climits>, necessary for GCC 4.3 More... about 17 years ago
temporarily add -Wno-deprecated to silence GCC 4.3 deprecation warnings More... about 17 years ago
avoid two crashes for contained lambdas More... about 17 years ago
default dst of -1 in datetime.timetuple (ffao) More... about 17 years ago