cpython/Lib
Guido van Rossum d1d584f4e8 SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file.
I modified nntplib so the body method can accept an
  optional second parameter pointing to a filehandle or
  filename (string). This way, really long body
  articles can be stored to disk instead of kept in
  memory. The way I made the modification should make
  it easy to extend this functionality to other extended
  return methods.
2001-10-01 13:46:55 +00:00
..
compiler Fix comment typo 2001-09-27 04:18:36 +00:00
curses
distutils Implement PEP250: Use Lib/site-packages under windows. 2001-09-05 13:00:40 +00:00
email _parsebody(): Use get_boundary() and get_type(). 2001-09-26 05:44:09 +00:00
encodings Python part of the UTF-7 codec by Brian Quinlan. 2001-09-20 12:56:14 +00:00
idlelib start of new config handling stuff 2001-09-24 09:43:17 +00:00
lib-old
lib-tk Patch #426880: Implement Listbox itemcget and itemconfigure. 2001-10-01 10:09:31 +00:00
plat-aix3
plat-aix4
plat-beos5
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-riscos SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: 2001-09-17 15:16:09 +00:00
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Patch #462190, patch #464070: Support quoted printable in the binascii module. 2001-09-30 20:32:11 +00:00
xml For Python 2.2, do not use __getattr__(), only use computed properties. 2001-09-29 04:58:32 +00:00
__future__.py
aifc.py
anydbm.py
asynchat.py
asyncore.py Patch #461321: Support None as a timeout in poll2 and poll3. 2001-09-19 17:31:47 +00:00
atexit.py
audiodev.py
base64.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
bisect.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
calendar.py
cgi.py Class FieldStorage: add two new methods, getfirst() and getlist(), 2001-09-05 19:45:34 +00:00
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py softspace(): be prepared to catch AttributeError as well as TypeError 2001-09-18 13:33:01 +00:00
codecs.py Added new helpers for easy access to codecs. Docs will follow. 2001-09-19 11:24:48 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy.py Add complex to the dispatch tables, to avoid going through the whole 2001-09-28 18:16:13 +00:00
copy_reg.py Changes to copy() and deepcopy() in copy.py to support __reduce__ as a 2001-09-28 18:13:29 +00:00
dbhash.py
difflib.py Make difflib.ndiff() and difflib.Differ.compare() generators. This 2001-09-22 21:30:22 +00:00
dircache.py
dis.py Add opcodes for floor division and true division (PEP 238) 2001-08-29 18:02:21 +00:00
doctest.py
dospath.py SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: 2001-09-17 15:16:09 +00:00
dumbdbm.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
FCNTL.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py win_getpass(): if sys.stdin is not sys.__stdin__, use 2001-08-30 15:07:44 +00:00
gettext.py
glob.py
gopherlib.py
gzip.py
hmac.py Whitespace normalization. 2001-09-18 02:26:39 +00:00
htmlentitydefs.py
htmllib.py
HTMLParser.py Re-factor the HTMLParser class to use the new markupbase.ParserBase class. 2001-09-24 20:10:28 +00:00
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py Added docstring by Neal Norwitz. This closes SF bug #450979. 2001-09-04 18:39:45 +00:00
inspect.py New function classify_class_attrs(). As a number of SF bug reports 2001-09-23 02:00:29 +00:00
keyword.py
knee.py
linecache.py
locale.py
macpath.py SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: 2001-09-17 15:16:09 +00:00
macurl2path.py
mailbox.py SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. 2001-09-13 01:29:13 +00:00
mailcap.py
markupbase.py Be consistent about the string module. 2001-09-24 20:04:29 +00:00
mhlib.py
mimetools.py
mimetypes.py Patch #438790: Add additional mappings. 2001-09-07 16:49:12 +00:00
MimeWriter.py
mimify.py
multifile.py SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF 2001-09-18 14:34:06 +00:00
mutex.py
netrc.py
nntplib.py SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. 2001-10-01 13:46:55 +00:00
ntpath.py SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: 2001-09-17 15:16:09 +00:00
nturl2path.py
os.py
pdb.doc
pdb.py
pickle.py Make these modules work when Python is compiled without Unicode support. 2001-09-21 19:22:34 +00:00
pipes.py
popen2.py
poplib.py
posixfile.py This module didn't work at all anymore -- blew up with AttributeError 2001-09-18 05:40:24 +00:00
posixpath.py Whitespace normalization. 2001-09-18 02:26:39 +00:00
pprint.py Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. 2001-09-04 19:43:26 +00:00
pre.py
profile.doc
profile.py Change the sense of a test in how the profiler interprets exception events. 2001-09-27 16:28:42 +00:00
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py docroutine() (both instances): Docstrings for class methods weren't 2001-09-27 04:08:16 +00:00
Queue.py
quopri.py Patch #462190, patch #464070: Support quoted printable in the binascii module. 2001-09-30 20:32:11 +00:00
random.py
re.py Added docstrings by Neal Norwitz. This closes SF bug #450980. 2001-09-04 19:10:20 +00:00
reconvert.py Suppress the warning about regex here. 2001-09-04 15:18:54 +00:00
regex_syntax.py
regsub.py
repr.py Another / that should be a // (previously not caught because of 2001-09-05 02:27:04 +00:00
rexec.py Now that file objects are subclassable, you can get at the file constructor 2001-09-13 21:01:29 +00:00
rfc822.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py Re-factor the SGMLParser class to use the new markupbase.ParserBase class. 2001-09-24 20:15:51 +00:00
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py _dispatch(): Do no re-define the resolve_dotted_atttribute() function 2001-09-29 04:54:33 +00:00
site.py
smtpd.py
smtplib.py Whitespace normalization. 2001-09-18 02:26:39 +00:00
sndhdr.py
socket.py
SocketServer.py
sre.py fixed #449964: sre.sub raises an exception if the template contains a 2001-09-18 20:55:24 +00:00
sre_compile.py Added docstrings by Neal Norwitz. This closes SF bug #450980. 2001-09-04 19:10:20 +00:00
sre_constants.py Added docstrings by Neal Norwitz. This closes SF bug #450980. 2001-09-04 19:10:20 +00:00
sre_parse.py fixed #449964: sre.sub raises an exception if the template contains a 2001-09-18 20:55:24 +00:00
stat.py
statcache.py
statvfs.py
string.py
StringIO.py StringIO patch #462596: let's [c]StringIO accept read buffers on 2001-09-24 17:34:52 +00:00
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
telnetlib.py Patch #416079: fix the debug string output when receiving telnet commands. 2001-09-06 08:51:38 +00:00
tempfile.py
TERMIOS.py
threading.py Whitespace normalization. 2001-09-18 02:26:39 +00:00
toaiff.py
token.py
tokenize.py SF patch #455966: Allow leading 0 in float/imag literals. 2001-08-30 20:51:59 +00:00
traceback.py
tty.py
types.py Don't export generators future info 2001-09-26 19:54:08 +00:00
tzparse.py
unittest.py Add missing period in docstring. 2001-09-06 19:13:14 +00:00
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py Allow for the possibility that globals['__name__'] does not exist; 2001-08-31 17:46:35 +00:00
wave.py The first batch of changes recommended by the fixdiv tool. These are 2001-09-04 19:14:14 +00:00
weakref.py Clean up circular references in the Weak*Dictionary classes; this avoids 2001-09-28 19:01:26 +00:00
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py Properly detect recursive structures. Adopted from patch #465298. 2001-09-30 20:15:41 +00:00
zipfile.py Make these modules work when Python is compiled without Unicode support. 2001-09-21 19:22:34 +00:00