- 09 Eyl, 2002 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(Bugfix candidate for 2.2, and likely 2.1 as well)
-
Martin v. Löwis yazdı
-
- 08 Eyl, 2002 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
just version 1.5. Closes SF bug 577793.
-
Raymond Hettinger yazdı
the same. Added check to verify the two names are not the same. Does not check the actual files to see if there is a symbolic link. Closes SF bug 490165 and Tzot's patch 604600.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Will look at doing something similar in import.c so that the effort won't have to be repeated elsewhere. Closes SF patch 600152.
-
Jeremy Hylton yazdı
Add read(), write(), and readwrite() helper functions to shorten poll functions. Use get() instead of try/except KeyError for lookup. XXX How could the lookup ever fail? Remove module-level DEBUG flag. Use iteritems() instead of items() when walking the socket map. Reformat the functions I touched so that are consistently Pythonic.
-
- 07 Eyl, 2002 4 kayıt (commit)
-
-
Skip Montanaro yazdı
after the last checkin.
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Jack Jansen yazdı
-
- 06 Eyl, 2002 26 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
entries on OS9 (where they are never available, and simply disabling them might lead people to think otherwise).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit.
-
Jack Jansen yazdı
GUSI/Threading interaction, I'm not sure, but I don't have the time to fix this right now.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
and which held destination pathnames. Fixed.
-
Jack Jansen yazdı
rewrapped: as usual with my files everything was far wider than 80 chars.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Unfinished.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
original code, it still needs fiddling to make it work in general circumstances.
-
Raymond Hettinger yazdı
Closes SF bug 605731.
-
Raymond Hettinger yazdı
in a list comprehension. Includes a justification and a comparision to regular for-loops. Closes SF bug 605047.
-
Walter Dörwald yazdı
when the replacement from an encoding error callback is itself unencodable.
-
Walter Dörwald yazdı
from SF patch http://www.python.org/sf/554192 This adds two new functions to mimetypes: guess_all_extensions() which returns a list of all known extensions for a mime type, and add_type() which adds one mapping between a mime type and an extension.
-
Skip Montanaro yazdı
-
Barry Warsaw yazdı
Oleg Broytmann in SF patch #600096. Whitespace normalized by Barry.
-
Barry Warsaw yazdı
Broytmann in SF patch #600096. Specifically, the former function now encodes the triplets, while the latter adds optional charset and language arguments.
-
Barry Warsaw yazdı
the previous RFC 2045, $5.2 repair to get_content_type() this subpart's type will now be text/plain.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
#601959. Modified slightly by Barry (who added the KeyError in case the header is missing.
-
- 05 Eyl, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Raise ValueError if user passes a size to mmap which is larger than the file.
-
Neal Norwitz yazdı
-