cpython/Lib
2007-11-29 18:48:53 +00:00
..
bsddb
ctypes Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
curses
distutils
email
encodings
idlelib Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
lib-tk Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
logging
msilib long integer -> integer. 2007-11-29 18:48:53 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Merged revisions 59202-59211 via svnmerge from 2007-11-28 10:04:30 +00:00
wsgiref
xml Removed the new module 2007-11-28 08:28:28 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Removed more types from the types module 2007-11-29 16:21:13 +00:00
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
base64.py
BaseHTTPServer.py
bdb.py
binhex.py
bisect.py
build_class.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy.py
copy_reg.py
cProfile.py
csv.py
dbhash.py
decimal.py Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
difflib.py
dircache.py
dis.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
doctest.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
DocXMLRPCServer.py Patch from Georg Brandl and me for #1493 2007-11-25 09:39:14 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
modulefinder.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
os2emxpath.py
pdb.doc
pdb.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
Queue.py
quopri.py
random.py
re.py
repr.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Convert the socket module to insist on bytes for input, and to return bytes 2007-11-21 22:09:45 +00:00
site.py
smtpd.py
smtplib.py Convert the socket module to insist on bytes for input, and to return bytes 2007-11-21 22:09:45 +00:00
sndhdr.py
socket.py
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
traceback.py
tty.py
types.py Removed more types from the types module 2007-11-29 16:21:13 +00:00
unittest.py Minor cleanup 2007-11-26 10:14:51 +00:00
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py
zipfile.py