- 09 Jun, 2011 2 commits
-
-
Éric Araujo authored
-
Brian Curtin authored
-
- 07 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 06 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 05 Jun, 2011 3 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 04 Jun, 2011 6 commits
-
-
Éric Araujo authored
-
Mark Dickinson authored
Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.
-
Éric Araujo authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 03 Jun, 2011 6 commits
-
-
Victor Stinner authored
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
- 02 Jun, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 01 Jun, 2011 7 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
-
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
-