Commits
User selector
Commit History
Commits on Mar 7, 2015
Fix Attribute error if matches_iter has not been initialised.
Show description for 3484a15committedUse pkgutil.ImpLoader for the import loader
Show description for 0f92c18committed
Commits on Mar 3, 2015
Document LazyReCompile
Show description for f192efacommitteduse unicode literals
Show description for 907473bcommittedRemove useless use of str
Show description for 95c05bccommittedMake KeyMap a new style class
Show description for a9faa96committed
Commits on Mar 2, 2015
Commits on Feb 28, 2015
Open the FD
Show description for 2b32c81committed
Commits on Feb 25, 2015
Add a test for #491
Show description for 5f836eacommittedPatch correct function
Show description for 45fb40dcommittedOnly use iglob if we really can
Show description for 77506c1committed
Commits on Feb 24, 2015
Use glob.iglob
Show description for 601df71committedBe more careful with glob.glob (fixes #491)
Show description for 846ca4dcommitted
Commits on Feb 23, 2015
Set mod of history file to 0600 (fixes #489)
Show description for d4d9616committedDecode attribute names
Show description for e6b739ecommittedUse unicode literals
Show description for d8aaad8committedMake magic methods unicode (fixes #488)
Show description for 1357471committed
Commits on Feb 20, 2015
Use n and iteritems
Show description for bf09b5ecommittedWatch multiple files in the same directory
Show description for adfb053committedRemove unnecessary else
Show description for 9cc8889committedFix ImportFinder/Loader for Python 2
Show description for a8cf459committedPEP-8
Show description for d071969committed
Commits on Feb 19, 2015
Use ignore rather than replace
Show description for 046646ecommittedDecode with errors='replace'
Show description for 88fa209committedRemove unused import
Show description for be4cd1ccommitted- committed
Sort imports
Show description for 49818b9committedRemove no longer needed __future__ imports
Show description for c08f412committedRemove useless u
Show description for f22e580committedMake try_decode a no-op in Python 3
Show description for 6e38d18committed- committed
Commits on Feb 18, 2015
Use sys.meta_path to hook into import
Show description for cc7aebdcommitted- committed