cpython/Lib
Brett Cannon 82bd94e651 Deprecate GET from IRIX for removal in 3.0. 2008-05-15 03:27:12 +00:00
..
bsddb Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
compiler Deprecate the compiler package for removal in 3.0. 2008-05-10 02:58:26 +00:00
ctypes Add from_buffer and from_buffer_copy class methods to ctypes types. 2008-04-25 15:44:16 +00:00
curses
distutils Revert distutils changes done in r63248. 2008-05-15 00:33:57 +00:00
email
encodings
hotshot Added warning for the removal of 'hotshot' in Py3k. 2008-03-22 04:08:44 +00:00
idlelib Updated import statements to use the new `configparser` module name. 2008-05-14 22:44:22 +00:00
json Replace more float hacks with correct math functions 2008-05-07 22:54:17 +00:00
lib-old Renamed the ConfigParser module to 'configparser'. 2008-05-14 22:07:07 +00:00
lib-tk #2535: remove duplicated method. 2008-05-11 21:34:10 +00:00
lib2to3 Merged revisions 62263-62646 via svnmerge from 2008-05-02 21:30:20 +00:00
logging Updated import statements to use the new `configparser` module name. 2008-05-14 22:44:22 +00:00
msilib
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-irix5 Deprecate GET from IRIX for removal in 3.0. 2008-05-15 03:27:12 +00:00
plat-irix6 Deprecate GET from IRIX for removal in 3.0. 2008-05-15 03:27:12 +00:00
plat-linux2
plat-mac Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
plat-netbsd1
plat-next3
plat-os2emx #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3 Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +00:00
test Deprecate GET from IRIX for removal in 3.0. 2008-05-15 03:27:12 +00:00
wsgiref
xml #2503 make singletons compared with "is" not == or != 2008-03-29 15:24:25 +00:00
BaseHTTPServer.py Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
Bastion.py Deprecate Bastion and rexec for 3.0. 2008-05-10 02:27:04 +00:00
CGIHTTPServer.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py Patch #2477: Added from __future__ import unicode_literals 2008-03-26 22:01:37 +00:00
__phello__.foo.py
_abcoll.py
_strptime.py add %f format to datetime - issue 1158 2008-03-15 16:04:45 +00:00
_threading_local.py
abc.py Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising 2008-03-17 16:31:21 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py Deprecate the audiodev module for 3.0. 2008-05-06 23:23:34 +00:00
base64.py
bdb.py Add the "until" command to pdb 2008-05-11 14:13:25 +00:00
binhex.py
bisect.py
cProfile.py
calendar.py Remove some from __future__ import with_statements 2008-04-30 21:25:55 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from 2008-03-26 12:49:49 +00:00
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
configparser.py Renamed the ConfigParser module to 'configparser'. 2008-05-14 22:07:07 +00:00
contextlib.py #1748: use functools.wraps instead of rolling own metadata update. 2008-04-30 21:08:42 +00:00
cookielib.py
copy.py Added module stub for copy_reg renaming in 3.0. 2008-05-11 08:25:28 +00:00
copyreg.py Added module stub for copy_reg renaming in 3.0. 2008-05-11 08:25:28 +00:00
csv.py Issue #2432: give DictReader the dialect and line_num attributes 2008-03-21 20:01:51 +00:00
dbhash.py
decimal.py Make sure that Context traps and flags dictionaries have values 0 and 1 2008-05-04 02:25:46 +00:00
difflib.py
dircache.py Deprecate the dircache module for 3.0. 2008-05-10 21:12:57 +00:00
dis.py
doctest.py #2767: don't clear globs in run() call, since they could be needed in tearDown, 2008-05-12 17:04:10 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py Deprecate the fpformat module for removal in 3.0. 2008-05-10 22:11:45 +00:00
fractions.py The __all__ variable forgot to expose the gcd() function. 2008-05-08 04:36:12 +00:00
ftplib.py socket.error inherits from IOError, it no longer needs listing in 2008-04-12 22:24:04 +00:00
functools.py
genericpath.py
getopt.py
getpass.py Major improvements: 2008-04-22 08:08:41 +00:00
gettext.py
glob.py
gzip.py prevent a warning from the struct module when data size >= 2**32. 2008-03-23 23:45:12 +00:00
hashlib.py Mention that crc32 and adler32 are available in a different module (zlib). 2008-03-19 01:38:35 +00:00
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py Deprecate ihooks for removal in 3.0. 2008-05-10 22:45:07 +00:00
imaplib.py
imghdr.py
imputil.py Deprecate the imputil module for removal in 3.0. 2008-05-08 18:15:14 +00:00
inspect.py Prevent an error when inspect.isabstract() is called with something else than a new-style class. 2008-04-08 21:51:57 +00:00
io.py Cleaned up io._BytesIO.write(). 2008-05-10 19:59:16 +00:00
keyword.py
linecache.py
locale.py
macpath.py Add Py3k warnings to os.path.walk 2008-05-09 00:27:01 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py Deprecated the mhlib module for removal in 3.0. 2008-05-11 03:01:47 +00:00
mimetools.py
mimetypes.py
mimify.py
modulefinder.py
multifile.py Deprecate the multifile module as per PEP 4. 2008-05-12 03:19:20 +00:00
mutex.py The mutex module has been deprecated for removal in 3.0. 2008-05-08 19:26:08 +00:00
netrc.py
new.py Deprecate the new module for removal in 3.0. 2008-05-09 05:18:40 +00:00
nntplib.py
ntpath.py Add Py3k warnings to os.path.walk 2008-05-09 00:27:01 +00:00
nturl2path.py
numbers.py Zap one more use of Exact/Inexact. 2008-03-15 20:37:50 +00:00
opcode.py
optparse.py
os.py Remove references to platform 'mac' 2008-05-12 11:24:33 +00:00
os2emxpath.py
pdb.doc Add some sentence endings. 2008-05-11 14:17:13 +00:00
pdb.py Add the "until" command to pdb 2008-05-11 14:13:25 +00:00
pickle.py Added module stub for copy_reg renaming in 3.0. 2008-05-11 08:25:28 +00:00
pickletools.py
pipes.py
pkgutil.py Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) 2008-04-15 10:25:31 +00:00
platform.py Fix for issue 1770190: platform.mac_ver() now returns the right 2008-05-08 10:34:39 +00:00
plistlib.py Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
popen2.py
poplib.py
posixfile.py
posixpath.py Add Py3k warnings to os.path.walk 2008-05-09 00:27:01 +00:00
pprint.py #1713041: fix pprint's handling of maximum depth. 2008-05-12 16:26:52 +00:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py Minor cleanups: 2008-04-28 02:57:23 +00:00
pydoc.py
queue.py Added stub for the Queue module to be renamed in 3.0. 2008-05-11 19:39:48 +00:00
quopri.py
random.py Adopt Nick's suggestion for useful default arguments. 2008-03-23 19:37:53 +00:00
re.py Added module stub for copy_reg renaming in 3.0. 2008-05-11 08:25:28 +00:00
repr.py
rexec.py Deprecate Bastion and rexec for 3.0. 2008-05-10 02:27:04 +00:00
rfc822.py
rlcompleter.py - #2250: Exceptions raised during evaluation of names in rlcompleter's 2008-05-11 21:03:42 +00:00
robotparser.py Get rid of _test(), _main(), _debug() and _check(). Tests are no longer 2008-04-28 03:27:53 +00:00
runpy.py
sched.py #2803: fix wrong invocation of heappush in seldom-reached code. 2008-05-11 15:20:16 +00:00
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Issue 1577: shutil.move() where destination is a directory was doing a 2008-03-18 17:24:12 +00:00
site.py Docstring typo 2008-05-10 17:36:24 +00:00
smtpd.py
smtplib.py #2248: return result of QUIT from quit(). 2008-03-27 13:27:31 +00:00
sndhdr.py
socket.py Fix a bug introduced in r62627. see issue2760 and issue2632. 2008-05-05 21:53:45 +00:00
socketserver.py Renamed SocketServer to 'socketserver'. 2008-05-12 01:37:10 +00:00
sre.py
sre_compile.py Issue2564: Prevent a hang in "import test.autotest", which runs the entire test 2008-04-08 21:27:42 +00:00
sre_constants.py
sre_parse.py
ssl.py
stat.py #2383: remove obsolete XXX comment in stat.py. 2008-03-20 07:25:55 +00:00
statvfs.py
string.py
stringold.py Deprecate stringold for removal in 3.0. 2008-05-08 19:52:45 +00:00
stringprep.py
struct.py
subprocess.py Added kill, terminate and send_signal to subprocess.Popen 2008-04-19 02:23:57 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more 2008-03-25 06:12:45 +00:00
telnetlib.py
tempfile.py Remove references to platform 'mac' 2008-05-12 11:24:33 +00:00
textwrap.py #2659: add ``break_on_hyphens`` to TextWrapper. 2008-05-11 10:42:28 +00:00
this.py
threading.py #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace 2008-04-03 23:07:55 +00:00
timeit.py
toaiff.py Deprecate the toaiff module for removal in 3.0. 2008-05-09 05:32:42 +00:00
token.py
tokenize.py Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: 2008-03-27 23:23:54 +00:00
trace.py
traceback.py
tty.py
types.py Issue 2408: remove the _types module 2008-04-08 22:07:05 +00:00
unittest.py #2787: Flush stdout after writing test name, helpful when running 2008-05-11 15:17:41 +00:00
urllib.py MacOSX: remove dependency on Carbon package for urllib 2008-05-12 11:31:05 +00:00
urllib2.py #2695: Do case-insensitive check for algorithms. 2008-05-04 21:40:44 +00:00
urlparse.py
user.py Deprecate the user module for removal in 3.0. 2008-05-08 20:36:09 +00:00
uu.py
uuid.py
warnings.py Practice EAFP, and revert 62787 2008-05-07 23:11:54 +00:00
wave.py
weakref.py Fixed URL of PEP 205 in weakref's module docstring. 2008-04-27 00:52:24 +00:00
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py resolve issue 2014 2008-04-18 20:35:46 +00:00
zipfile.py Issue #1734346: Support Unicode file names for zipfiles. 2008-05-05 17:16:58 +00:00