.. |
asyncio
|
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103)
|
2019-06-15 14:56:27 +03:00 |
collections
|
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
|
2019-07-22 14:14:07 -04:00 |
concurrent
|
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
|
2019-06-15 05:11:15 -07:00 |
ctypes
|
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081)
|
2019-06-14 09:30:27 -07:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
|
2019-07-01 05:42:08 -07:00 |
email
|
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044)
|
2019-08-11 14:05:37 -07:00 |
encodings
|
…
|
|
ensurepip
|
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
|
2019-07-26 10:19:15 -07:00 |
html
|
…
|
|
http
|
Correct description of HTTP status code 308. (GH-15097)
|
2019-08-03 11:40:09 -07:00 |
idlelib
|
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
|
2019-08-04 17:09:36 -07:00 |
importlib
|
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
|
2019-07-22 14:14:07 -04:00 |
json
|
…
|
|
lib2to3
|
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
|
2019-07-24 16:57:39 -07:00 |
logging
|
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
|
2019-06-01 02:36:29 -07:00 |
msilib
|
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688)
|
2019-05-31 10:22:14 -07:00 |
multiprocessing
|
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
|
2019-07-04 03:45:58 -07:00 |
pydoc_data
|
3.7.4rc1
|
2019-06-18 17:02:54 -04:00 |
site-packages
|
…
|
|
sqlite3
|
…
|
|
test
|
[3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280)
|
2019-08-14 16:30:54 +02:00 |
tkinter
|
…
|
|
turtledemo
|
…
|
|
unittest
|
bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) (GH-14903)
|
2019-07-22 09:04:07 +01:00 |
urllib
|
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791)
|
2019-06-16 00:10:06 -07:00 |
venv
|
bpo-37369: Fix venv and test symlinking (GH-14456)
|
2019-06-28 11:41:55 -07:00 |
wsgiref
|
…
|
|
xml
|
…
|
|
xmlrpc
|
…
|
|
__future__.py
|
…
|
|
__phello__.foo.py
|
…
|
|
_bootlocale.py
|
…
|
|
_collections_abc.py
|
…
|
|
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_dummy_thread.py
|
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
|
2019-06-17 01:28:43 -07:00 |
_markupbase.py
|
…
|
|
_osx_support.py
|
…
|
|
_py_abc.py
|
…
|
|
_pydecimal.py
|
…
|
|
_pyio.py
|
bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601)
|
2019-05-27 17:05:49 -07:00 |
_sitebuiltins.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
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
…
|
|
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
|
2019-05-31 23:03:22 +03:00 |
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
…
|
|
contextlib.py
|
…
|
|
contextvars.py
|
…
|
|
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
dataclasses.py
|
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
|
2019-07-22 14:14:07 -04:00 |
datetime.py
|
[3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104)
|
2019-08-04 15:28:21 +03:00 |
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753)
|
2019-06-02 23:36:34 +02:00 |
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
[3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH-12637) (GH-12645)
|
2019-04-01 10:59:24 +03:00 |
genericpath.py
|
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
|
2019-08-02 16:11:33 -07:00 |
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
…
|
|
gzip.py
|
…
|
|
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
…
|
|
imp.py
|
…
|
|
inspect.py
|
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
|
2019-06-08 08:27:06 -07:00 |
io.py
|
…
|
|
ipaddress.py
|
bpo-27860: ipaddress: fix Interface constructor (GH-14200)
|
2019-06-19 20:47:39 +09:00 |
keyword.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
…
|
|
lzma.py
|
…
|
|
macpath.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14376)
|
2019-06-25 09:12:14 -07:00 |
modulefinder.py
|
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
|
2017-12-09 10:26:52 -08:00 |
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
…
|
|
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
…
|
|
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
…
|
|
pathlib.py
|
[3.7] bpo-36035: fix Path.rglob for broken links (GH-11988) (GH-13469)
|
2019-05-21 12:05:08 -07:00 |
pdb.py
|
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
|
2019-08-02 15:40:14 -07:00 |
pickle.py
|
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859)
|
2019-06-12 04:50:11 -07:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
…
|
|
plistlib.py
|
Clarify that plistlib's load and dump functions take a binary file object (GH-9825)
|
2019-07-14 02:23:38 -07:00 |
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
|
…
|
|
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
…
|
|
sched.py
|
…
|
|
secrets.py
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
|
2019-05-30 13:58:30 +08:00 |
signal.py
|
…
|
|
site.py
|
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)
|
2019-06-28 10:02:13 -07:00 |
smtpd.py
|
…
|
|
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
socketserver.py
|
…
|
|
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
|
2019-07-31 13:22:19 -07:00 |
ssl.py
|
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
|
2019-07-02 14:22:53 -07:00 |
stat.py
|
…
|
|
statistics.py
|
…
|
|
string.py
|
…
|
|
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
|
2019-06-08 08:24:10 -07:00 |
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
…
|
|
tabnanny.py
|
…
|
|
tarfile.py
|
…
|
|
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
|
2019-06-29 21:38:11 -07:00 |
this.py
|
…
|
|
threading.py
|
Improve threading.daemon docstring (GH-14278)
|
2019-06-23 12:05:10 -07:00 |
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
…
|
|
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
typing.py
|
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) (GH-13662)
|
2019-05-29 21:05:33 -07:00 |
uu.py
|
…
|
|
uuid.py
|
[3.7] bpo-34621: backwards-compatible pickle UUID with is_safe=unknown (GH-14834)
|
2019-08-04 22:26:32 +03:00 |
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
…
|
|
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
|
2019-05-28 16:33:21 -07:00 |