cpython/Lib
Raymond Hettinger e98839a1f4 Issue3065: Fixed pickling of named tuples. Added tests. 2008-06-09 01:28:30 +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 Issue #1798: Add ctypes calling convention that allows safe access of errno. 2008-06-06 08:33:46 +00:00
curses
distutils MacOS X: Enable 4-way universal builds 2008-06-05 12:58:24 +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 Patch #1513695: New turtle module, with demos. 2008-06-04 06:29:55 +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
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 Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance. 2008-05-31 21:33:27 +00:00
test Issue3065: Fixed pickling of named tuples. Added tests. 2008-06-09 01:28:30 +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 Register IterableUserDict as a MutableMapping. 2008-06-07 16:16:12 +00:00
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
__phello__.foo.py
_abcoll.py #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. 2008-06-07 17:03:28 +00:00
_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
codeop.py
collections.py Issue3065: Fixed pickling of named tuples. Added tests. 2008-06-09 01:28:30 +00:00
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 Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
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 Implement heapq in terms of less-than (to match list.sort()). 2008-05-31 03:24:31 +00:00
hmac.py
htmlentitydefs.py revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
htmllib.py Deprecate htmllib and sgmllib for 3.0. 2008-06-01 21:19:14 +00:00
httplib.py Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
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 Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() 2008-06-07 15:59:10 +00:00
io.py Cleaned up io._BytesIO.write(). 2008-05-10 19:59:16 +00:00
keyword.py
linecache.py
locale.py Update the locale module alias table. 2008-05-30 20:52:18 +00:00
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
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 Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +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 Generate pydoc's topic help from the reST docs via Sphinx' 2008-06-01 20:33:55 +00:00
pydoc_topics.py Generate pydoc's topic help from the reST docs via Sphinx' 2008-06-01 20:33:55 +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 Deprecate htmllib and sgmllib for 3.0. 2008-06-01 21:19:14 +00:00
sha.py
shelve.py
shlex.py
shutil.py
site.py Docstring typo 2008-05-10 17:36:24 +00:00
smtpd.py
smtplib.py Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
sndhdr.py
socket.py Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
sre.py
sre_compile.py
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 Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
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 Adds a Thread.getIdent() method to provide the _get_ident() value for 2008-06-01 23:48:47 +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 revert 63965 for preformance reasons 2008-06-05 23:02:33 +00:00
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 Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
urllib2.py Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +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
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