- 07 Nov, 2004 21 commits
-
-
Martin v. Löwis authored
be represented in the file system. Fixes #989338.
-
Johannes Gijsbers authored
insertBefore() with refChild=None.
-
Johannes Gijsbers authored
-
Johannes Gijsbers authored
properties are also documented if help(Class.<property>) is called instead of help(Class).
-
Peter Astrand authored
Fixes #1056441.
-
Jeremy Hylton authored
If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.
-
Johannes Gijsbers authored
reference to non-existent function 'setRollover()'.
-
Johannes Gijsbers authored
test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration".
-
Johannes Gijsbers authored
accidentally derives from TestSuite instead of TestCase.
-
Peter Astrand authored
-
Jeremy Hylton authored
memset() wrote one past the end of the buffer, which was likely to be unused padding or a yet-to-be-initialized local variable. This routine is already tested by test_socket.
-
Peter Astrand authored
stderr. close() can fail if the user is out-of-quota, for example. Fixes #959379.
-
Johannes Gijsbers authored
TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!
-
Jeremy Hylton authored
There is no test for this change, because there is no way to provoke memory errors on demand. Test suite passes, though.
-
Johannes Gijsbers authored
the debugger enter inside pdb.set_trace. Patch #1061767: make pdb.set_trace enter enter at the stack frame calling pdb.set_trace().
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Doc patch submitted by Ilya Sandler.
-
Tim Peters authored
-
Brett Cannon authored
the 'if' statement that performed the test. Not all platforms run the test and on those tests configure outputted a rogue 'no' line.
-
Brett Cannon authored
the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ).
-
- 06 Nov, 2004 6 commits
-
-
Tim Peters authored
Harmless.
-
Brett Cannon authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
Barry Warsaw authored
-- but not end -- with whitespace. I will backport to Python 2.3.
-
Barry Warsaw authored
says boundaries may begin -- but not end -- with whitespace. I will backport to Python 2.3.
-
- 05 Nov, 2004 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by Bob Ippolito.) This patch trims down the Python core on Darwin by making it independent of CoreFoundation and CoreServices. It does this by: Changed linker flags in configure/configure.in Removed the unused PyMac_GetAppletScriptFile Moved the implementation of PyMac_StrError to the MacOS module Moved the implementation of PyMac_GetFullPathname to the Carbon.File module
-
Fred Drake authored
- clean up some of the generated markup
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
(closes SF bug #948517)
-
Fred Drake authored
- add a command-line option to control the image type
-
- 04 Nov, 2004 6 commits
-
-
Tim Peters authored
Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to backport this.
-
Armin Rigo authored
* explanation for example with lists of lists made confusing use of the word "contains" to mean "is built out of". * wrong formula for slices with step. Is it ok to use LaTeX formulas (which become images in the html document)? This version needs one because it's based on a fraction. Just writing "\code{(j-i)/k}" here would be ambiguous because it looks like a rounding-down-to-the-previous-integer division, which is not what we need here. Of course we could write "\code{float(j-i)/k}" but it just looks confusing.
-
Fred Drake authored
-
Anthony Baxter authored
-
Skip Montanaro authored
avoiding use of popen.
-
Fred Drake authored
(closes SF patch #1054715; backporting to release23-maint branch)
-