Add missing newline
Recent Commits to brotli:master
-
Add missing newline
-
Merge branch 'master' into go
Merge branch 'master' into go
-
Merge branch 'master' into dependabot/github_actions/actions/cache-4.3.0
Merge branch 'master' into dependabot/github_actions/actions/cache-4.3.0
-
use module-bound exception
use module-bound exception PiperOrigin-RevId: 812739918
-
Bump actions/cache from 4.2.4 to 4.3.0
Bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Merge pull request #1323 from google:dependabot/github_actions/action…
Merge pull request #1323 from google:dependabot/github_actions/actions/setup-python-6.0.0 PiperOrigin-RevId: 811710346
-
Merge pull request #1324 from google:dependabot/github_actions/softpr…
Merge pull request #1324 from google:dependabot/github_actions/softprops/action-gh-release-2.3.3 PiperOrigin-RevId: 811710240
-
Bump actions/setup-python from 5.6.0 to 6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Bump softprops/action-gh-release from 2.3.2 to 2.3.3
Bump softprops/action-gh-release from 2.3.2 to 2.3.3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/72f2c25fcb47643c292f7107632f7a47c1df5cd8...6cbd405e2c4e67a21c47fa9e383d020e4e28b836) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Build and test with PY2.7
Build and test with PY2.7 PiperOrigin-RevId: 811352084
-
clarify that prepared dictionaries are "lean"
clarify that prepared dictionaries are "lean" PiperOrigin-RevId: 811236534
-
PY: continue renovation of extension
PY: continue renovation of extension Fixed unchecked malloc for "tail" input data. Fixed inconsistencies in docstrings. Rewritten "growable buffer" to C-code, so it could run without acquiring GIL. Breaking changes: - native object allocation failures now handled at object creation time - some lower level exceptions (e.g. OOM) are not shadowed by brotli.error PiperOrigin-RevId: 810813664
-
Drop finalize()
Drop finalize() Now it is solely embedders responisbility to close things that hold native resources. No more "safety net". Consider "try-with-resources". For longer lasting items (e.g. native PreparedDictionary) use Cleaner as a last resort. PiperOrigin-RevId: 807584792
-
modernize PY3 class definition
modernize PY3 class definition PiperOrigin-RevId: 804460135
-
temporary rollback
temporary rollback PiperOrigin-RevId: 803462595
-
PY: reformat _brotli.c
PY: reformat _brotli.c PiperOrigin-RevId: 803412055
-
Merge pull request #1257 from domysh:master
Merge pull request #1257 from domysh:master PiperOrigin-RevId: 803020625
-
Merge pull request #1089 from SpaceIm:macos-relocatable
Merge pull request #1089 from SpaceIm:macos-relocatable PiperOrigin-RevId: 803012803
-
Merge pull request #1307 from google:dependabot/github_actions/action…
Merge pull request #1307 from google:dependabot/github_actions/actions/cache-4.2.4 PiperOrigin-RevId: 802995746
-
Merge branch 'master' into macos-relocatable
Merge branch 'master' into macos-relocatable
-
Update setup.py
Update setup.py
-
Update setup.py
Update setup.py
-
Merge branch 'master' into master
Merge branch 'master' into master
-
add decoder static init
add decoder static init PiperOrigin-RevId: 802957201
-
pull common static init header
pull common static init header PiperOrigin-RevId: 801763621
-
split prefix.h to .h/.cc/_inc.h
split prefix.h to .h/.cc/_inc.h PiperOrigin-RevId: 801742168