.. |
asyncio
|
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
|
2018-07-31 10:06:12 -04:00 |
collections
|
Clarify that example in comment is about fromkeys() (GH-8141)
|
2018-07-06 08:52:26 -07:00 |
concurrent
|
…
|
|
ctypes
|
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
|
2018-07-09 18:25:55 +03:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
|
2018-07-26 04:23:10 -07:00 |
email
|
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
|
2018-07-28 13:55:11 +01:00 |
encodings
|
…
|
|
ensurepip
|
…
|
|
html
|
…
|
|
http
|
bpo-33365: print the header values beside the keys (GH-6611)
|
2018-06-19 16:20:58 +03:00 |
idlelib
|
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
|
2018-08-02 22:50:01 -04:00 |
importlib
|
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
|
2018-06-16 14:40:56 +10:00 |
json
|
bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
|
2018-07-07 08:55:03 +09:00 |
lib2to3
|
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)
|
2018-07-31 09:34:30 +03:00 |
logging
|
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
|
2018-07-02 09:57:46 +01:00 |
msilib
|
bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
|
2018-07-28 16:02:56 -05:00 |
multiprocessing
|
Simplify __all__ in multiprocessing (GH-6856)
|
2018-07-11 19:22:28 +09:00 |
pydoc_data
|
…
|
|
site-packages
|
…
|
|
sqlite3
|
bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
|
2018-07-08 10:09:20 +03:00 |
test
|
bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656)
|
2018-08-03 17:59:19 +02:00 |
tkinter
|
bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)
|
2018-07-22 21:41:48 +03:00 |
turtledemo
|
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
|
2018-06-29 01:10:05 -04:00 |
unittest
|
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
|
2018-06-20 11:29:33 +02:00 |
urllib
|
…
|
|
venv
|
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
|
2018-07-20 17:07:38 +01:00 |
wsgiref
|
…
|
|
xml
|
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
|
2018-07-24 12:03:34 +03:00 |
xmlrpc
|
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
|
2018-07-16 10:46: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
|
…
|
|
_py_abc.py
|
…
|
|
_pydecimal.py
|
…
|
|
_pyio.py
|
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
|
2018-06-29 13:14:58 +03:00 |
_sitebuiltins.py
|
…
|
|
_strptime.py
|
…
|
|
_threading_local.py
|
…
|
|
_weakrefset.py
|
…
|
|
abc.py
|
…
|
|
aifc.py
|
…
|
|
antigravity.py
|
…
|
|
argparse.py
|
bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
|
2018-07-25 18:23:44 +03:00 |
ast.py
|
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
|
2018-06-15 11:05:15 +03:00 |
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
base64.py
|
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
|
2018-07-24 12:52:51 +03:00 |
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
bz2.py
|
…
|
|
cProfile.py
|
Fix docstring of Profiler class (GH-8651)
|
2018-08-03 18:09:57 +09:00 |
calendar.py
|
…
|
|
cgi.py
|
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
|
2018-06-19 17:28:50 +09:00 |
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
…
|
|
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588)
|
2018-06-12 13:37:51 -07:00 |
contextlib.py
|
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
|
2018-06-07 20:31:26 -04:00 |
contextvars.py
|
…
|
|
copy.py
|
bpo-11572: Make minor improvements to copy module (GH-8208)
|
2018-07-09 23:14:54 +03:00 |
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
dataclasses.py
|
Fix typo in dataclasses documentation (GH-8102)
|
2018-07-05 19:09:13 -04:00 |
datetime.py
|
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
|
2018-07-25 12:54:58 -04:00 |
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
bpo-33866: enum: Stop using OrderedDict (GH-7698)
|
2018-06-19 01:14:26 +09:00 |
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
|
2018-07-10 16:26:36 +09:00 |
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
…
|
|
gzip.py
|
…
|
|
hashlib.py
|
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
|
2018-07-31 09:50:16 +03:00 |
heapq.py
|
bpo-34149: Behavior of the min/max with key=None (GH-8328)
|
2018-07-23 20:58:21 -07:00 |
hmac.py
|
…
|
|
imaplib.py
|
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
|
2018-07-23 13:28:54 +02:00 |
imghdr.py
|
…
|
|
imp.py
|
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
|
2018-07-06 20:41:06 -07:00 |
inspect.py
|
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655)
|
2018-06-11 23:16:18 -04:00 |
io.py
|
…
|
|
ipaddress.py
|
…
|
|
keyword.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
…
|
|
lzma.py
|
…
|
|
macpath.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
…
|
|
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
|
2018-07-29 13:47:09 +01:00 |
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
…
|
|
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
…
|
|
pathlib.py
|
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
|
2018-08-03 23:49:42 +03:00 |
pdb.py
|
…
|
|
pickle.py
|
bpo-11572: Make minor improvements to copy module (GH-8208)
|
2018-07-09 23:14:54 +03:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
|
2018-07-09 11:47:45 +03:00 |
plistlib.py
|
bpo-33908: Remove two superfluous assignments (GH-7116)
|
2018-06-20 13:07:31 +08:00 |
poplib.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
…
|
|
profile.py
|
…
|
|
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
…
|
|
pyclbr.py
|
…
|
|
pydoc.py
|
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
|
2018-07-23 08:37:47 +03:00 |
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
Minor code refactoring. Compute len() one fewer times on one code path. (GH-8094)
|
2018-07-04 15:28:20 -07:00 |
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
…
|
|
sched.py
|
…
|
|
secrets.py
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
|
2018-06-19 08:27:29 -07:00 |
signal.py
|
…
|
|
site.py
|
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
|
2018-06-10 20:49:34 -04:00 |
smtpd.py
|
…
|
|
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
socketserver.py
|
…
|
|
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
…
|
|
ssl.py
|
…
|
|
stat.py
|
…
|
|
statistics.py
|
…
|
|
string.py
|
…
|
|
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
|
2018-07-05 22:54:17 +02:00 |
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
|
2018-07-16 19:03:03 +02:00 |
tabnanny.py
|
…
|
|
tarfile.py
|
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
|
2018-07-06 14:06:00 +09:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
…
|
|
timeit.py
|
bpo-28240: timeit: Update repeat() doc (GH-7419)
|
2018-06-06 17:55:18 +02:00 |
token.py
|
…
|
|
tokenize.py
|
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891)
|
2018-07-06 10:19:08 +03:00 |
trace.py
|
…
|
|
traceback.py
|
bpo-27910: Update documentation of traceback module (GH-6116)
|
2018-08-02 19:08:59 +03:00 |
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
typing.py
|
Fix typo in TypeVar docstring (#8142)
|
2018-07-07 16:41:20 +01:00 |
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
|
2018-06-08 12:28:37 -07:00 |
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
bpo-31014: Fix the webbrowser module. (GH-7267)
|
2018-07-08 10:22:32 +03:00 |
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
|
2018-08-02 15:04:52 +02:00 |