- 11 Kas, 2004 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
text-align in .realtable cells; fix suggested by Richard Brodie
-
Fred Drake yazdı
- fix minor markup nits
-
- 10 Kas, 2004 15 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
- remove last <center> element (long deprecated in HTML)
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
formatting
-
Fred Drake yazdı
this, but I was misled by a LaTeX2HTML wart that I worked around yesterday
-
Fred Drake yazdı
this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags)
-
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 11 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ı
-