.. |
asyncio
|
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
|
2019-10-14 16:48:16 -04: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-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369)
|
2019-09-25 05:10:43 +01:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
|
2019-09-10 15:18:02 +01:00 |
email
|
[3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15654)
|
2019-09-03 09:42:53 -07:00 |
encodings
|
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
|
2018-03-24 21:30:39 -07:00 |
ensurepip
|
[3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529)
|
2019-08-26 12:19:53 -07:00 |
html
|
…
|
|
http
|
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461)
|
2019-09-28 09:15:05 -04:00 |
idlelib
|
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
|
2019-09-16 23:24:02 -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
|
Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326)
|
2019-09-22 04:27:00 +01: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.5rc1
|
2019-10-01 13:23:17 -04:00 |
site-packages
|
…
|
|
sqlite3
|
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
|
2019-09-16 23:39:49 -07:00 |
test
|
bpo-36670: Multiple regrtest bugfixes (GH-16511)
|
2019-10-01 03:58:53 -07:00 |
tkinter
|
…
|
|
turtledemo
|
…
|
|
unittest
|
[3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)
|
2019-09-24 22:29:17 -07: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-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)
|
2019-09-11 08:56:27 -07:00 |
wsgiref
|
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)
|
2019-05-19 19:28:38 +03:00 |
xml
|
…
|
|
xmlrpc
|
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
|
2019-09-27 13:18:14 -07:00 |
__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
|
Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082)
|
2019-09-13 12:20:14 +02:00 |
ast.py
|
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
|
2019-08-29 00:04:44 -07:00 |
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
base64.py
|
…
|
|
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
Issue #28792: Remove aliases from _bisect
|
2016-11-24 23:31:59 +01:00 |
bz2.py
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638)
|
2019-09-11 05:22:38 -07:00 |
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
|
bpo-37868: Improve is_dataclass for instances. (GH-15325)
|
2019-08-19 23:01:55 -07:00 |
datetime.py
|
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)
|
2019-08-15 15:09:37 -04:00 |
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
|
2019-09-20 22:40:42 -07:00 |
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
|
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
|
2019-09-16 11:55:43 -07: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-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114)
|
2019-09-13 18:42:53 +01: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
|
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
|
2019-08-28 21:52:43 -07:00 |
lzma.py
|
…
|
|
macpath.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
[3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) (GH-15687)
|
2019-09-04 18:16:39 -07:00 |
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
[3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
|
2018-10-25 13:46:23 -04:00 |
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
…
|
|
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836)
|
2019-09-10 06:34:03 -07:00 |
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
|
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
|
2019-09-12 09:04:34 -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
|
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
|
2019-09-11 13:39:08 +01:00 |
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-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
|
2019-09-11 03:05:58 -07:00 |
sunau.py
|
…
|
|
symbol.py
|
bpo-30406: Make async and await proper keywords (#1669)
|
2017-10-05 23:24:46 -04:00 |
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-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239)
|
2019-09-17 22:09:09 +03: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
|
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789)
|
2019-09-10 00:31:20 +02:00 |
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 |