..
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-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315) ( #3276 )
2017-09-03 14:52:20 -07:00
ctypes
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) ( #3241 )
2017-08-30 11:40:05 +02: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-30532: Fix whitespace folding in certain cases ( #2591 )
2017-07-06 17:28:22 -04: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] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) ( #3710 )
2017-09-23 17:16:47 -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
[3.6] Fix trivial typo in json module docstring (GH-2274) ( #2430 )
2017-06-30 21:15:18 -04:00
lib2to3
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235)
2017-06-15 19:56:52 -07:00
logging
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) ( #3576 )
2017-09-14 13:10:25 -04:00
msilib
…
multiprocessing
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) ( #2027 ) ( #2881 )
2017-07-26 05:38:22 +02:00
pydoc_data
Update pydoc topics and NEWS blurbs for 3.6.3rc1
2017-09-18 23:04:41 -04:00
site-packages
…
sqlite3
…
test
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
2017-09-22 06:45:37 -07:00
tkinter
ttk: fix LabeledScale and OptionMenu destroy() method ( #3025 ) ( #3030 )
2017-08-09 10:48:11 +02:00
turtledemo
…
unittest
[3.6] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3)
2017-07-22 01:31:04 +03:00
urllib
bpo-30500: urllib: Simplify splithost by calling into urlparse. ( #1849 ) ( #2289 )
2017-06-20 15:37:24 +02:00
venv
[3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)
2017-06-10 15:39:29 -05: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
…
aifc.py
…
antigravity.py
…
argparse.py
…
ast.py
…
asynchat.py
…
asyncore.py
bpo-30980: Fix double close in asyncore.file_wrapper ( #2789 ) ( #2898 )
2017-07-27 01:27:08 +02:00
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
bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054)
2017-06-09 20:36:28 -07:00
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
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) ( #2816 )
2017-07-26 13:49:16 +02:00
decimal.py
…
difflib.py
…
dis.py
…
doctest.py
…
dummy_threading.py
…
enum.py
[3.6] bpo-30616: Functional API of enum allows to create empty enums. ( #2304 ) ( #2324 )
2017-06-24 09:12:20 -07:00
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fractions.py
…
ftplib.py
[3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command ( #1214 ) ( #2886 )
2017-07-26 14:11:25 +02:00
functools.py
…
genericpath.py
…
getopt.py
…
getpass.py
…
gettext.py
[3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) ( #2297 )
2017-06-20 18:06:35 +03:00
glob.py
…
gzip.py
…
hashlib.py
…
heapq.py
…
hmac.py
…
imaplib.py
…
imghdr.py
…
imp.py
[3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) ( #2364 )
2017-06-23 11:23:36 -07:00
inspect.py
bpo-30149: Fix partialmethod without explicit self parameter ( #1308 ) ( #1662 )
2017-06-15 17:41:57 +03:00
io.py
…
ipaddress.py
[3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) ( #2217 )
2017-06-15 17:16:38 +03:00
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
[3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). ( #2556 )
2017-07-04 07:55:32 +03:00
pathlib.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
[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
[3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) ( #2214 )
2017-06-15 16:55:22 +03:00
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
…
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
…