Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG : fix stream truncated prematurly #1223

Merged
merged 6 commits into from Aug 11, 2022
Merged

Conversation

pubpub-zz
Copy link
Collaborator

fixes #454 at least

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #1223 (e9effd9) into main (2df8a4c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1223   +/-   ##
=======================================
  Coverage   92.43%   92.43%           
=======================================
  Files          24       24           
  Lines        4941     4942    +1     
  Branches     1025     1025           
=======================================
+ Hits         4567     4568    +1     
  Misses        234      234           
  Partials      140      140           
Impacted Files Coverage Δ
PyPDF2/generic.py 91.62% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MartinThoma MartinThoma merged commit 658bf28 into py-pdf:main Aug 11, 2022
@MartinThoma
Copy link
Member

Very nice work 🚀 Thank you 🤗

I'll release it this weekend :-)

@pubpub-zz pubpub-zz deleted the iss454 branch August 12, 2022 13:35
MartinThoma added a commit that referenced this pull request Aug 15, 2022
Bug Fixes (BUG):
-  TreeObject.remove_child had a non-PdfObject assignment for Count (#1233, #1234)
-  Fix stream truncated prematurely (#1223)

Documentation (DOC):
-  Fix docstring formatting (#1228)

Maintenance (MAINT):
-  Split generic.py (#1229)

Testing (TST):
-  Decrypt AlgV4 with owner password (#1239)
-  AlgV5.generate_values (#1238)
-  TreeObject.remove_child / empty_tree (#1235, #1236)
-  create_string_object (#1232)
-  Free-Text annotations (#1231)
-  generic._base (#1230)
-  Strict get fonts (#1226)
-  Increase PdfReader coverage (#1219, #1225)
-  Increase PdfWriter coverage (#1237)
-  100% coverage for utils.py (#1217)
-  Writer exception non-binary stream (#1218)
-  Don't check coverage for deprecated code (#1216)

Full Changelog: 2.10.0...2.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stream has ended unexpectedly
2 participants