0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 1.3.0. More... over 9 years ago
Document some of the shiny new API. More... over 9 years ago
Fix relative imports from within a subdirectory. More... over 9 years ago
Added NOQA More... over 9 years ago
Extensions using Cache class, using CACHE_ROOT as the cache key prefix More... over 9 years ago
Added simple local memory Cache class for using in extensions More... over 9 years ago
Trying that again... More... over 9 years ago
Explicitly decode file contents in setup.py. Fixes #308. More... over 9 years ago
Allow both Paths and strings. More... over 9 years ago
Experiment with porting path handling to use pathlib. More... over 9 years ago
Stricter normalize_var. More... over 9 years ago
Remove a tiny bit of unused state from prepare_source. More... over 9 years ago
Avoid relying on KeyError in Scope, which might be a whole tree of Scopes! More... over 9 years ago
On second thought I don't think this assertion buys us anything. More... over 9 years ago
Minor optimizations to selector code. More... over 9 years ago
murmurhash3 with C90 compatibility More... over 9 years ago
Number of starting blocks increased (particularly for tokens) More... over 9 years ago
Using hashtables as cached restriction sets More... over 9 years ago
Expression grammar compiled using frozensets More... over 9 years ago
Scanner using frozensets More... over 9 years ago
Grammar cleanups (removed spaces) More... over 9 years ago
Added hashtable More... over 9 years ago
Consistency in css keys for font and sprite tests More... over 9 years ago
Normalize make_filename_hash() to remove any path within scss (for tests to be consistent) More... over 9 years ago
Updated test: url() is printed without quotes More... over 9 years ago
Updated test (about glyph-code returning a unicode) More... over 9 years ago
Removed leftover call to Pattern_regex() in Scanner_token which made it slower More... over 9 years ago
Added file encoding for test_expression.py More... over 9 years ago
Added .placeholder for font assets More... over 9 years ago
Speedups builder fixes speedup building path More... over 9 years ago