cpython/Lib
Walter Dörwald 4f046e2e21 Add a few tests to test_count() to increase coverage in
Object/unicodeobject.c::unicode_count().
2003-02-10 17:51:03 +00:00
..
bsddb Fix compatibility for earlier versions of Python (than 2.3), which 2003-02-08 03:18:58 +00:00
compiler
curses
distutils Pick up Makefile variable BASECFLAGS too. This is needed since OPT was 2003-02-10 14:02:33 +00:00
email
encodings
hotshot
idlelib
lib-old
lib-tk
logging
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-mac Punctuation fixes in docstrings. 2003-02-10 16:08:17 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Add a few tests to test_count() to increase coverage in 2003-02-10 17:51:03 +00:00
xml
__future__.py
__phello__.foo.py
_strptime.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke 2003-02-03 19:11:18 +00:00
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out 2003-02-06 01:45:11 +00:00
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy.py Somehow, copy() of a classic class object was handled 2003-02-07 17:53:23 +00:00
copy_reg.py Reserve a range for Zope, not specifically for Zope 3. 2003-02-07 20:56:38 +00:00
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
FCNTL.py
filecmp.py Add DeprecationWarning when use_statcache argument is supplied 2003-02-06 19:38:45 +00:00
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py A few naughty external scripts do 'raise getopt.error, "blah"', and 2003-02-06 19:52:56 +00:00
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py [Patch #654421 from Matthew Mueller] 2003-02-05 21:35:07 +00:00
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion. 2003-02-09 17:19:41 +00:00
pickletools.py dis(): Added an optional memo argument, so that multiple pickles in a 2003-02-05 19:55:53 +00:00
pipes.py
pkgutil.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Fix SF bug #642168, help() fails for some builtin topics 2003-02-07 20:49:40 +00:00
Queue.py
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py [680789] Debug with long array takes forever 2003-02-05 18:29:34 +00:00
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py C Code: 2003-02-09 06:40:58 +00:00
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py
this.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py