- 28 Eyl, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
Improvements: 1. Include the number of valid data characters in the error message. 2. Mention "number of data characters" rather than "length". https://bugs.python.org/issue34736
-
- 10 Haz, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
-
- 26 Şub, 2018 1 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
- 26 Tem, 2017 1 kayıt (commit)
-
-
Segev Finer yazdı
* bpo-9566: Silence liblzma warnings * bpo-9566: Silence tcl warnings * bpo-9566: Silence tk warnings * bpo-9566: Silence tix warnings * bpo-9566: Fix some library warnings * bpo-9566: Fix msvcrtmodule.c warnings * bpo-9566: Silence _bz2 warnings * bpo-9566: Fixed some _ssl warnings * bpo-9566: Fix _msi warnings * bpo-9566: Silence _ctypes warnings * Revert "bpo-9566: Fixed some _ssl warnings" This reverts commit a639001c949ba53338a9ee047d2ec1efd2505e6f. * bpo-9566: Also consider NULL as a possible error in HANDLE_return_converter * bpo-9566: whitespace fixes
-
- 03 May, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 01 May, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 12 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 14 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 14 Agu, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 25 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 14 Eki, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
Rewrite the code to handle the output buffer.
-
Victor Stinner yazdı
Fix usage of _PyBytesWriter API. Use the new _PyBytesWriter_Resize() function instead of _PyBytesWriter_Prepare().
-
- 13 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
This API avoids a final call to _PyBytes_Resize() for output smaller than 512 bytes. Small optimization: disable overallocation in binascii.rledecode_hqx() for the last write.
-
- 11 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
base64.b64encode() uses it to avoid a memory copy.
-
- 26 Nis, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
and hexlify functions. issue9951.
-
- 20 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
0-0xffff for empty data.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Şub, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Vajrasky Kok.
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date).
-
- 26 Ock, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
-
- 25 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a2b_qp() now accepts keyword arguments. All "ascii" parameters is renamed to "data" for consistancy with a2b_qp().
-
Serhiy Storchaka yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Initial patch by Vajrasky Kok.
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
_PyBytes_Resize(&v, new_size) sets v to NULL on error, so v cannot be used anymore. Replace "Py_DECREF(v); v = NULL;" with "Py_CLEAR(v);".
-
- 09 Şub, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag).
-
- 20 Ara, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 Eki, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(except in the strop module, which is deprecated anyway)
-
Antoine Pitrou yazdı
-
- 09 Kas, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 15 Agu, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84078 | antoine.pitrou | 2010-08-15 20:51:10 +0200 (dim., 15 août 2010) | 3 lines Fix more 64-bit warnings. ........
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84076 | antoine.pitrou | 2010-08-15 20:07:50 +0200 (dim., 15 août 2010) | 4 lines Fix other warnings under 64-bit Windows. ........
-