An open API service providing commit metadata for open source projects.

GitHub / Kozea/tinycss2 / commits

A tiny CSS parser

SHA Message Author Date Stats
e4c814e9 Use VCS for packaging Guillaume Ayoub <g****e@c****g> 2 days ago
e297bd02 merge Merge pull request #76 from colinxu2020/main Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
3 days ago
e905d8c5 Permit building with flit core 4
Signed-off-by: Xu Colin <c****0@g****m>
Xu Colin <c****0@g****m> 4 days ago
6dafb9da Use HTTP server for Doconfly Guillaume Ayoub <g****e@c****g> 5 days ago
cae114c5 Fix edit link in documentation Guillaume Ayoub <g****e@c****g> 7 days ago
b5d95b77 merge Merge pull request #72 from gaoflow/fix-parse-nth-invalid-crash Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
2 months ago
47e05ab9 Return None instead of crashing on invalid An+B input Vincent Gao <g****0@g****m> 2 months ago
f295a497 Version 1.5.1 Guillaume Ayoub <g****e@c****g> 9 months ago
282de7e6 Version 1.5.0 Guillaume Ayoub <g****e@c****g> 10 months ago
a4a03f1a Add release action Guillaume Ayoub <g****e@c****g> 10 months ago
c59b3941 Add documentation for color modules Guillaume Ayoub <g****e@c****g> 10 months ago
36b3f6a4 Update supported and tested Python versions Guillaume Ayoub <g****e@c****g> 10 months ago
5e6026fd merge Merge pull request #64 from Kozea/css-color5 Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
12 months ago
725d2b5e Simplify test_color_functions_5 Lucie Anglade <l****e@c****g> 12 months ago
c3f7a926 Readd removed tests (oopsi) Lucie Anglade <l****e@c****g> 12 months ago
1e47dd10 Manage None color in _build_color Lucie Anglade <l****e@c****g> 12 months ago
4247cb73 Remove unused variables Lucie Anglade <l****e@c****g> 12 months ago
cbad1c83 Update submodule to point on color 5 branch Lucie Anglade <l****e@c****g> 12 months ago
419d9a51 Test lch colors with Color 5 Lucie Anglade <l****e@c****g> 12 months ago
f0079bd5 Add tests for Color 5 Lucie Anglade <l****e@c****g> 12 months ago
431f2f9d Add tests for Color 5 Lucie Anglade <l****e@c****g> 12 months ago
042781d9 Accept cmyk colors with 4 channels only Lucie Anglade <l****e@c****g> 12 months ago
325000b1 Manage channels greater or lower than 100% or 0% Lucie Anglade <l****e@c****g> 12 months ago
52cd9b55 Remove useless variable Lucie Anglade <l****e@c****g> 12 months ago
2d6a1961 Deals with old / new syntax Lucie Anglade <l****e@c****g> 12 months ago
a3be4b4d Add support for light-dark() Lucie Anglade <l****e@c****g> 12 months ago
e533ccbd Use color4 parse_one_component_value Lucie Anglade <l****e@c****g> 12 months ago
520b09c9 merge Merge pull request #63 from Synrom/fix-escapes-in-dimension-tokens-and-functi... Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
bbc9fec5 Improve bad Unicode tests Guillaume Ayoub <g****e@c****g> about 1 year ago
b3c8ac15 Simplify url function detection Guillaume Ayoub <g****e@c****g> about 1 year ago
9a3f93e9 Apply ruff formatting Synrom <m****g@g****m> about 1 year ago
71289705 Fix crash in tokenizer when escape characters appear in Dimension tokens or F... Synrom <m****g@g****m> about 1 year ago
359f2277 Add support for color profiles Lucie Anglade <l****e@c****g> about 1 year ago
5b7bae2b Fix new syntax of CMYK Lucie Anglade <l****e@c****g> about 1 year ago
51249756 Add support of device-cmyk() function Lucie Anglade <l****e@c****g> about 1 year ago
bfe945e2 Don’t define colors in configuration Guillaume Ayoub <g****e@c****g> over 1 year ago
dbcd1f7b Don’t use backslashes in f-strings to please Python < 3.12 Guillaume Ayoub <g****e@c****g> over 1 year ago
50e3d857 Use f-strings instead of format functions Guillaume Ayoub <g****e@c****g> over 1 year ago
46dc8b65 Revert "Use string serialization to serialize url()" Guillaume Ayoub <g****e@c****g> over 1 year ago
15f1916d Use string serialization to serialize url() Guillaume Ayoub <g****e@c****g> over 1 year ago
c50bef49 Minor styling changes Guillaume Ayoub <g****e@c****g> over 1 year ago
b06111d4 merge Merge pull request #61 from MatthieuBizien/fast_serialize_string_value Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f71ebd30 Sort slots Guillaume Ayoub <g****e@c****g> over 1 year ago
83ef15b8 chore: char limits Matthieu Bizien <m****n@p****g> over 1 year ago
63119275 chore: remove slow path Matthieu Bizien <m****n@p****g> over 1 year ago
ce505d30 perfs: optimize serialize_string_value Matthieu Bizien <m****n@p****g> over 1 year ago
42446e1a Use Furo theme for documentation Guillaume Ayoub <g****e@c****g> almost 2 years ago
c35b34ef Version 1.4.0 Lucie Anglade <l****e@c****g> almost 2 years ago
58e4fa26 merge Merge pull request #53 from Kozea/color4 Lucie Anglade <l****e@c****g>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ebef8992 List supported combinations for color space conversion Guillaume Ayoub <g****e@c****g> about 2 years ago
a2f4d22b Move color conversion code to the bottom of the file Guillaume Ayoub <g****e@c****g> about 2 years ago
56c498b5 Use degrees and radians functions instead of manual conversion Guillaume Ayoub <g****e@c****g> about 2 years ago
95d681fa Don’t use too recent math.cbrt Guillaume Ayoub <g****e@c****g> about 2 years ago
a9d5371c Update tests for color specifications Guillaume Ayoub <g****e@c****g> about 2 years ago
2c4233db WIP Guillaume Ayoub <g****e@c****g> about 2 years ago
911de489 Support color function Guillaume Ayoub <g****e@c****g> about 2 years ago
3ffe0e6b Handle None values Guillaume Ayoub <g****e@c****g> about 2 years ago
6b54e618 Update ruff rules Guillaume Ayoub <g****e@c****g> about 2 years ago
706e3406 Update tests Guillaume Ayoub <g****e@c****g> about 2 years ago
5d54488a Use normal diagram directive in unicode range documentation Guillaume Ayoub <g****e@c****g> about 2 years ago
c6bfc162 Fix typo Guillaume Ayoub <g****e@c****g> about 2 years ago
8332f55d Handle CIELab and OKLab colors Guillaume Ayoub <g****e@c****g> about 2 years ago
d13b72e4 Fix imports (and discover that tests fail :/) Guillaume Ayoub <g****e@c****g> about 2 years ago
f112fb94 Launch color3 tests with color4 module Guillaume Ayoub <g****e@c****g> about 2 years ago
bda62b10 Version 1.3.0 Guillaume Ayoub <g****e@c****g> over 2 years ago
dab0f9a6 merge Merge pull request #57 from Kozea/ruff Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
589d7c02 Mark Python 3.12 as officially supported Guillaume Ayoub <g****e@c****g> over 2 years ago
dc922eb1 Fix default branch for documentation CI Guillaume Ayoub <g****e@c****g> over 2 years ago
309ad438 Document and use parse_blocks_contents everywhere Guillaume Ayoub <g****e@c****g> over 2 years ago
c07ce3e8 Use ruff instead of flake8 and isort Guillaume Ayoub <g****e@c****g> over 2 years ago
63983024 merge Merge pull request #55 from Kozea/nested-css Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
62b23f71 Update parsing tests suite version Guillaume Ayoub <g****e@c****g> over 2 years ago
3ae55131 Implement new CSS syntax draft Guillaume Ayoub <g****e@c****g> over 2 years ago
f6958702 Take care of declaration first token Guillaume Ayoub <g****e@c****g> over 2 years ago
21dd31a9 Split deprecated and new functions Guillaume Ayoub <g****e@c****g> over 2 years ago
305cac75 Stop pre-parsing declarations on {} blocks only when nested allowed Guillaume Ayoub <g****e@c****g> over 2 years ago
b2e9861c Stop pre-parsing declarations after {} blocks Guillaume Ayoub <g****e@c****g> over 2 years ago
8b296a80 Fix stupid equality test Guillaume Ayoub <g****e@c****g> over 2 years ago
0fa74c91 Add nested and stop_token parameters for related functions Guillaume Ayoub <g****e@c****g> over 2 years ago
58bb63e0 Fix import order Lucie Anglade <l****e@c****g> over 2 years ago
b8be8d18 Fix long lines Lucie Anglade <l****e@c****g> over 2 years ago
d1025b83 Import parse_blocks_contents() in top level module Lucie Anglade <l****e@c****g> over 2 years ago
fbda0a17 Add documentation and don’t break current behaviour Lucie Anglade <l****e@c****g> over 2 years ago
4beb0b05 Handle nested qualified rules Lucie Anglade <l****e@c****g> over 2 years ago
3a49fd04 Update lowest tested version on CI Guillaume Ayoub <g****e@c****g> over 2 years ago
7794da4f Update supported versions of Python and tests Guillaume Ayoub <g****e@c****g> over 2 years ago
2478c4c8 Use longer variable name to please flake8 Guillaume Ayoub <g****e@c****g> about 3 years ago
dc25fbe4 Add favicon in documentation Guillaume Ayoub <g****e@c****g> about 3 years ago
853bc5a5 Version 1.2.1 Guillaume Ayoub <g****e@c****g> almost 4 years ago
a223a770 Version 1.2.0 Guillaume Ayoub <g****e@c****g> almost 4 years ago
5a36826e merge Merge pull request #49 from arpds/fix-function-block-arguments-serialization Guillaume Ayoub <g****e@c****g>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
15dd09fa implemented unit test for serializing function blocks with/without parameters... Andrei Pham <a****m@g****m> almost 4 years ago
a0538a20 fixed functionblock ast serialization to recursively perform empty args sanit... Andrei Pham <a****m@g****m> almost 4 years ago
097314af Minor fixes Guillaume Ayoub <g****e@c****g> almost 4 years ago
ba187d1b Remove old Python 2 compatibility code Guillaume Ayoub <g****e@c****g> almost 4 years ago
61715ec6 Revert "Only allow 4- and 8-digit hashes in Color Level 4" Guillaume Ayoub <g****e@c****g> almost 4 years ago
32567738 Don’t use pytest plugins by default Guillaume Ayoub <g****e@c****g> almost 4 years ago
6401046b Minor improvements to color4 Guillaume Ayoub <g****e@c****g> almost 4 years ago
29e2e7cf Only allow 4- and 8-digit hashes in Color Level 4 Guillaume Ayoub <g****e@c****g> almost 4 years ago
4dd710da Clean and improve color4 support Guillaume Ayoub <g****e@c****g> almost 4 years ago

← Back to repository