|
| 1 | +Version 1.24, 2014-12-31 |
| 2 | +------------------------ |
| 3 | + |
| 4 | + - Bugfixes for reading files in Python 3 (by Anthony Tuininga and |
| 5 | + pqqp) |
| 6 | + |
| 7 | + - Appropriate errors are now raised instead of infinite loops (by |
| 8 | + naure and Cyrus Vafadari) |
| 9 | + |
| 10 | + - Bugfix for parsing number tokens with leading spaces (by Maxim |
| 11 | + Kamenkov) |
| 12 | + |
| 13 | + - Don't crash on bad /Outlines reference (by eshellman) |
| 14 | + |
| 15 | + - Conform tabs/spaces and blank lines to PEP 8 standards |
| 16 | + |
| 17 | + - Utilize the readUntilRegex method when reading Number Objects |
| 18 | + (by Brendan Jurd) |
| 19 | + |
| 20 | + - More bugfixes for Python 3 and clearer exception handling |
| 21 | + |
| 22 | + - Fixed encoding issue in merger (with eshellman) |
| 23 | + |
| 24 | + - Created separate folder for scripts |
| 25 | + |
| 26 | + |
1 | 27 | Version 1.23, 2014-08-11
|
2 | 28 | ------------------------
|
3 | 29 |
|
@@ -100,13 +126,13 @@ Version 1.21, 2014-04-21
|
100 | 126 | a custom implementation.
|
101 | 127 |
|
102 | 128 | - Fix NumberObject and NameObject constructors for compatibility with PyPy
|
103 |
| - (R�diger Jungbeck, Xavier Dupr�, shezadkhan137, Steven Witham) |
| 129 | + (Rüdiger Jungbeck, Xavier Dupré, shezadkhan137, Steven Witham) |
104 | 130 |
|
105 | 131 | - Utilize utils.Str in pdf.py and pagerange.py to resolve type issues (by
|
106 | 132 | egbutter)
|
107 | 133 |
|
108 | 134 | - Improvements in implementing StringIO for Python 2 and BytesIO for
|
109 |
| - Python 3 (by Xavier Dupr�) |
| 135 | + Python 3 (by Xavier Dupré) |
110 | 136 |
|
111 | 137 | - Added /x00 to Whitespaces, defined utils.WHITESPACES to clarify code (by
|
112 | 138 | Maxim Kamenkov)
|
@@ -149,7 +175,7 @@ Version 1.20, 2014-01-27
|
149 | 175 | - Bugfix to handle nested bookmarks correctly (by Jamie Lentin)
|
150 | 176 |
|
151 | 177 | - New methods removeImages() and removeText() available for PdfFileWriter
|
152 |
| - (by Tien Ha�) |
| 178 | + (by Tien Haï) |
153 | 179 |
|
154 | 180 | - Exception handling for illegal characters in Name Objects
|
155 | 181 |
|
|
0 commit comments