cpython/Lib
Zachary Ware f4a7381719 Issue #27748: Backed out changeset f845e24d794e
Apparently the test succeeds on XP.
2016-09-05 18:08:27 -05:00
..
asyncio Fix ordering issues in UNIX read/write pipe transport constructors. 2016-08-31 09:42:38 -07:00
collections Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 04:13:35 +00:00
concurrent
ctypes Issue #20160: Merged fix from 3.4. 2016-08-05 21:44:15 +01:00
curses Issue #27294: Numerical state in the repr for Tkinter event objects is now 2016-06-18 22:08:11 +03:00
dbm
distutils Merge backout for test suite fix 2016-09-01 21:59:46 -04:00
email Correct misspellings of ISO-8859 2016-08-10 05:25:16 +00:00
encodings Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
ensurepip Update setuptools/pip to 25.2.0/8.1.2 2016-08-14 16:09:56 -04:00
html Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
http Issue 19504: Change "customise" to "customize" American spelling. 2016-08-25 21:11:50 -07:00
idlelib Issue #27922: IDLE tests no longer flash tk widgets. 2016-08-31 21:03:16 -04:00
importlib Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00
json Issue #4945: Improved the documenting of boolean arguments in the json module. 2016-06-30 13:59:12 +03:00
lib2to3 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 2016-06-12 06:07:35 +00:00
logging Fixes #27937: optimise code used in all logging calls. 2016-09-03 16:50:09 +01:00
msilib Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
multiprocessing Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-sunos5
plat-unixware7
pydoc_data Regenerate pydoc topics for 3.4.5 final. 2016-06-25 14:42:04 -07:00
site-packages
sqlite3 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. 2016-09-01 22:18:03 +03:00
test Issue #27748: Backed out changeset f845e24d794e 2016-09-05 18:08:27 -05:00
tkinter Issue #27611: Don't import volatile attribute. 2016-08-16 01:44:12 -04:00
turtledemo Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. 2016-05-29 01:40:30 -04:00
unittest Issue 19504: Change "customise" to "customize" American spelling. 2016-08-25 21:11:50 -07:00
urllib [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 23:39:06 -07:00
venv Issue #26665: Remove mis-use of ``$`` in activate.fish. 2016-06-30 11:41:55 -07:00
wsgiref Issue #24291: Avoid WSGIRequestHandler doing partial writes 2016-06-05 06:28:55 +00:00
xml English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
xmlrpc English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
__future__.py
__phello__.foo.py Fix the frozen bytecode for __hello__ (betcha didn't know that existed 2001-10-18 18:49:37 +00:00
_bootlocale.py Fix wrong exception in _bootlocale (apparently this error condition is never triggered) 2013-10-12 15:00:44 +02:00
_collections_abc.py Issue #27243: Fix __aiter__ protocol 2016-06-09 15:08:31 -04:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
_pydecimal.py Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 2016-08-13 11:15:34 -07:00
_pyio.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00: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 Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py Issue #27123: When an exception is raised within the context being 2016-06-14 09:19:20 -07:00
copy.py
copyreg.py
crypt.py
csv.py
datetime.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
decimal.py
difflib.py
dis.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
doctest.py
dummy_threading.py
enum.py issue26893: use mro() to examine class heirarchy 2016-05-01 10:03:53 -07:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. 2016-08-22 10:50:53 +01:00
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 Issue #26844: Fix imp.find_module() to have the exception related to 2016-07-15 10:58:54 -07:00
inspect.py
io.py
ipaddress.py Issue #21386: Implement missing IPv4Address.is_global property 2016-06-11 22:11:47 +03:00
keyword.py
linecache.py
locale.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py Issue #26881: Restored the name of scan_opcodes_25(). 2016-05-11 22:19:49 +03:00
netrc.py
nntplib.py
ntpath.py Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
pdb.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
pickle.py Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 2016-07-17 11:24:17 +03:00
pickletools.py Corrections for a/an in code comments and documentation 2016-05-08 13:53:41 +00:00
pipes.py
pkgutil.py Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages 2016-06-11 18:02:46 -07:00
platform.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
plistlib.py Issue #26711: Fixed the comparison of plistlib.Data with other types. 2016-05-01 13:36:16 +03:00
poplib.py
posixpath.py #2466: ismount now recognizes mount points user can't access. 2016-08-18 21:27:48 -04:00
pprint.py
profile.py
pstats.py Issue #27241: Catch exception when running pstats as main. 2016-08-02 22:30:24 +02:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi 2016-06-12 04:24:06 +00:00
queue.py Issue #22043: time.monotonic() is now always available 2014-09-02 23:18:25 +02:00
quopri.py
random.py Improve docs for random.seed() 2016-09-04 11:17:28 -07:00
re.py
reprlib.py Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 2016-04-26 09:30:44 +03:00
rlcompleter.py
runpy.py Issue #27487: Warn if submodule already imported before runpy execution 2016-08-21 04:07:58 +00:00
sched.py
selectors.py
shelve.py
shlex.py Closes #21999: Handled empty strings correctly when in POSIX mode. 2016-08-09 15:04:49 +01:00
shutil.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
signal.py Issue #25523: Further a-to-an corrections new in 3.5 2015-11-02 04:20:33 +00:00
site.py Issue #27171: Fix typos in documentation, comments, and test function names 2016-06-02 10:07:09 +00:00
smtpd.py
smtplib.py Issue #27430: Fix typos, patch by scop. 2016-07-01 12:17:05 +03:00
sndhdr.py
socket.py Issue #27698: Add socketpair to socket.__all__ on Windows 2016-08-17 14:40:08 +02:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. 2016-03-06 09:15:47 +02:00
ssl.py Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. 2016-09-05 23:19:05 +02:00
stat.py
statistics.py Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 2016-05-11 11:50:13 +10:00
string.py Issue #26809: Add __all__ to string module. Patch by Emanuel Barry 2016-06-04 14:35:05 -05:00
stringprep.py
struct.py
subprocess.py Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores 2016-06-04 00:22:17 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #27194: superfluous truncate calls in tarfile.py slow down extraction 2016-06-11 16:42:36 -07:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Fix spelling and grammar in documentation and code comments 2016-08-04 13:07:31 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
tracemalloc.py
tty.py
turtle.py Issue #27238: Got rid of bare excepts in the turtle module. Original patch 2016-06-14 22:52:04 +03:00
types.py
typing.py A new version of typing.py from https://github.com/python/typing. 2016-08-23 11:01:50 -07:00
uu.py
uuid.py
warnings.py Issue #18383: Avoid adding duplicate filters when warnings is reloaded 2016-05-26 09:10:55 +00:00
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py