- 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.
-
- 30 Tem, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
'SHA1' instead of 'SHA'.
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
multiprocessing.h: remove unused MIN and MAX macros
-
- 16 Nis, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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ı
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com 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ı
-
- 23 Tem, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 09 May, 2010 2 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. ........
-
- 03 Mar, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 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.
-
- 15 Agu, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 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ı
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 19 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 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.
-