- 10 Nov, 2004 8 commits
-
-
Fred Drake authored
this, but I was misled by a LaTeX2HTML wart that I worked around yesterday
-
Fred Drake authored
this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags)
-
Raymond Hettinger authored
Simple renaming to avoid a conflict that prevented compilation on Solaris.
-
Raymond Hettinger authored
(Contributed by Niki W. Waibel.) Simple renaming to avoid a conflict that prevented compilation on Solaris.
-
Thomas Heller authored
info will always be in a .pdb file.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
the output
-
- 09 Nov, 2004 3 commits
-
-
Raymond Hettinger authored
(Contributed by Dima Dorfman.) * Support pickling of dictionaries in instances of deque subclasses. * Support pickling of recursive deques.
-
Raymond Hettinger authored
Support automatic pickling of dictionaries in instance of set subclasses.
-
Andrew M. Kuchling authored
Add doctest section Wordsmithing
-
- 08 Nov, 2004 7 commits
-
-
Tim Peters authored
-
Tim Peters authored
trace_dispatch() result in a more obvious, and more robust way.
-
Tim Peters authored
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 authored
(thanks to Raymond for the prod).
-
Michael W. Hudson authored
[ 1057835 ] compiler.transformer, "from module import *"
-
Raymond Hettinger authored
inflexibile.
-
Tim Peters authored
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 Nov, 2004 22 commits
-
-
Martin v. Löwis authored
returned depends on the filesystem encoding.
-
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() ).
-