..
asyncio
[3.6] bpo-31250: test_asyncio: fix dangling threads ( #3517 )
2017-09-12 14:18:23 -07:00
collections
Backport docstring improvements to OrderedDict. (GH-3470)
2017-09-10 18:11:18 -07:00
concurrent
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) ( #3831 )
2017-09-29 15:07:01 -07:00
ctypes
bpo-28129: fix ctypes crashes ( #386 ) ( #3799 )
2017-09-28 07:32:11 -07:00
curses
…
dbm
…
distutils
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ( #3425 )
2017-09-07 13:58:07 -07:00
email
bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3733)
2017-10-06 22:27:36 -07:00
encodings
…
ensurepip
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
2017-09-22 06:45:37 -07:00
html
…
http
…
idlelib
[3.6] IDLE: make filetypes a tuple constant. (GH-3847) ( #3848 )
2017-10-01 19:37:19 -04:00
importlib
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). ( #3038 )
2017-08-09 14:56:13 +03:00
json
…
lib2to3
…
logging
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) ( #3576 )
2017-09-14 13:10:25 -04:00
msilib
…
multiprocessing
…
pydoc_data
Update pydoc topics and NEWS blurbs for 3.6.3rc1
2017-09-18 23:04:41 -04:00
site-packages
…
sqlite3
…
test
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
2017-10-08 01:52:07 -05:00
tkinter
[3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH-3667) ( #3719 )
2017-09-24 15:03:48 +03:00
turtledemo
…
unittest
…
urllib
…
venv
[3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) ( #3820 )
2017-09-29 05:34:43 -07:00
wsgiref
…
xml
…
xmlrpc
bpo-31247: xmlrpc.server: break reference cycle ( #3166 ) ( #3168 )
2017-08-21 18:35:04 +02:00
__future__.py
…
__phello__.foo.py
…
_bootlocale.py
…
_collections_abc.py
…
_compat_pickle.py
…
_compression.py
…
_dummy_thread.py
…
_markupbase.py
…
_osx_support.py
…
_pydecimal.py
…
_pyio.py
…
_sitebuiltins.py
…
_strptime.py
…
_threading_local.py
…
_weakrefset.py
…
abc.py
bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282)
2017-06-06 17:31:03 -07:00
aifc.py
…
antigravity.py
…
argparse.py
…
ast.py
…
asynchat.py
…
asyncore.py
…
base64.py
…
bdb.py
…
binhex.py
…
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
…
copy.py
…
copyreg.py
[3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) ( #3003 )
2017-08-05 18:01:10 +03:00
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
…
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
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717) ( #3778 )
2017-09-27 09:34:44 +03:00
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
locale.py
…
lzma.py
…
macpath.py
…
macurl2path.py
…
mailbox.py
…
mailcap.py
…
mimetypes.py
[3.6] bpo-30824: Add mimetype for .json (GH-3048) ( #3401 )
2017-09-06 20:04:14 -04:00
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
…
nturl2path.py
…
numbers.py
…
opcode.py
…
operator.py
…
optparse.py
…
os.py
…
pathlib.py
…
pdb.py
…
pickle.py
Issue #17711 : Fixed unpickling by the persistent ID with protocol 0.
2016-07-17 11:35:35 +03:00
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
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659)
2017-09-19 10:56:33 -07:00
re.py
…
reprlib.py
…
rlcompleter.py
…
runpy.py
…
sched.py
…
secrets.py
…
selectors.py
…
shelve.py
…
shlex.py
…
shutil.py
…
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
…
sndhdr.py
…
socket.py
[3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) ( #3552 )
2017-09-13 15:54:34 -07:00
socketserver.py
…
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) ( #3444 )
2017-09-07 20:23:52 -07:00
stat.py
…
statistics.py
…
string.py
…
stringprep.py
…
struct.py
…
subprocess.py
[3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) ( #3439 )
2017-09-07 16:44:58 -07:00
sunau.py
…
symbol.py
…
symtable.py
…
sysconfig.py
…
tabnanny.py
…
tarfile.py
…
telnetlib.py
…
tempfile.py
…
textwrap.py
…
this.py
…
threading.py
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH-3673) ( #3856 )
2017-10-02 17:20:01 +02:00
timeit.py
…
token.py
…
tokenize.py
…
trace.py
…
traceback.py
…
tracemalloc.py
…
tty.py
…
turtle.py
…
types.py
…
typing.py
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modules (GH-3582) ( #3583 )
2017-09-14 16:52:05 -04:00
uu.py
…
uuid.py
…
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
xdrlib.py
…
zipapp.py
…
zipfile.py
…