cpython/Lib
R. David Murray bdd2d93bfe Revert r88197. I'll refix correctly once there is a test. 2011-01-26 02:31:37 +00:00
..
concurrent
ctypes
curses
dbm
distutils Bump to 3.2rc1. 2011-01-15 17:08:53 +00:00
email Revert r88197. I'll refix correctly once there is a test. 2011-01-26 02:31:37 +00:00
encodings
html
http #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! 2011-01-22 22:06:24 +00:00
idlelib #10974: IDLE no longer crashes if its recent files list includes files 2011-01-24 21:46:44 +00:00
importlib Issue 10899: Remove function type annotations from the stdlib 2011-01-13 19:08:04 +00:00
json Fix JSON docs about loads() accepting only str objects, not bytes. 2011-01-21 21:37:32 +00:00
lib2to3
logging Issue #10949: Improved robustness of rotating file handlers. 2011-01-21 23:35:57 +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 Update pydoc topics. 2011-01-15 16:44:11 +00:00
site-packages
sqlite3
test Issue #11004: Repair edge case in deque.count(). 2011-01-25 21:32:39 +00:00
tkinter
turtledemo
unittest
urllib Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() 2011-01-14 12:52:12 +00:00
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_abcoll.py Remove function annotations that slipped into _abcoll. 2011-01-12 20:37:47 +00:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Issue #10899: Move function type annotations into docstrings. 2011-01-13 18:15:51 +00:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. 2011-01-24 21:02:50 +00:00
ast.py Issue #11000 ast.parse parses source, not just expressions. 2011-01-24 21:36:03 +00:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py cgi: use isinstance(x, list) instead of type(x) == type([]) 2011-01-14 13:08:27 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Add comment. 2011-01-11 22:08:55 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). 2011-01-24 04:52:27 +00:00
heapq.py
hmac.py
imaplib.py Issue #10934: Fixed and expanded Internaldate2tuple() and 2011-01-19 19:53:30 +00:00
imghdr.py
inspect.py
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py Remove the funky function annotation from numbers.py. 2011-01-12 20:52:39 +00:00
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py Fix typo. 2011-01-23 21:33:36 +00:00
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Remove out-of-date comment 2011-01-16 09:16:27 +00:00
timeit.py
token.py
tokenize.py
trace.py
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