GitHub / lincolnloop/python-qrcode / commits
Python QR Code image generator
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f92c0074 | Add regression test for glog(0) with binary null bytes at capacity (#423) | Chris Beaven <s****s@g****m> | 4 months ago | |
| d54ddb81 | Update CHANGES.rst for PR #389 | Chris Beaven <s****s@g****m> | 4 months ago | |
| 567d3be9 | merge Merge pull request #389 from Jaimeetxebarria/fix-mask-optimization |
Chris Beaven <s****s@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 0270ba86 | Update CHANGES.rst for recent bug fixes (#330, #421) | Chris Beaven <s****s@g****m> | 4 months ago | |
| 5b328571 | Add regression test for mask evaluation on complete symbol | Chris Beaven <s****s@g****m> | 4 months ago | |
| 07ecc851 | Use True instead of 1 for dark module value for consistency | Chris Beaven <s****s@g****m> | 4 months ago | |
| 67904561 | Fix ValueError: glog(0) when encoding zero-heavy data (Fixes #330) | Chris Beaven <s****s@g****m> | 4 months ago | |
| 316f820d | Fix thread safety issue in bisect_left usage (Fixes #421) | Chris Beaven <s****s@g****m> | 7 months ago | |
| e6eafdc6 | Update CHANGES.rst for PR #397 | Chris Beaven <s****s@g****m> | 7 months ago | |
| 6de51df7 | merge Merge branch 'main' into review-pr-397 | Chris Beaven <s****s@g****m> | 7 months ago | |
| cd855932 | merge Merge branch 'qrcode-clear-reset-object' | Chris Beaven <s****s@g****m> | 7 months ago | |
| be8595be | Update CHANGES.rst for PR #411 | Chris Beaven <s****s@g****m> | 7 months ago | |
| 290b1ea5 | Revert "Remove unnecessary noqa: PLC0415 comments" | Chris Beaven <s****s@g****m> | 7 months ago | |
| fe44838e | merge Merge branch 'main' into qrcode-clear-reset-object | Chris Beaven <s****s@g****m> | 7 months ago | |
| e76faeaa | merge Merge branch '417' | Chris Beaven <s****s@g****m> | 7 months ago | |
| b8893c41 | Update SVG example: input options and fragment method | Chris Beaven <s****s@g****m> | 7 months ago | |
| 6a030f63 | Update CHANGES.rst for PR #420 | Chris Beaven <s****s@g****m> | 7 months ago | |
| a99e81b0 | Remove unnecessary noqa: PLC0415 comments | Chris Beaven <s****s@g****m> | 7 months ago | |
| 74da7374 | Migrate from tox/poetry to uv and just | Chris Beaven <s****s@g****m> | 7 months ago | |
| 78d77fb9 |
requires-python = ">=3.10"
Co-authored-by: Rotzbua <R****a@u****m> |
Hugo van Kemenade <1****k@u****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| c13c3806 | Ruff lint and format | Hugo van Kemenade <1****k@u****m> | 9 months ago | |
| d23a7f3e | Drop support for EOL Python 3.9 | Hugo van Kemenade <1****k@u****m> | 9 months ago | |
| 6d34a038 | Add support for Python 3.14 | Hugo van Kemenade <1****k@u****m> | 9 months ago | |
| c6f28e48 | Update README.rst |
Nick <1****s@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 1a2c2134 | Add ruff cleanup to ignore list | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 41dbb29f | Add PR reference | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 3c80baa4 | Fix `<svg:` prefix in the SVG output causing invalid markup when inlined with... |
Martin Mahner <m****n@m****g>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ca2a1a34 | Update Deprecation list with work for 9.x | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 915af02a | Test is a PIL only test | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 90dfd341 | Test is a PIL only test | Martin Mahner <m****n@m****g> | about 1 year ago | |
| d5d8f0c7 | Move `clear()` call before QRCode attribute initialization | Martin Mahner <m****n@m****g> | about 1 year ago | |
| af63a748 | Shorten up test | Martin Mahner <m****n@m****g> | about 1 year ago | |
| dc74a58c | Remove Claude config | Martin Mahner <m****n@m****g> | about 1 year ago | |
| f0ec7095 | Fix QRCode.clear() to properly reset the QRCode object. Fixes #392 | Martin Mahner <m****n@m****g> | about 1 year ago | |
| ca92eeda | Consistent titles in Change log | Martin Mahner <m****n@m****g> | about 1 year ago | |
| c222caec | Ruff cleanup of the entire codebase and better deprecation. | Martin Mahner <m****n@m****g> | about 1 year ago | |
| ac2dda2d | Do not set element id for path generated by SvgPathImage #385 | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 43959023 | Update changelog | Martin Mahner <m****n@m****g> | about 1 year ago | |
| ca68b097 | Add deprecation warnings for 'embeded_*' parameters and update dependencies | Martin Mahner <m****n@m****g> | about 1 year ago | |
| e968a1bf | merge Merge branch 'main' into benjnicholls/main | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 99452d49 | merge Merge branch 'main' into benjnicholls/main | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 6c227b01 |
Coverage Improvements (#404)
Co-authored-by: Aarni Koskela <a****x@i****i> |
Martin Mahner <m****n@m****g>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| b75b1601 | Refactor PIL availability check and update test skip condition | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 7fb34d6a | Add `GappedCircleModuleDrawer` for rendering QR codes as non-contiguous circl... | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 16e52676 | merge Merge branch 'main' into BenWestgate/main | Martin Mahner <m****n@m****g> | about 1 year ago | |
| c10edcc6 | Revert "Consistent Type annotation setup, overall typo fixes" | Martin Mahner <m****n@m****g> | about 1 year ago | |
| bc64ab72 | Correct abstraction Setup | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 318bab45 | Consistent Type annotation setup, overall typo fixes | Martin Mahner <m****n@m****g> | about 1 year ago | |
| 9c6d254b | Migrate pyproject.toml to PEP 621-compliant [project] metadata format. | Martin Mahner <m****n@m****g> | about 1 year ago | |
| e19edddc |
Ability to run as module (#402)
Co-authored-by: Stefan Sullivan <s****n@g****m> |
Martin Mahner <m****n@m****g>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 3704f57a | Preparing release 8.2 | Mariana Bedran Lesche <m****n@g****m> | about 1 year ago | |
| b593a2b8 | Fix embeded_* typo on paremeters | Mariana Bedran Lesche <m****n@g****m> | about 1 year ago | |
| d2674f83 | merge Merge pull request #383 from btimby/spelling |
Mariana Bedran Lesche <m****a@l****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 2ced7b4b | Ruff formatting | Mariana Bedran Lesche <m****n@g****m> | about 1 year ago | |
| c5e3f018 | merge Merge pull request #372 from smalyu/patch-1 |
Mariana Bedran Lesche <m****a@l****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| c7b47c63 | feat: improve performance of SolidFillColorMask apply_mask function | Mateusz Różański <r****0@g****m> | over 1 year ago | |
| cd3cd7bf | Release 8.1 | Mariana Bedran Lesche <m****n@g****m> | over 1 year ago | |
| 5dcf89c5 | Preparing release 8.1 | Mariana Bedran Lesche <m****n@g****m> | over 1 year ago | |
| 10da1ba2 | merge Merge pull request #386 from hugovk/main |
Mariana Bedran Lesche <m****a@l****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 6d0f2ea4 | Fix mask optimization excluding format, version and dark module. | jaimeetxebarria <j****a@g****m> | over 1 year ago | |
| 7cb996d0 | Upgrade Python syntax with pyupgrade | Hugo van Kemenade <1****k@u****m> | over 1 year ago | |
| dc4831bd | Add support for Python 3.13 | Hugo van Kemenade <1****k@u****m> | over 1 year ago | |
| 42ee50e4 | Update docs. | Ben Timby <b****y@g****m> | almost 2 years ago | |
| 4c669348 | Allow correct spelling of parameters. | Ben Timby <b****y@g****m> | almost 2 years ago | |
| 8c8632af | Fix cache-related bug in apply_mask for masks with position-dependent colors |
Alexander Smirnov <1****u@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| c4b9bd89 | merge Merge branch 'lincolnloop:main' into patch-1 |
Alexander Smirnov <1****u@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 456b01d4 | Preparing release 8.0 | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 909b791e | merge Merge pull request #370 from lincolnloop/poetry |
Mariana Bedran Lesche <m****a@l****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| dc783edd | Update CHANGELOG and README | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 68f3b292 | Raise error if embedded image is provided and error correction is lower than H | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| ffa2b4a1 | merge Merge branch 'poetry' into fix/embedded-and-error-correction | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 39cf5023 | Fix test dependency skip | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| d991b67b | Update poetry dependency groups to allow having pillow and png together | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 11b0f952 | merge Merge branch 'poetry' into decompat | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 5760eec9 | Run ruf and fix formatting | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 137946a7 | Fix import errors in tests | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 5405643f | merge Merge branch 'poetry' into test-improvements | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| 12b73936 | Run pytest coverage on tox | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| befab775 | Add tox and ruff to dev dependencies and update testing instructions | Mariana Bedran Lesche <m****n@g****m> | almost 2 years ago | |
| f997fce3 | Fix embedded image tests to use H error correction | Álvaro Justen (@turicas) <a****n@g****m> | almost 2 years ago | |
| 453c1182 | Raise error if image is provided & correction != H | Álvaro Justen (@turicas) <a****n@g****m> | almost 2 years ago | |
| a5c9ee0e | pil: Add GappedCircleModuleDrawer class |
Ben Westgate <B****e@p****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 820eacf9 | Optimize QRColorMask apply_mask method for enhanced performance |
Alexander Smirnov <1****u@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| d0c13e0d | Notify if dependencies are not met. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 75622766 | Increase major version number since changes are backwards incompatible. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| dee4a353 | Make PNG library optional. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| dee7e1df | Fix quote issue | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| af3a5748 | Remove Python 3.8 support from Github Actions | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 35fcfafc | Remove Python 3.8 support from tox | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 983b0c16 | Drop support for Python <=3.8. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 6436aded | Documentation updates and bring Poetry config to the same state as setuptools. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| a59b0380 | Generic editorconfig | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 49b885a6 | Remove deprecated setup files. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 0e59e56f | Fix piped tox test. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 2e395ed1 | Add ruff format to git ignore rev file. | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| dd7bdf93 | Remove unused imports | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 5d60da17 | Basic Ruff formatting | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| b37797a7 | Better Github workflows | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 28db8fb7 | Fix tox tests | Martin Mahner <m****n@m****g> | almost 2 years ago | |
| 876bec5b | Poetry base files | Martin Mahner <m****n@m****g> | almost 2 years ago |