- 07 Kas, 2004 13 kayıt (commit)
-
-
Johannes Gijsbers yazdı
accidentally derives from TestSuite instead of TestCase.
-
Peter Astrand yazdı
-
Jeremy Hylton yazdı
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 yazdı
stderr. close() can fail if the user is out-of-quota, for example. Fixes #959379.
-
Johannes Gijsbers yazdı
TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!
-
Jeremy Hylton yazdı
There is no test for this change, because there is no way to provoke memory errors on demand. Test suite passes, though.
-
Johannes Gijsbers yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Doc patch submitted by Ilya Sandler.
-
Tim Peters yazdı
-
Brett Cannon yazdı
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 yazdı
the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ).
-
- 06 Kas, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
Harmless.
-
Brett Cannon yazdı
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
-- but not end -- with whitespace. I will backport to Python 2.3.
-
Barry Warsaw yazdı
says boundaries may begin -- but not end -- with whitespace. I will backport to Python 2.3.
-
- 05 Kas, 2004 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(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 yazdı
- clean up some of the generated markup
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(closes SF bug #948517)
-
Fred Drake yazdı
- add a command-line option to control the image type
-
- 04 Kas, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to backport this.
-
Armin Rigo yazdı
* 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 yazdı
-
Anthony Baxter yazdı
-
Skip Montanaro yazdı
avoiding use of popen.
-
Fred Drake yazdı
(closes SF patch #1054715; backporting to release23-maint branch)
-
- 03 Kas, 2004 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 02 Kas, 2004 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1049003.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(SF bug #829073)
-
Fred Drake yazdı
(SF bug #829073)
-
Fred Drake yazdı
(SF bug #798652)
-