cpython/Lib
Vinay Sajip ae7d7fa0fe Reverted changes which were inadvertently committed. 2010-09-20 10:29:54 +00:00
..
concurrent Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00
ctypes Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output 2010-09-15 13:06:09 +00:00
curses
dbm
distutils Reverted changes which were inadvertently committed. 2010-09-20 10:29:54 +00:00
email
encodings
html
http
idlelib
importlib
json
lib2to3
logging logging: added hasHandlers() to LoggerAdapter. 2010-09-20 10:13:13 +00:00
msilib
multiprocessing
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test logging: Add hasHandlers() method to Logger. 2010-09-20 09:55:00 +00:00
tkinter #1730136: Fix comparison between a tk Font object and an object of a different type. 2010-09-17 23:27:09 +00:00
unittest Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest 2010-09-06 19:25:46 +00:00
urllib
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Issue #9854: The default read() implementation in io.RawIOBase now 2010-09-14 18:37:24 +00:00
_strptime.py
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 2010-09-07 22:06:17 +00:00
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py rename DISCONNECTED global constant in _DISCONNECTED 2010-09-15 21:59:04 +00:00
base64.py
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py Add docstring to cmd.Cmd.do_help() 2010-09-09 03:53:22 +00:00
code.py
codecs.py
codeop.py
collections.py Issue 9865: add __sizeof__ to OrderedDict. 2010-09-16 19:10:17 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py As per python-dev discussion with Eli, properly document and publish dis.show_code 2010-09-10 14:08:04 +00:00
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Improve comment 2010-09-16 00:31:21 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py
io.py
keyword.py
linecache.py
locale.py
macpath.py Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X 2010-09-13 19:41:36 +00:00
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py Fix some errors that #7566 introduced on non-Windows platforms due to 2010-09-06 19:46:17 +00:00
nturl2path.py
numbers.py
opcode.py #4617: Previously it was illegal to delete a name from the local 2010-09-10 21:39:53 +00:00
optparse.py
os.py Issue #8603: Environ.data is now protected -> Environ._data 2010-09-10 22:18:16 +00:00
os2emxpath.py
pdb.py
pickle.py Issue #9410: Various optimizations to the pickle module, leading to 2010-09-09 18:33:21 +00:00
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath 2010-09-17 23:34:26 +00:00
pprint.py Have pprint() respect the order in an OrderedDict. 2010-09-09 12:31:00 +00:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py Improve variable name (don't shadow a builtin). 2010-09-08 19:27:59 +00:00
re.py
reprlib.py Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. 2010-09-13 21:36:00 +00:00
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py Issue #9854: SocketIO objects now observe the RawIOBase interface in 2010-09-18 22:59:00 +00:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #9853: Fix the signature of SSLSocket.recvfrom() and 2010-09-14 14:43:44 +00:00
stat.py
string.py Issue #1686: Fix string.Template when overriding the pattern attribute. 2010-09-18 23:34:07 +00:00
stringprep.py
struct.py
subprocess.py Adjust #8956 to add the bad signal number to the exception message. 2010-09-07 13:24:38 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py Reverted changes which were inadvertently committed. 2010-09-20 10:29:54 +00:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py A little bit more readable repr method. 2010-09-09 08:29:05 +00:00
trace.py Issue #9315: Fix for the trace module to record correct class name 2010-09-13 18:14:34 +00:00
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Issue #9837: The read() method of ZipExtFile objects (as returned by 2010-09-12 14:51:20 +00:00