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

feat: add SevenZipFile.namelist() method #600

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

miurahr
Copy link
Owner

@miurahr miurahr commented Aug 5, 2024

Pull request type

  • Feature enhancement

Which ticket is resolved?

What does this PR change?

  • Add SevenZipFile.namelist()
  • Update api document to add namelist()

Other information

- Implement a request #553

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
@miurahr miurahr added the enhancement New feature or request label Aug 5, 2024
@miurahr miurahr merged commit 54573c5 into master Aug 8, 2024
24 checks passed
miurahr added a commit that referenced this pull request Aug 8, 2024
Added
-----
* Add mode "x" for SevenZipFile (#588)
* Add SevenZipFile#namelist method (#600)

Fixed
-----
* Append mode on non-existent files (#604)
* Fix NUMBER encoding of integer when 8 bytes(#591)

Changed
-------
* Minimum required Python version to be Python 3.8 (#601)
* Remove pyannotate from pyproject.toml (#598)

Document
--------
* Update user guide (#596)
@miurahr miurahr deleted the topic/miurahr/zipfile-compat-namelist branch October 13, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant