- 03 Jun, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 02 Jun, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 01 Jun, 2011 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* 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 authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 31 May, 2011 6 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
Replace support by test_support, and add captured_stderr() function.
-
Benjamin Peterson authored
-
Victor Stinner authored
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Éric Araujo authored
-
Éric Araujo authored
-
- 30 May, 2011 3 commits
-
-
Victor Stinner authored
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner authored
-
Victor Stinner authored
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
- 29 May, 2011 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Ned Deily authored
-
- 28 May, 2011 13 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Original commit by Georg Brandl.
-
Éric Araujo authored
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 authored
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 authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Ned Deily authored
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 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Thanks for Catalin Iacob for the patch.
-
Éric Araujo authored
-
Victor Stinner authored
division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve.
-
Kurt B. Kaiser authored
-
- 25 May, 2011 1 commit
-
-
Victor Stinner authored
-