cpython/Lib
2005-10-07 08:35:36 +00:00
..
bsddb
compiler
curses
distutils Whitespace normalization (via reindent.py). 2005-08-26 15:20:46 +00:00
email
encodings No need to import exceptions, they are builtins 2005-09-01 00:45:28 +00:00
hotshot
idlelib Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. 2005-10-03 20:08:25 +00:00
lib-old
lib-tk
logging Fixed bug where the logging message was wrongly being demoted from Unicode to string (SF #1314107) 2005-10-07 08:35:36 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
test Part of SF patch #1313939: Speedup charmap decoding by extending 2005-10-06 20:29:57 +00:00
xml bug [ 1262320 ] minidom.py alternate newl support is broken 2005-08-25 22:02:43 +00:00
__future__.py
__phello__.foo.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py Clear out the regex cache when the TimeRE cache is invalidated by a locale 2005-09-15 02:34:56 +00:00
_threading_local.py
aifc.py
anydbm.py
asynchat.py
asyncore.py No need to import exceptions, they are builtins 2005-09-01 00:45:28 +00:00
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py Reverted revision 1.83, which introduced a bug and subtle incompatibility 2005-09-19 09:11:04 +00:00
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Patch #1268314: Cache lines in StreamReader.readlines for performance. 2005-09-18 08:34:39 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py Correct test suite for #848017. 2005-08-25 07:32:42 +00:00
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation 2005-08-22 19:35:18 +00:00
difflib.py
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.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
hashlib.py Whitespace normalization (via reindent.py). 2005-08-26 15:20:46 +00:00
heapq.py
hmac.py [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
htmlentitydefs.py
htmllib.py
HTMLParser.py Reverting previous checkin. This breaks too much of HTMLParser to be applied 2005-09-01 06:25:34 +00:00
httplib.py bug [ 1296004 ] MemoryError in httplib 2005-09-29 20:16:07 +00:00
ihooks.py
imaplib.py updated __version__ 2005-08-31 10:50:03 +00:00
imghdr.py
imputil.py
inspect.py some more fixes and tests for inspect.getsource(), triggered by crashes 2005-09-25 11:45:45 +00:00
keyword.py
linecache.py
locale.py - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE 2005-09-20 07:02:49 +00:00
macpath.py Bug #1266283: lexists() is not exported from os.path 2005-08-22 18:02:59 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py add note about "markupbase" not being intended for direct use 2005-08-23 04:06:46 +00:00
md5.py [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Bug #1266283: lexists() is not exported from os.path 2005-08-22 18:02:59 +00:00
nturl2path.py
opcode.py
optparse.py
os.py
os2emxpath.py Bug #1266283: lexists() is not exported from os.path 2005-08-22 18:02:59 +00:00
pdb.doc
pdb.py bug [ 1192315 ] 'clear -1' in pdb 2005-08-24 07:36:17 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
popen2.py
poplib.py
posixfile.py
posixpath.py Bug #1266283: lexists() is not exported from os.path 2005-08-22 18:02:59 +00:00
pprint.py
profile.py test and fix for buggy handling of exceptions raised by C functions, 2005-09-20 18:50:13 +00:00
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py bug [ 729103 ] Cannot retrieve name of super object 2005-10-01 16:32:31 +00:00
Queue.py
quopri.py
random.py Whitespace normalization (via reindent.py). 2005-08-26 15:20:46 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py
sgmllib.py
sha.py [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
shelve.py
shlex.py
shutil.py No need to import exceptions, they are builtins 2005-09-01 00:45:28 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre.py Speed-up escape() 2005-09-12 22:50:37 +00:00
sre_compile.py
sre_constants.py
sre_parse.py Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than 2005-09-14 08:54:39 +00:00
stat.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py
subprocess.py Changed license header: Now simply referring to PSF. This closes bug 2005-09-23 17:37:29 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Minor cleanup. 2005-09-11 16:34:05 +00:00
telnetlib.py Quote docstring with r"" to keep '\r\n' in example code. 2005-09-07 07:40:05 +00:00
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
unittest.py
urllib.py Corrected version of 1.170 2005-09-10 18:17:54 +00:00
urllib2.py Whitespace normalization (via reindent.py). 2005-08-26 15:20:46 +00:00
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py Fix pychecker warnings 2005-10-04 03:17:49 +00:00
whichdb.py
xdrlib.py patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding 2005-09-29 20:49:16 +00:00
xmllib.py
xmlrpclib.py
zipfile.py