..
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
The _winreg module returns bytes which must be decoded to unicode, not encoded.
2007-11-17 11:46:54 +00:00
email
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
encodings
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
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
Merged revisions 58930-58938 via svnmerge from
2007-11-12 01:32:03 +00:00
msilib
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-mac
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
test
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
wsgiref
xml
Patch from Georg Brandl and me for #1493
2007-11-25 09:39:14 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
Add ABC ByteString which unifies bytes and bytearray (but not memoryview).
2007-11-21 22:26:24 +00:00
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
base64.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
BaseHTTPServer.py
bdb.py
binhex.py
bisect.py
build_class.py
calendar.py
Merged revisions 58939-58946 via svnmerge from
2007-11-12 15:01:33 +00:00
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
Oops, forgot to test this after the merge.
2007-11-16 00:48:13 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
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
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
DocXMLRPCServer.py
Patch from Georg Brandl and me for #1493
2007-11-25 09:39:14 +00:00
dumbdbm.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
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
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
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
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
modulefinder.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
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
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
pickletools.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
pipes.py
pkgutil.py
platform.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests.
2007-11-08 16:34:32 +00:00
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
This is roughly socket2.diff from issue 1378, with a few changes applied
2007-11-16 01:24:05 +00:00
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
ssl.py
Disable dup() of SSLSocket. I don't think it can be made to work.
2007-11-16 01:28:45 +00:00
stat.py
statvfs.py
string.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
stringprep.py
struct.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
subprocess.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
telnetlib.py
tempfile.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
Patch 1420 by Ron Adam.
2007-11-12 17:40:10 +00:00
trace.py
Merged revisions 59107-59186 via svnmerge from
2007-11-26 23:23:18 +00:00
traceback.py
tty.py
types.py
Patch from Georg Brandl and me for #1493
2007-11-25 09:39:14 +00:00
unittest.py
Minor cleanup
2007-11-26 10:14:51 +00:00
urllib.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
urllib2.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
uuid.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
zipfile.py
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00