cpython/Lib
2015-03-24 19:46:54 +02:00
..
asyncio Issue #23456: Add missing @coroutine decorators in asyncio 2015-03-18 11:37:42 +01:00
collections
concurrent
ctypes
curses
dbm
distutils
email
encodings
ensurepip
html
http #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. 2015-03-22 15:18:23 -04:00
idlelib Issue #23583: Added tests for standard IO streams in IDLE. 2015-03-24 19:46:54 +02:00
importlib
json
lib2to3
logging Issue #23207: Improved kwarg validation. 2015-03-18 08:47:58 +00:00
msilib
multiprocessing Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:25:26 +02:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test Issue #21560: An attempt to write a data of wrong type no longer cause 2015-03-23 15:25:43 +02:00
tkinter
turtledemo
unittest Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. 2015-03-18 23:56:46 +01:00
urllib
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py wrap properly 2015-03-18 21:35:38 -05:00
_sitebuiltins.py
_strptime.py Issue #23136: _strptime now uniformly handles all days in week 0, including 2015-03-19 19:13:37 +02:00
_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
enum.py issue23673 2015-03-18 18:19:30 -07:00
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 Issue #21560: An attempt to write a data of wrong type no longer cause 2015-03-23 15:25:43 +02:00
hashlib.py
heapq.py
hmac.py
imaplib.py #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. 2015-03-22 16:17:46 -04:00
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py Issue #11726: Fix linecache example in the doc 2015-03-18 14:16:50 +01:00
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py Issue #22351: The nntplib.NNTP constructor no longer leaves the connection 2015-03-21 09:40:26 +02:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py Issue #23681: Fixed Python 2 to 3 poring bugs. 2015-03-20 16:46:19 +02:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py Issue #23681: Fixed Python 2 to 3 poring bugs. 2015-03-20 16:46:19 +02:00
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py issue23673 2015-03-18 18:19:30 -07:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py Issue #23681: Fixed Python 2 to 3 poring bugs. 2015-03-20 16:46:19 +02:00
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py #23700: fix/improve comment 2015-03-22 12:33:46 -04:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py