| Age | Commit message (Collapse) | Author |
|
A new option has appeared in Linux 3.15-rc1. Ignore it for now.
|
|
|
|
|
|
By suggestion from dubiousjim.
|
|
|
|
|
|
Faster and a bit more readable.
|
|
|
|
|
|
unset_user_values() will indirectly invalidate everything, so we don't
need to do it ourselves.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Speeds up _tokenize() by ~20%.
|
|
|
|
|
|
Bit faster (http://wiki.python.org/moin/PythonSpeed).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|