- 26 Eyl, 2002 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.2
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
-
- 25 Eyl, 2002 13 kayıt (commit)
-
-
Fred Drake yazdı
PEP 4.
-
Barry Warsaw yazdı
Move the imports of Parser and Message inside the message_from_string() and message_from_file() functions. This way just "import email" won't suck in most of the submodules of the package. Note: this will break code that relied on "import email" giving you a bunch of the submodules, but that was never documented and should not have been relied on.
-
Fred Drake yazdı
code to use.
-
Neal Norwitz yazdı
Quotes aren't necessary in case statements. Spotted by Neil Schemenauer.
-
Neal Norwitz yazdı
Need to quote $GCC in case it isn't set.
-
Tim Peters yazdı
A possibility to deadlock (on the hidden import lock) was created here in 2.3, seemingly when tempfile.py started to call functions in random.py. The cure is "the usual": don't spawn threads as a side effect of importing, when the spawned threads themselves do imports (directly or indirectly), and the code that spawned the threads is waiting for the threads to finish (they can't finish, because they're waiting for the import lock the spawner still holds). Worming around this is why the "test_main" mechanism was introduced in regrest, so it's a straightforward fix. NOT a bugfix candidate; the problem was introduced in 2.3.
-
Neal Norwitz yazdı
Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo Bugfix candidate, I will backport.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
2.2.2.
-
Fred Drake yazdı
module used in the Zope TAL implementation. The bug was already fixed in the Python standard library, but the regression test would be good to keep around.
-
Guido van Rossum yazdı
except in the hands of experts. Will backport to 2.2.2.
-
Guido van Rossum yazdı
except in the hands of experts. Will backport to 2.2.2.
-
Fred Drake yazdı
-
- 24 Eyl, 2002 10 kayıt (commit)
-
-
Fred Drake yazdı
Document the indices() method of slice objects.
-
Fred Drake yazdı
-
Thomas Heller yazdı
Patch suggested by Guido, fixes SF item 611464. Bugfix candidate, will backport to release22-maint myself.
-
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 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-