- 06 Dec, 2008 1 commit
-
-
Georg Brandl authored
-
- 05 Dec, 2008 20 commits
-
-
Mark Dickinson authored
string allocation.
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Fred Drake authored
-
Fred Drake authored
-
Georg Brandl authored
It doesn't make sense for such a fundamental document to have the most obscure function listed at the top.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
- 04 Dec, 2008 7 commits
-
-
Georg Brandl authored
-
Vinay Sajip authored
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 authored
process on success or raise an exception on error.
-
Georg Brandl authored
-
Georg Brandl authored
-
Fred Drake authored
support unusual filenames (such as those containing semi-colons) in Content-Disposition headers.
-
Christian Heimes authored
-
- 03 Dec, 2008 4 commits
-
-
Vinay Sajip authored
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 authored
-
Jeffrey Yasskin authored
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 authored
Converted a C99 style comment to a C89 style comment (found by MAL).
-
- 01 Dec, 2008 2 commits
-
-
Benjamin Peterson authored
-
Skip Montanaro authored
-
- 30 Nov, 2008 6 commits
-
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
"add-and-remove-programs".
-
Benjamin Peterson authored
-