- 14 Nis, 2014 31 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception.
-
R David Murray yazdı
-
R David Murray yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Debugged by Victor.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Bug reported by Guido Vranken.
-
R David Murray yazdı
-
R David Murray yazdı
If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das.
-
- 13 Nis, 2014 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Berker Peksag.
-
Serhiy Storchaka yazdı
Patch by Berker Peksag.
-
- 12 Nis, 2014 2 kayıt (commit)
- 11 Nis, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg.
-