- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 25 Nis, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Also update _posixsubprocess to use Py_hexdigits instead of its own constant.
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
Christian Heimes yazdı
CID 1294331 (#1 of 1): Identical code for different branches (IDENTICAL_BRANCHES)
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Tem, 2014 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Vajrasky Kok.
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 15 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
as promised by hashlib's documentation.
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
multiprocessing.h: remove unused MIN and MAX macros
-
- 03 Ock, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).
-
- 30 Eki, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 10 Eyl, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 23 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
* In debug mode, fill the string data with invalid characters * Simplify also reference counting in PyCodec_BackslashReplaceErrors() and PyCodec_XMLCharRefReplaceError()
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Tem, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a compiler warning on Windows 64 bits.
-
- 04 Ock, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 09 May, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
-
- 02 Ock, 2010 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
to hashlib functions in python 2.x. The module now uses the 's*' for argument parsing which auto encodes unicode objects to the system default encoding for us.
-
- 03 Mar, 2009 2 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
Kristján Valur Jónsson yazdı
-
- 13 Şub, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
supporting objects as input no matter how it was compiled (built in implementations or external openssl library). (backported from a py3k branch)
-
- 12 Şub, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
buffer-api supporting objects as input no matter how it was compiled (built in implementations or external openssl library).
-
- 02 Şub, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
type of tp_compare in a separate commit, for ease of reversion should things go wrong.
-
- 14 Agu, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Haz, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 26 May, 2008 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 19 Ara, 2007 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
-
- 02 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 06 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
No detailed change log; just check out the change log for the py3k-pep3137 branch. The most obvious changes: - str8 renamed to bytes (PyString at the C level); - bytes renamed to buffer (PyBytes at the C level); - PyString and PyUnicode are no longer compatible. I.e. we now have an immutable bytes type and a mutable bytes type. The behavior of PyString was modified quite a bit, to make it more bytes-like. Some changes are still on the to-do list.
-
- 09 Eyl, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
when the OpenSSL library is either not present or not found by setup.py. These are derived from the public domain libtomcrypt (libtom.org) just like the existing sha256 and sha512 modules.
-
- 21 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-