0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Steve Purcell dc391a67e3 Fix to ensure consistent 'repr' and 'str' results between Python
versions, since 'repr(new_style_class) != repr(classic_class)'.
Suggested by Jeremy Hylton.
2002-08-09 09:46:23 +00:00
..
compiler
curses
distutils - comment improvement 2002-08-04 06:21:25 +00:00
email
encodings Whitespace normalization. 2002-08-08 20:19:19 +00:00
hotshot
idlelib GvR provided solution to the socket rebinding timeout problem. 2002-08-05 03:52:10 +00:00
lib-old
lib-tk
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
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Moved inplace add and multiply methods from UserString to MutableString. 2002-08-09 01:37:06 +00:00
xml
__future__.py
__phello__.foo.py
_strptime.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py Fix for SF bug 570678 (can't flush read-only file on Mac OS X). 2002-08-01 21:12:35 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy_reg.py
copy.py
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
dospath.py
dumbdbm.py
FCNTL.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py Add encoding declaration. 2002-08-04 17:22:59 +00:00
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py Remove mention of deprecated xreadlines method. 2002-08-06 17:03:25 +00:00
heapq.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py Add encoding declaration. 2002-08-04 17:22:59 +00:00
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
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
os2emxpath.py
os.py SF patch 590294: os._execvpe security fix (Zack Weinberg). 2002-08-05 16:13:24 +00:00
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
pydoc.py Add a coding cookie, because of the møøse quote. 2002-08-06 17:29:38 +00:00
Queue.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
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py
smtplib.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
sndhdr.py
socket.py Delete junk attributes left behind by _socketobject class construction. 2002-08-08 20:07:03 +00:00
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py
sre.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.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 Fix to ensure consistent 'repr' and 'str' results between Python 2002-08-09 09:46:23 +00:00
urllib2.py
urllib.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py Moved inplace add and multiply methods from UserString to MutableString. 2002-08-09 01:37:06 +00:00
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py catch the situation where Berkeley DB is used to emulate dbm(3) library 2002-08-02 17:12:15 +00:00
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py