- 09 Haz, 2011 4 kayıt (commit)
-
-
Brian Curtin yazdı
Rather than wrapping the C _isdir function in a Python function, just import the C _isdir function directly. Additionally, add in the docstring which was left out.
-
Éric Araujo yazdı
Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
-
Éric Araujo yazdı
-
Brian Curtin yazdı
-
- 07 Haz, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 06 Haz, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 05 Haz, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 04 Haz, 2011 6 kayıt (commit)
-
-
Éric Araujo yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 03 Haz, 2011 6 kayıt (commit)
-
-
Victor Stinner yazdı
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
- 02 Haz, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Haz, 2011 7 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ı
-
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 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-