- 12 Nov, 2004 3 commits
-
-
Just van Rossum authored
-
Facundo Batista authored
SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters.
-
Greg Ward authored
oops!).
-
- 11 Nov, 2004 7 commits
-
-
Vinay Sajip authored
-
Fred Drake authored
with no content (due to the text_cleanup() override in l2hinit.perl)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
environments. Closes SF bug #692442: Konqueror can't render docs because of malformed HTML. While the generated HTML is still terrible, the cited cases of <DL COMPACT> have been removed. The general problem of XHTML conformance has not been solved, but is endemic to LaTeX2HTML output.
-
Fred Drake authored
text-align in .realtable cells; fix suggested by Richard Brodie
-
Fred Drake authored
- fix minor markup nits
-
- 10 Nov, 2004 15 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
- remove last <center> element (long deprecated in HTML)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
formatting
-
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 5 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).
-