- 28 May, 2010 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 27 May, 2010 5 kayıt (commit)
-
-
Victor Stinner yazdı
gaierror(EAI_NODATA)
-
Andrew M. Kuchling yazdı
-
Alexander Belopolsky yazdı
timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 26 May, 2010 5 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
using unittest.skipIf decorator.
-
Alexander Belopolsky yazdı
including Windows CE.
-
Mark Dickinson yazdı
-
Victor Stinner yazdı
-
- 25 May, 2010 10 kayıt (commit)
-
-
Victor Stinner yazdı
error handler, instead of writing to the C stderr file in utf-8
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
ports of IronPython tests. Thanks Gregory Nofi.
-
R. David Murray yazdı
-
R. David Murray yazdı
unquote is duplicated in the two files to avoid a circular reference. (This is fixed in Python3.) Updates keep getting made to the public unquote without fixing the urlparse one, however, so this fix syncs the two and adds a comment to both to make sure changes are applied to both.
-
Brian Curtin yazdı
ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
- 24 May, 2010 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Georg Brandl yazdı
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.)
-
Steven Bethard yazdı
Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html
-
Steven Bethard yazdı
argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP)
-
- 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)
-