- 03 Haz, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 02 Haz, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Haz, 2011 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Use concrete example for dir() and eliminate the distracting doctest directives. * Add a pure python equivalent for enumerate() * Modify the enumerate() example to demonstrate the start argument * Remove incorrect reference the *iterable* in the enumerate() docs. * Downgrade the comments on input() from a warning to a note. * Fix the iter() example to use the empty string as the terminating condition for file.readline(). Also, the old example was broken because readline() results include a newline, so 'STOP\n' would have been the correct terminating condition. Even with that fix, the STOP example was fragile and would have lead to infinite loops with malformed inputs. * Do not refer to classmethod as being "more advanced" than staticmethod.
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 May, 2011 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Replace support by test_support, and add captured_stderr() function.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 30 May, 2011 3 kayıt (commit)
-
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner yazdı
-
Victor Stinner yazdı
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
- 29 May, 2011 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Ned Deily yazdı
-
- 28 May, 2011 13 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Original commit by Georg Brandl.
-
Éric Araujo yazdı
The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme.
-
Ned Deily yazdı
ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Ned Deily yazdı
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
- 26 May, 2011 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Thanks for Catalin Iacob for the patch.
-
Éric Araujo yazdı
-
Victor Stinner yazdı
division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve.
-
Kurt B. Kaiser yazdı
-
- 25 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-