cpython/Lib
Raymond Hettinger b02bb5ed0a Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.
Just van Rossum showed a weird, but clever way for pure python code to
trigger the BadInternalCall.  The C code had assumed that calling a class
constructor would return an instance of that class; however, classes that
abuse __new__ can invalidate that assumption.
2002-12-04 07:32:25 +00:00
..
bsddb In class bsdTableDB, add class variables db and env (set to None) to 2002-12-02 16:17:46 +00:00
compiler
curses
distutils Adding Python <= 2.2 support back in. 2002-12-03 08:45:11 +00:00
email
encodings
hotshot
idlelib Enable Check Module 2002-12-03 23:09:23 +00:00
lib-old
lib-tk Rename want_objects to wantobjects throughout, for consistency. 2002-11-26 21:39:48 +00:00
logging
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2 Regenerate. Fixes #618012. 2002-11-23 12:09:28 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. 2002-12-04 07:32:25 +00:00
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
FCNTL.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py Use False instead of 0. 2002-11-22 14:22:49 +00:00
StringIO.py
TERMIOS.py
UserDict.py Bring UserDict in-sync with changes to dict. 2002-11-27 08:29:11 +00:00
UserList.py
UserString.py
__future__.py
__phello__.foo.py
_strptime.py Patch #639112: fixes for None locale and tz. 2002-11-27 08:30:25 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py Add a better columnizer to print_topics(). 2002-12-02 13:08:53 +00:00
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
copy.py
copy_reg.py
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py Patch #486438: Make module argument to testmod optional. 2002-11-22 08:23:09 +00:00
dumbdbm.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Whitespace normalization. 2002-11-24 02:35:35 +00:00
ihooks.py
imaplib.py Whitespace normalization. 2002-11-24 02:35:35 +00:00
imghdr.py
imputil.py
inspect.py getdoc(): 2002-11-30 03:53:15 +00:00
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py Whitespace normalization. 2002-11-24 02:35:35 +00:00
ntpath.py
nturl2path.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pipes.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 Another big update, fixing all known bugs related to nesting functions 2002-12-03 08:14:35 +00:00
pydoc.py
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py SF 643115: Set._update() had a special case for dictionaries which allowed 2002-11-25 20:43:55 +00:00
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
telnetlib.py
tempfile.py Comment out the warnings about mktemp(). These are too annoying, and 2002-11-22 15:56:29 +00:00
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
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py Fixed bug 2002-11-25 17:25:04 +00:00
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py