- 10 Sep, 2002 2 commits
-
-
Jack Jansen authored
-
Martin v. Löwis authored
-
- 09 Sep, 2002 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
to the command-line arguments. Fix this by adding the source filename.
-
Andrew M. Kuchling authored
(Bugfix candidate for 2.2, and likely 2.1 as well)
-
Martin v. Löwis authored
-
- 08 Sep, 2002 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
just version 1.5. Closes SF bug 577793.
-
Raymond Hettinger authored
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 authored
-
Raymond Hettinger authored
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 authored
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 Sep, 2002 4 commits
-
-
Skip Montanaro authored
after the last checkin.
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Jack Jansen authored
-
- 06 Sep, 2002 23 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
entries on OS9 (where they are never available, and simply disabling them might lead people to think otherwise).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
GUSI/Threading interaction, I'm not sure, but I don't have the time to fix this right now.
-
Jack Jansen authored
-
Jack Jansen authored
and which held destination pathnames. Fixed.
-
Jack Jansen authored
rewrapped: as usual with my files everything was far wider than 80 chars.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Unfinished.
-
Jack Jansen authored
-
Jack Jansen authored
original code, it still needs fiddling to make it work in general circumstances.
-
Raymond Hettinger authored
Closes SF bug 605731.
-
Raymond Hettinger authored
in a list comprehension. Includes a justification and a comparision to regular for-loops. Closes SF bug 605047.
-
Walter Dörwald authored
when the replacement from an encoding error callback is itself unencodable.
-
Walter Dörwald authored
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 authored
-
Barry Warsaw authored
Oleg Broytmann in SF patch #600096. Whitespace normalized by Barry.
-
Barry Warsaw authored
Broytmann in SF patch #600096. Specifically, the former function now encodes the triplets, while the latter adds optional charset and language arguments.
-