[PR #368] [MERGED] Sync v0.3 with ToT #965

Open
opened 2026-01-29 20:51:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/368
Author: @eustas
Created: 6/8/2016
Status: Merged
Merged: 6/9/2016
Merged by: @eustas

Base: v0.3Head: master


📝 Commits (6)

  • a8d1bf5 appveyor: also upload source distribution packages to Github Releases
  • f66c7c5 python/tests: clean up generated files if successful
  • bd88e3c add MANIFEST.in to ensure source distribution contains all required files
  • bb6f5fe Merge pull request #336 from anthrotype/upload-sdist
  • 639fdaf Fix "unused function" warning.
  • 09543b5 Merge pull request #366 from eustas/master

📊 Changes

7 files changed (+101 additions, -68 deletions)

View changed files

MANIFEST.in (+18 -0)
📝 appveyor.yml (+7 -4)
📝 dec/decode.c (+18 -6)
📝 dec/decode.h (+44 -57)
📝 python/tests/compatibility_test.py (+4 -1)
📝 python/tests/custom_dictionary_test.py (+5 -0)
📝 python/tests/roundtrip_test.py (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/368 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/8/2016 **Status:** ✅ Merged **Merged:** 6/9/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `v0.3` ← **Head:** `master` --- ### 📝 Commits (6) - [`a8d1bf5`](https://github.com/google/brotli/commit/a8d1bf5266b857a2faccb2c97227516858c8f75c) appveyor: also upload source distribution packages to Github Releases - [`f66c7c5`](https://github.com/google/brotli/commit/f66c7c5442a9d50ce775a5469b25d936b5726626) python/tests: clean up generated files if successful - [`bd88e3c`](https://github.com/google/brotli/commit/bd88e3cb8d876436d2b81f3fe30c3be052002e53) add MANIFEST.in to ensure source distribution contains all required files - [`bb6f5fe`](https://github.com/google/brotli/commit/bb6f5fea46442730d72bfe5b70b83f64d89c9e7c) Merge pull request #336 from anthrotype/upload-sdist - [`639fdaf`](https://github.com/google/brotli/commit/639fdaf62dfe6f6ac465c76809c00c3389be4e40) Fix "unused function" warning. - [`09543b5`](https://github.com/google/brotli/commit/09543b5fc5637f1cda7a54dbf2b17f892006891b) Merge pull request #366 from eustas/master ### 📊 Changes **7 files changed** (+101 additions, -68 deletions) <details> <summary>View changed files</summary> ➕ `MANIFEST.in` (+18 -0) 📝 `appveyor.yml` (+7 -4) 📝 `dec/decode.c` (+18 -6) 📝 `dec/decode.h` (+44 -57) 📝 `python/tests/compatibility_test.py` (+4 -1) 📝 `python/tests/custom_dictionary_test.py` (+5 -0) 📝 `python/tests/roundtrip_test.py` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#965