19
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2025 — Aug 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add NotADirectoryError (#223) More... over 9 years ago
Add PermissionError (#222) More... over 9 years ago
Add empty _clear method (#221) More... over 9 years ago
Fix bug with assigning to a sequence (#219) More... over 9 years ago
Fix blocking test in test_syntax (#218) More... over 9 years ago
Change type to class and remove exceptions module (#217) More... over 9 years ago
Enable errors on mbcs encode/decode (#216) More... over 9 years ago
Fix issue when using dir on an instance of subclass of IOBase (#215) More... over 9 years ago
Replace PythonFile with FileIO for standard streams (#212) More... over 9 years ago
Temporary workaround for #213 (#214) More... over 9 years ago
PEP 3138 (#211) More... over 9 years ago
Disable blocking test More... over 9 years ago
Apply patch IronLanguages/main#1490 (#210) More... over 9 years ago
Remove cStringIO and rename cPickle (#209) More... over 9 years ago
Rework WindowsError, EnvironmentError and IOError into aliases of OSError (#207) More... over 9 years ago
Fix some issues with IronPython tests (#202) More... over 9 years ago
Fix issue with with_traceback (#206) More... over 9 years ago
Remove sys.maxint (#208) More... over 9 years ago
Add limit to factorial (#203) More... over 9 years ago
Support return with value from generators (#201) More... over 9 years ago
Add with_traceback (#205) More... over 9 years ago
Add empty clear() (#204) More... over 9 years ago
Add FileExistsError exception (#199) More... over 9 years ago
Add What's New in Python 3.3 (#200) More... over 9 years ago
Make all classes inherit from object (#188) More... over 9 years ago
[WIP] 2to3 on iptest (#194) More... over 9 years ago
Disable blocking test More... over 9 years ago
Temporarily replace yield from with yield in module used by testing (#191) More... over 9 years ago
Change builtin open to be an alias for _io.open (#192) More... over 9 years ago
Fix issue calling 4th position of a 3-tuple (#185) More... over 9 years ago