cpython/Lib
Georg Brandl d0b592f8e8 #2985: allow i8 in XMLRPC responses. 2008-05-29 07:45:26 +00:00
..
bsddb Better integration between Python testing and bsddb3 2008-05-27 13:26:02 +00:00
compiler Deprecate the compiler package for removal in 3.0. 2008-05-10 02:58:26 +00:00
ctypes Oops, get_tests may be called with 3 arguments. 2008-05-21 19:47:44 +00:00
curses
distutils bdist_wininst now works correctly when both --skip-build and --plat-name are specified. 2008-05-28 01:54:55 +00:00
email
encodings
hotshot
idlelib ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
json Replace more float hacks with correct math functions 2008-05-07 22:54:17 +00:00
lib-tk #2906: accept lists for options, and some cosmetic fixes in Tkinter. 2008-05-29 07:18:49 +00:00
lib2to3 Merged revisions 63634-63643 via svnmerge from 2008-05-25 17:19:22 +00:00
logging ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +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 WAIT for removal in 3.0. 2008-05-15 04:17:35 +00:00
plat-irix6 Deprecate WAIT for removal in 3.0. 2008-05-15 04:17:35 +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 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. 2008-05-16 00:10:24 +00:00
plat-unixware7
site-packages
sqlite3 Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +00:00
test UserString.MutableString has been removed in Python 3.0. 2008-05-29 05:08:50 +00:00
wsgiref
xml Issue #1390: Raise ValueError in toxml when an invalid comment would 2008-05-23 15:18:28 +00:00
BaseHTTPServer.py socketserver renaming reversal part 3: move the module into the right 2008-05-24 18:31:28 +00:00
Bastion.py Deprecate Bastion and rexec for 3.0. 2008-05-10 02:27:04 +00:00
CGIHTTPServer.py
ConfigParser.py ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
Cookie.py
DocXMLRPCServer.py
HTMLParser.py revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
MimeWriter.py
Queue.py Queue renaming reversal part 3: move module into place and 2008-05-25 07:20:14 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py socketserver renaming reversal part 3: move the module into the right 2008-05-24 18:31:28 +00:00
SocketServer.py socketserver renaming reversal part 3: move the module into the right 2008-05-24 18:31:28 +00:00
StringIO.py
UserDict.py
UserList.py
UserString.py UserString.MutableString has been removed in Python 3.0. 2008-05-29 05:08:50 +00:00
_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
_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 Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +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 take Brett's advice on a few warnings 2008-05-26 20:41:45 +00:00
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 Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
copy_reg.py Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +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 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 #2959: allow multiple close() calls for GzipFile. 2008-05-25 08:07:37 +00:00
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
htmllib.py revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
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
opcode.py
optparse.py
os.py Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
os2emxpath.py
pdb.doc Add some sentence endings. 2008-05-11 14:17:13 +00:00
pdb.py Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
pickle.py Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
pickletools.py Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
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 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for 2008-05-18 20:54:47 +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 Fix-up docstring 2008-05-17 04:13:36 +00:00
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 Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
quopri.py
random.py
re.py Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
repr.py Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
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 #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
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 remove some __getslice__ 2008-05-27 01:18:39 +00:00
ssl.py
stat.py
statvfs.py Deprecated statvfs for removal in 3.0. 2008-05-16 00:50:02 +00:00
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 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until 2008-05-26 20:22:14 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Do not close external file objects passed to tarfile.open(mode='w:bz2') 2008-05-27 12:39:23 +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: ctypes annotation in implementation of getproxies_macosx_sysconf 2008-05-18 20:09:54 +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 #2985: allow i8 in XMLRPC responses. 2008-05-29 07:45:26 +00:00
zipfile.py Patch #1775025: allow opening zipfile members via ZipInfo instances. 2008-05-20 08:25:48 +00:00