- 10 Kas, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
Simple renaming to avoid a conflict that prevented compilation on Solaris.
-
Raymond Hettinger yazdı
(Contributed by Niki W. Waibel.) Simple renaming to avoid a conflict that prevented compilation on Solaris.
-
Thomas Heller yazdı
info will always be in a .pdb file.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
the output
-
- 09 Kas, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Dima Dorfman.) * Support pickling of dictionaries in instances of deque subclasses. * Support pickling of recursive deques.
-
Raymond Hettinger yazdı
Support automatic pickling of dictionaries in instance of set subclasses.
-
Andrew M. Kuchling yazdı
Add doctest section Wordsmithing
-
- 08 Kas, 2004 7 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
trace_dispatch() result in a more obvious, and more robust way.
-
Tim Peters yazdı
showing that doctest's pdb.set_trace() support was dramatically broken. doctest.py _OutputRedirectingPdb.trace_dispatch(): Return a local trace function instead of (implicitly) None. Else interaction with pdb was bizarre, noticing only 'call' events. Amazingly, the existing set_trace() tests didn't care.
-
Michael W. Hudson yazdı
(thanks to Raymond for the prod).
-
Michael W. Hudson yazdı
[ 1057835 ] compiler.transformer, "from module import *"
-
Raymond Hettinger yazdı
inflexibile.
-
Tim Peters yazdı
PyGILState_Ensure(): The fix in 2.4a3 for bug 1010677 reintroduced thread shutdown race bug 225673. Repaired by (once again) ensuring the GIL is held whenever deleting a thread state. Alas, there's no useful test case for this shy bug. Four years ago, only Guido could provoke it, on his box, and today only Armin can provoke it on his box. I've never been able to provoke it (but not for lack of trying!). This is a critical fix for 2.3.5 too, since the fix for 1010677 got backported there already and so also reintroduced 225673. I don't intend to backport this fix. For whoever (if anyone) does, there are other thread fixes in 2.4 that need backporting too, and I bet they need to happen first for this patch to apply cleanly.
-
- 07 Kas, 2004 22 kayıt (commit)
-
-
Martin v. Löwis yazdı
returned depends on the filesystem encoding.
-
Martin v. Löwis yazdı
be represented in the file system. Fixes #989338.
-
Johannes Gijsbers yazdı
insertBefore() with refChild=None.
-
Johannes Gijsbers yazdı
-
Johannes Gijsbers yazdı
properties are also documented if help(Class.<property>) is called instead of help(Class).
-
Peter Astrand yazdı
Fixes #1056441.
-
Jeremy Hylton yazdı
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 yazdı
reference to non-existent function 'setRollover()'.
-
Johannes Gijsbers yazdı
test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration".
-
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 2 kayıt (commit)
-
-
Tim Peters yazdı
Harmless.
-
Brett Cannon yazdı
-