Skip to content

Commit

Permalink
Version 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mstamy2 committed Dec 31, 2014
1 parent 386d67e commit 41d90b4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 1.24, 2014-12-31
------------------------

- Bugfixes for reading files in Python 3 (by Anthony Tuininga and
pqqp)

- Appropriate errors are now raised instead of infinite loops (by
naure and Cyrus Vafadari)

- Bugfix for parsing number tokens with leading spaces (by Maxim
Kamenkov)

- Don't crash on bad /Outlines reference (by eshellman)

- Conform tabs/spaces and blank lines to PEP 8 standards

- Utilize the readUntilRegex method when reading Number Objects
(by Brendan Jurd)

- More bugfixes for Python 3 and clearer exception handling

- Fixed encoding issue in merger (with eshellman)

- Created separate folder for scripts


Version 1.23, 2014-08-11
------------------------

Expand Down Expand Up @@ -100,13 +126,13 @@ Version 1.21, 2014-04-21
a custom implementation.

- Fix NumberObject and NameObject constructors for compatibility with PyPy
(R�diger Jungbeck, Xavier Dupr�, shezadkhan137, Steven Witham)
(Rüdiger Jungbeck, Xavier Dupré, shezadkhan137, Steven Witham)

- Utilize utils.Str in pdf.py and pagerange.py to resolve type issues (by
egbutter)

- Improvements in implementing StringIO for Python 2 and BytesIO for
Python 3 (by Xavier Dupr�)
Python 3 (by Xavier Dupré)

- Added /x00 to Whitespaces, defined utils.WHITESPACES to clarify code (by
Maxim Kamenkov)
Expand Down Expand Up @@ -149,7 +175,7 @@ Version 1.20, 2014-01-27
- Bugfix to handle nested bookmarks correctly (by Jamie Lentin)

- New methods removeImages() and removeText() available for PdfFileWriter
(by Tien Ha�)
(by Tien Haï)

- Exception handling for illegal characters in Name Objects

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.23'
__version__ = '1.24'

0 comments on commit 41d90b4

Please sign in to comment.