- 22 Nov, 2004 2 commits
-
-
Tim Peters authored
Clarify that the example assumes no links are present; the point of the example is to illustrate a need for topdown=False, not to wrestle with platform-dependent link convolutions. Also spell os.path.join() out in full, instead of using a shortcut import. The bug reporter was confused by that too, and it's clearer this way. Bugfix candidate; but I don't intend to backport it.
-
Marc-André Lemburg authored
and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out.
-
- 21 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 20 Nov, 2004 2 commits
-
-
Brett Cannon authored
of the test possiblities for testGetServBy().
-
Facundo Batista authored
-
- 19 Nov, 2004 5 commits
-
-
Kurt B. Kaiser authored
stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 18 Nov, 2004 9 commits
-
-
cvs2svn authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight.
-
Raymond Hettinger authored
Make a minor clarification between "written" and "displayed".
-
Raymond Hettinger authored
-
- 17 Nov, 2004 2 commits
-
-
Peter Astrand authored
In test_args_string, remove the tempfile before assertEqual.
-
Skip Montanaro authored
work with core dumps because it avoids calling any Python API routines. The latter prints all the local variable values as well as the stack frames but won't work with core dumps because it relies on _PyObject_Dump to print variables.
-
- 16 Nov, 2004 2 commits
-
-
Kurt B. Kaiser authored
button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
-
Kurt B. Kaiser authored
button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M configDialog.py
-
- 15 Nov, 2004 3 commits
-
-
Anthony Baxter authored
-
Walter Dörwald authored
attribute. Fixes SF bug #1065456.
-
Tim Peters authored
Repair typo in example.
-
- 14 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 13 Nov, 2004 8 commits
-
-
Fred Drake authored
(no href attribute)
-
Kurt B. Kaiser authored
when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py
-
Fred Drake authored
so that this is harder to forget to do for development of new styles
-
Tim Peters authored
__getitem__() methods: compute only the new spellings needed to satisfy the given indexing object. This is purely an optimization (it should have no effect on visible semantics).
-
Martin v. Löwis authored
regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems. _tkinter.c: replace %.8x with %p for printing pointers. setup.py: add lib64 into the library directories.
-
Fred Drake authored
-
Fred Drake authored
- add directory information for the "What's New" document
-
Fred Drake authored
doesn't look right in HTML
-
- 12 Nov, 2004 5 commits
-
-
Walter Dörwald authored
the coverage files when -T is used.
-
Tim Peters authored
Simple correction from the code's author (Dan Gass).
-
Peter Astrand authored
TEMP dirs with {memb} strings. Fixes #1063571.
-
Just van Rossum authored
string contains control chars that are illegal for XML
-
Just van Rossum authored
-