- 08 Ara, 2008 3 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
"raised" without setting x, err, or why to let the eval loop know.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 07 Ara, 2008 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
-
- 06 Ara, 2008 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
- 05 Ara, 2008 20 kayıt (commit)
-
-
Mark Dickinson yazdı
string allocation.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Georg Brandl yazdı
It doesn't make sense for such a fundamental document to have the most obscure function listed at the top.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
- 04 Ara, 2008 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
Took Nick Coghlan's advice about importing warnings globally in logging, to avoid the possibility of race conditions: "This could deadlock if a thread spawned as a side effect of importing a module happens to trigger a warning. warnings is pulled into sys.modules as part of the interpreter startup - having a global 'import warnings' shouldn't have any real effect on logging's import time."
-
Gregory P. Smith yazdı
process on success or raise an exception on error.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Fred Drake yazdı
support unusual filenames (such as those containing semi-colons) in Content-Disposition headers.
-
Christian Heimes yazdı
-
- 03 Ara, 2008 4 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
-
Raymond Hettinger yazdı
-
Jeffrey Yasskin yazdı
whether any thread has tracing turned on, which saves one load instruction in the fast_next_opcode path in PyEval_EvalFrameEx(). See issue 4477.
-
Christian Heimes yazdı
Converted a C99 style comment to a C89 style comment (found by MAL).
-