cpython/Lib
Georg Brandl 1b4758d276 #2767: don't clear globs in run() call, since they could be needed in tearDown,
which clears them at the end.
2008-05-12 17:04:10 +00:00
..
bsddb
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 Try setting HOME env.var to fix test on Win32 2008-05-11 20:08:33 +00:00
email
encodings
hotshot
idlelib Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
json Replace more float hacks with correct math functions 2008-05-07 22:54:17 +00:00
lib-old Renamed SocketServer to 'socketserver'. 2008-05-12 01:37:10 +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 all import statements to use the new socketserver module name. 2008-05-12 02:11: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
plat-irix6
plat-linux2
plat-mac Revert commit r63086. 2008-05-11 23:12:38 +00:00
plat-netbsd1
plat-next3
plat-os2emx
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 #1713041: fix pprint's handling of maximum depth. 2008-05-12 16:26:52 +00:00
wsgiref
xml
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
ConfigParser.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
__phello__.foo.py
_abcoll.py
_strptime.py
_threading_local.py
abc.py
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
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
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
copy_reg.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
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
functools.py
genericpath.py
getopt.py
getpass.py Major improvements: 2008-04-22 08:08:41 +00:00
gettext.py
glob.py
gzip.py
hashlib.py
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
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
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
platform.py Fix for issue 1770190: platform.mac_ver() now returns the right 2008-05-08 10:34:39 +00:00
plistlib.py
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
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
site.py Docstring typo 2008-05-10 17:36:24 +00:00
smtpd.py
smtplib.py
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
sre_constants.py
sre_parse.py
ssl.py
stat.py
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
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
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
trace.py
traceback.py
tty.py
types.py
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