- 25 Nov, 2004 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
to the right of the decimal point.
-
Hye-Shik Chang authored
GNU readline exports a global variable that has such a name already and the collision makes gcc4 doesn't compile the source.
-
Andrew M. Kuchling authored
-
- 24 Nov, 2004 5 commits
-
-
Fredrik Lundh authored
This patch offers a better explanation in case the MS VC++ (free) toolkit is installed but the .NET Framework SDK is not.
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
Windows GDI directly and thus does not need a DISPLAY environment variable. Thanks Jason Tishler.
-
- 23 Nov, 2004 2 commits
-
-
Kurt B. Kaiser authored
Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). M Misc/NEWS M Python/ceval.c
-
Johannes Gijsbers authored
(http://www.cygwin.com/faq/faq_3.html#SEC41). Also check whether onerror has actually been called so this test will fail on assertion instead of on trying to chmod a non-existent file.
-
- 22 Nov, 2004 3 commits
-
-
Tim Peters authored
a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4).
-
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
-