- 24 Eyl, 2002 7 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Bugfix candidate, will backport to release22-maint myself.
-
Fred Drake yazdı
count behavior.
-
Fred Drake yazdı
XML_Parser, which happens to be a pointer type, not an XML_Parser*. This generated warnings when compiled with Expat 1.95.5, which no longer defines XML_Parser to be void*.
-
Fred Drake yazdı
-
Fred Drake yazdı
not abstract characters.
-
Marc-André Lemburg yazdı
-
- 23 Eyl, 2002 10 kayıt (commit)
-
-
Barry Warsaw yazdı
593560, with some minor cleanups, line folding and whitespace normalization by Barry.
-
Greg Ward yazdı
quoted (or mangled) *at* delivery-time, not "well before" it. (At least that's how Exim and qmail work.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This adds new methods heading(), setheading(), position(), window_width(), window_height(), setx(), and sety(), to make this more functionality-compatible with Logo turtle graphics (Attila's last words, not mine :-). I had to fix the sety() code which was broken in Attila's patch. I'm not adopting the functionality change that Attila claimed was a bugfix (no output without tracing), because I disagree that it's a bug.
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
Also, decided IDENTCHARS is better as global, after all.
-
Tony Lownds yazdı
-
Tony Lownds yazdı
-
Tony Lownds yazdı
-
Tony Lownds yazdı
-
- 22 Eyl, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #612595. Will backport to 2.2.
-
Martin v. Löwis yazdı
-
- 20 Eyl, 2002 3 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
fairly large, most are caused by reformatting section and subsection headings. The changes fall into the following categories: * reformatted section and subsection headers. * escaped isolated asterisks which would be interpreted as starting bold or italic text (e.g. "void (*)(PyObject \*)"). * quoted stuff that looks like internal references but isn't (e.g. ``PyCmp_``). * changed visually balanced quotes to just use apostrophes (e.g. "'string'" instead of "`string'"). * introduced and indenting multiline chunks of code. * created one table (search for "New codecs").
-
- 19 Eyl, 2002 7 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
This fixes the charming, but unhelpful error message for >>> pickle.dumps(type.__new__) Can't pickle <built-in method __new__ of type object at 0x812a440>: it's not the same object as datetime.math.__new__ Bugfix candidate.
-
Kurt B. Kaiser yazdı
Bring idle.pyw into alignment with idle.py, eliminate calling deleted module IdleConf.py
-
Marc-André Lemburg yazdı
Bugfix candidate for 2.2.2.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
because there test_grammar.py pulls them out of strings there.
-
- 18 Eyl, 2002 11 kayıt (commit)
-
-
Neal Norwitz yazdı
(Same problem as last checkin for SF bug 610610) Need to clear the error and proceed. Backport candidate
-
Barry Warsaw yazdı
failures on Windows. Closes SF bug # 609988.
-
Kurt B. Kaiser yazdı
Removing config-mac.txt, not used in Idlefork
-
Kurt B. Kaiser yazdı
Missed adding "import types" while merging PyShell by hand....
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
The switch in Exception__str__ didn't clear the error if PySequence_Size() raised an exception. Added a case -1 which clears the error and falls through to the default case. Definite backport candidate (this dates all the way to Python 2.0).
-
Kurt B. Kaiser yazdı
Rev 1.4 fdrake Use string.ascii_letters instead of string.letters (SF bug #226706) Rev 1.5 doerwalter (string methods)
-
Kurt B. Kaiser yazdı
Rev 1.6 GvR Finally fix SF bug #441172, using a variant of patch ##443626: canceling an edit operation would not revert the value of the field. The fix takes care to destroy the Entry object, as suggested in the patch. Rev 1.7 Geiger Ho / GvR (previously applied - Idlefork Rev 1.3) Rev 1.8 doerwalter (string methods)
-
Kurt B. Kaiser yazdı
Rev 1.3 nnorwitz Remove unnecessary imports
-
Kurt B. Kaiser yazdı
Rev 1.17 doerwalter (string methods)
-
Kurt B. Kaiser yazdı
Rev 1.3 doerwalter (string methods)
-