cpython/Lib
Serhiy Storchaka 9305d83425 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and byte-like objects are accepted.
2016-06-18 13:53:36 +03:00
..
asyncio Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. 2016-06-11 12:00:07 -04:00
collections Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 04:13:35 +00:00
concurrent
ctypes Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. 2016-06-18 09:58:24 +03:00
curses
dbm
distutils Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters 2016-06-17 09:32:38 -07:00
email Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 04:13:35 +00:00
encodings
ensurepip
html
http Issue #25738: Don’t send message body for 205 Reset Content 2016-06-08 08:29:13 +00:00
idlelib Issue #27245: IDLE: Cleanly delete custom themes and key bindings. 2016-06-14 00:53:25 -04:00
importlib Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling 2016-06-12 09:22:01 +03:00
json
lib2to3 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 2016-06-12 06:07:35 +00:00
logging Fixed #27251: corrected string/bytes handling in credentials. 2016-06-07 21:19:55 +01:00
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-sunos5
plat-unixware7
pydoc_data Regenerated pydoc topics for 3.5.2rc1. 2016-06-11 20:40:26 -07:00
site-packages
sqlite3 Mark tests as skipped when a SQLite version is not supported 2016-06-14 14:19:02 +03:00
test Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as 2016-06-18 13:53:36 +03:00
tkinter Issue #26386: Fixed ttk.TreeView selection operations with item id's 2016-06-14 12:33:31 +03:00
turtledemo Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. 2016-05-29 01:40:30 -04:00
unittest Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
urllib
venv
wsgiref Issue #24291: Avoid WSGIRequestHandler doing partial writes 2016-06-05 06:28:55 +00:00
xml Clarify deprecation of ElementTree.XMLParser(html=...) parameter 2016-06-04 07:12:51 +00:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py Issue #27243: Fix __aiter__ protocol 2016-06-09 15:08:31 -04:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
_pydecimal.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
_pyio.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py Issue #22032: __qualname__ instead of __name__ is now always used to format 2014-07-22 15:00:37 +03:00
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:29:28 +03:00
bisect.py
bz2.py
cProfile.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 Issue #27123: When an exception is raised within the context being 2016-06-14 09:19:20 -07:00
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Removed redundant call of update_wrapper(). 2015-10-24 09:51:53 +03:00
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
io.py
ipaddress.py Issue #21386: Implement missing IPv4Address.is_global property 2016-06-11 22:11:47 +03:00
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
operator.py
optparse.py
os.py Issue #25911: Backport os._DummyDirEntry fixes 2016-03-29 13:38:22 +02:00
pathlib.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
pdb.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages 2016-06-11 18:02:46 -07:00
platform.py Issue #21313: Tolerate truncated buildinfo in sys.version 2016-06-08 06:12:22 +00:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules. 2013-02-25 11:36:40 +01:00
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi 2016-06-12 04:24:06 +00:00
queue.py
quopri.py
random.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
smtpd.py
smtplib.py merge 3.4 2016-06-11 13:18:56 -07:00
sndhdr.py #18615: Make sndhdr return namedtuples. 2014-10-09 16:59:30 -04:00
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 2016-05-26 12:18:12 -07:00
stat.py
statistics.py
string.py Issue #26809: Add __all__ to string module. Patch by Emanuel Barry 2016-06-04 14:35:05 -05:00
stringprep.py
struct.py
subprocess.py Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores 2016-06-04 00:22:17 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #27194: superfluous truncate calls in tarfile.py slow down extraction 2016-06-11 16:42:36 -07:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py Issue #27238: Got rid of bare excepts in the turtle module. Original patch 2016-06-14 22:52:04 +03:00
types.py
typing.py Sync typing.py with upstream. 2016-06-08 11:19:11 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py