- 25 Kas, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
to the right of the decimal point.
-
Hye-Shik Chang yazdı
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 yazdı
-
- 24 Kas, 2004 5 kayıt (commit)
-
-
Fredrik Lundh yazdı
This patch offers a better explanation in case the MS VC++ (free) toolkit is installed but the .NET Framework SDK is not.
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
Windows GDI directly and thus does not need a DISPLAY environment variable. Thanks Jason Tishler.
-
- 23 Kas, 2004 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
(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 Kas, 2004 3 kayıt (commit)
-
-
Tim Peters yazdı
a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4).
-
Tim Peters yazdı
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 yazdı
and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out.
-
- 21 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Kas, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
of the test possiblities for testGetServBy().
-
Facundo Batista yazdı
-
- 19 Kas, 2004 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 18 Kas, 2004 9 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
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 yazdı
Make a minor clarification between "written" and "displayed".
-
Raymond Hettinger yazdı
-
- 17 Kas, 2004 2 kayıt (commit)
-
-
Peter Astrand yazdı
In test_args_string, remove the tempfile before assertEqual.
-
Skip Montanaro yazdı
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 Kas, 2004 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
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 Kas, 2004 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Walter Dörwald yazdı
attribute. Fixes SF bug #1065456.
-
Tim Peters yazdı
Repair typo in example.
-
- 14 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Kas, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
(no href attribute)
-
Kurt B. Kaiser yazdı
when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py
-