- 15 Ara, 2017 1 kayıt (commit)
-
-
Ville Skyttä yazdı
-
- 10 Kas, 2017 1 kayıt (commit)
-
-
Pablo Galindo yazdı
-
- 10 Eyl, 2017 1 kayıt (commit)
-
-
Zhiming Wang yazdı
getstate and setstate are instance methods, same as encode and reset.
-
- 26 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the documentation.
-
- 15 Eki, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 21 May, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Ville Skyttä.
-
- 08 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Prashant Tyagi.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the equivalent functions listed for the Base-64, hex and Quoted- Printable codecs to reflect the functions actually used. Also mention and test the "quotetabs" setting for Quoted-Printable encoding.
-
- 30 Tem, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold.
-
- 12 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 25 Şub, 2015 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Georg Brandl yazdı
-
- 25 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
decoding and translating.
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Ock, 2015 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 07 Ock, 2015 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Martin Panter to clean up some problems with the merge of the codecs docs changes from Python 3.4.
-
- 06 Ock, 2015 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs
-
- 25 Kas, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
* Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation
-
Serhiy Storchaka yazdı
-
- 01 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions.
-
- 14 May, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Brad Aylsworth.
-
- 19 Mar, 2014 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
- 08 Mar, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
Also updated the docs and added the aliases mentioned by the references.
-
R David Murray yazdı
Also updated the docs and added the aliases mentioned by the references.
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well.
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
-
- 13 Eki, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
-
- 02 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
This mostly affected the encodebytes and decodebytes function (which are used by base64_codec) Also added a test to ensure all bytes-bytes codecs can handle memoryview input and tests for handling of multidimensional and non-bytes format input in the modern base64 API.
-
- 11 Tem, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Haz, 2013 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
- 23 May, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 22 May, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-