openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
shedskin
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
6 days
ago. based on code collected
6 days
ago.
Sep 02, 2024 — Sep 02, 2025
Showing page 151 of 159
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
property decorator
Mark Dufour
More...
about 17 years ago
improve time.clock accuracy under windows (ffao)
Mark Dufour
More...
about 17 years ago
rename 'init' variable
Mark Dufour
More...
about 17 years ago
add lookupclass calls, moving some code around
Mark Dufour
More...
about 17 years ago
use lookupclass in analyze_callfunc
Mark Dufour
More...
about 17 years ago
remove identifier restriction from base class expression
Mark Dufour
More...
about 17 years ago
avoid special-casing __init__
Mark Dufour
More...
about 17 years ago
switch use of cl.bases and cl.ancestors() in two places
Mark Dufour
More...
about 17 years ago
plus test
Mark Dufour
More...
about 17 years ago
match_object.group default argument
Mark Dufour
More...
about 17 years ago
support % with constant-dynamic dict
Mark Dufour
More...
about 17 years ago
fill out do_modfill, fixing some issues with '.. % tuple'
Mark Dufour
More...
about 17 years ago
revisit % tuple/bintuple, merge code with moddict
Mark Dufour
More...
about 17 years ago
support other static dictionaries
Mark Dufour
More...
about 17 years ago
start of improvements to mod operator (right-hand dict)
Mark Dufour
More...
about 17 years ago
model re.sub etc. replacement function argument
Mark Dufour
More...
about 17 years ago
remove tuple hash caching
Mark Dufour
More...
about 17 years ago
fix cpp generation for 'import .. as'
Mark Dufour
More...
about 17 years ago
use import chain in lookupmodule, so e.g. import os; os.path.curdir works
Mark Dufour
More...
about 17 years ago
err on relative imports (from (.)+.. import..)
Mark Dufour
More...
about 17 years ago
also perform step-wise import in visitFrom
Mark Dufour
More...
about 17 years ago
also for visitFrom
Mark Dufour
More...
about 17 years ago
fix local imports in library modules (so we can fix lib/os/__init__.py)
Mark Dufour
More...
about 17 years ago
import a.b.c: import a, then a.b, then a.b.c
Mark Dufour
More...
about 17 years ago
typos
Mark Dufour
More...
about 17 years ago
add some module documentation
Mark Dufour
More...
about 17 years ago
add <climits>, necessary for GCC 4.3
Mark Dufour
More...
about 17 years ago
temporarily add -Wno-deprecated to silence GCC 4.3 deprecation warnings
Mark Dufour
More...
about 17 years ago
avoid two crashes for contained lambdas
Mark Dufour
More...
about 17 years ago
default dst of -1 in datetime.timetuple (ffao)
Mark Dufour
More...
about 17 years ago
←
1
2
…
147
148
149
150
151
152
153
154
155
…
158
159
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree