- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Eyl, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
This is a temporary kludge and all is well in 3.3.
-
Benjamin Peterson yazdı
This is a temporary kludge and all is well in 3.3.
-
- 11 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Agu, 2011 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 22 Tem, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This is related to a21829180423 as well as #12609 and #12610.
-
Benjamin Peterson yazdı
-
- 16 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
Benjamin Peterson yazdı
-
- 29 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
clear the end-of-file indicator after CTRL+d.
-
- 25 Nis, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 22 Nis, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
cookie and not valid in UTF-8: use "<file>" as the filename instead of reading from NULL.
-
- 09 Nis, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 04 Nis, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Mar, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 07 Ock, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
On Windows, set the binary mode on stdin, stdout, stderr and all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python parser translates newlines (\r\n => \n).
-
- 05 Ock, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
PyUnicode_FromFormat() and PyErr_Format() allocates a buffer of the needed size, it is no more a fixed-buffer of 500 bytes.
-
- 28 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 27 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
- 26 Kas, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r85820 | georg.brandl | 2010-10-24 16:20:22 +0200 (So, 24 Okt 2010) | 1 line Remove usage of exception indexing. ........ r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line Fix style. ........ r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line Add documentation about the default warnings filters. ........ r85840 | georg.brandl | 2010-10-25 19:50:20 +0200 (Mo, 25 Okt 2010) | 1 line #3018: tkinter demo fixes for py3k. ........ r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line Markup fix. ........ r85844 | georg.brandl | 2010-10-26 12:39:14 +0200 (Di, 26 Okt 2010) | 1 line Work a bit more on tkinter demos. ........ r85845 | georg.brandl | 2010-10-26 12:42:16 +0200 (Di, 26 Okt 2010) | 1 line faqwiz is removed. ........ r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85851 | georg.brandl | 2010-10-26 22:12:37 +0200 (Di, 26 Okt 2010) | 1 line Fix import. ........ r85855 | georg.brandl | 2010-10-27 09:21:54 +0200 (Mi, 27 Okt 2010) | 1 line Encoding fix. ........ r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line Add David. ........ r85875 | georg.brandl | 2010-10-28 10:38:30 +0200 (Do, 28 Okt 2010) | 1 line Fix bytes/str issues in get-remote-certificate.py. ........ r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line #10222: fix for overzealous AIX compiler. ........ r85908 | georg.brandl | 2010-10-29 07:22:17 +0200 (Fr, 29 Okt 2010) | 1 line send_bytes obviously needs bytes... ........ r85911 | georg.brandl | 2010-10-29 07:36:28 +0200 (Fr, 29 Okt 2010) | 1 line Fix markup error and update false positive entries from "make suspicious". ........ r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line (?:...) is a non-capturing, but still grouping construct. ........
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Kas, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86545 | benjamin.peterson | 2010-11-19 22:31:07 -0600 (Fri, 19 Nov 2010) | 1 line new plan: functions that want 'tmp' can declare it ........
-
Benjamin Peterson yazdı
-