cpython/Lib
2013-02-10 14:31:07 +02:00
..
collections
concurrent
ctypes Fix test_from_dll* in test_returnfuncptrs.py. 2013-02-07 14:59:25 +02:00
curses
dbm
distutils Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:28:23 -08:00
email Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. 2013-02-09 13:10:54 -05:00
encodings
html
http Issue #16723: httplib.HTTPResponse no longer marked closed when the connection 2013-02-06 10:35:40 +02:00
idlelib Issue #17114: IDLE now uses non-strict config parser. 2013-02-07 15:25:09 +02:00
importlib Issue #17098: Be more stringent of setting __loader__ on early imported 2013-02-01 15:31:49 -05:00
json
lib2to3
logging
msilib
multiprocessing
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00
test Issue #1470548: XMLGenerator now works with binary output streams. 2013-02-10 14:31:07 +02:00
tkinter
turtledemo
unittest Merge 2013-01-29 23:14:59 +00:00
urllib
venv
wsgiref
xml Issue #1470548: XMLGenerator now works with binary output streams. 2013-02-10 14:31:07 +02:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:28:23 -08:00
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.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
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py Issue #17071: Signature.bind() now works when one of the keyword arguments is named `self`. 2013-01-29 21:20:57 +01:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
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 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. 2013-02-10 12:23:10 +02:00
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
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py #17076: Make copying of xattrs more permissive of missing FS support 2013-02-05 08:22:44 +01:00
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 Issue #16903: Popen.communicate() on Unix now accepts strings when 2013-02-04 16:47:39 +02:00
sunau.py
symbol.py update symbol.py for yield from grammar changes (closes #17132) 2013-02-05 10:12:14 -05:00
symtable.py
sysconfig.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:28:23 -08:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Issue #17169: Restore errno in tempfile exceptions. 2013-02-09 22:25:49 +02:00
textwrap.py
this.py
threading.py
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
xdrlib.py
zipfile.py Refactor recently added bugfix into more testable code by using a 2013-02-03 00:36:32 -08:00