- 23 May, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 22 May, 2010 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r80937 | benjamin.peterson | 2010-05-07 14:10:58 -0500 (Fri, 07 May 2010) | 1 line remove redundant unicode call ........ r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line ensure doctests have some future_features ........
-
Victor Stinner yazdı
Rememder: don't touch the code just before a commit
-
Victor Stinner yazdı
* Fix seek() method of codecs.open(), don't write the BOM twice after seek(0) * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by Solaris or Windows, but does it really exist? I found it the in the issue.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
after seek(0)
-
- 21 May, 2010 16 kayıt (commit)
-
-
Victor Stinner yazdı
than strict
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
-
- 20 May, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
(e.g. from .os import sep) and it failed, import would still try the implicit relative import semantics of an absolute import (from os import sep). That's not right, so when level is negative, only do explicit relative import semantics. Fixes issue #7902. Thanks to Meador Inge for the patch.
-
Victor Stinner yazdı
Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121)
-
- 19 May, 2010 4 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Ezio Melotti yazdı
-
- 18 May, 2010 4 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror.
-
Senthil Kumaran yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
- 17 May, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
it from another thread. Patch by Daniel Stutzbach.
-
Florent Xicluna yazdı
-
Tarek Ziadé yazdı
-