cpython/Lib
Victor Stinner 1f6b69b749 Issue #28409: regrtest: fix the parser of command line arguments. 2016-10-17 18:11:03 +02:00
..
asyncio Issue #27972: Prohibit Tasks to await on themselves. 2016-10-09 12:19:12 -04:00
collections
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
ctypes Remove disabled ctypes test 2016-09-29 02:50:20 +00:00
curses
dbm
distutils Issue #28222: Don't fail if pygments is not available 2016-10-04 20:54:44 +03:00
email #19003: Only replace \r and/or \n line endings in email.generator. 2016-09-11 17:22:56 -04:00
encodings
ensurepip Upgrade setuptools to 27.1.2 2016-09-09 12:08:53 -04:00
html
http Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 2016-09-08 14:28:01 -07:00
idlelib Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. 2016-09-30 02:53:44 -04:00
importlib
json
lib2to3 Issue #28394: Spelling and typo fixes in code comments and changelog 2016-10-10 00:24:34 +00:00
logging Fixes #27930: improved QueueListener behaviour. 2016-09-08 01:13:39 +01:00
msilib
multiprocessing Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 2016-09-08 14:40:36 -05: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
site-packages
sqlite3 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 2016-09-27 00:10:03 +03:00
test Issue #28409: regrtest: fix the parser of command line arguments. 2016-10-17 18:11:03 +02:00
tkinter Issue #27611: Fixed support of default root window in the tkinter.tix module. 2016-09-25 16:46:10 +03:00
turtledemo
unittest Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish 2016-09-28 17:28:41 +03:00
urllib Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 2016-09-16 14:43:58 +03:00
venv Fixes #25671: Updated prompt handling in activate.fish. 2016-09-11 12:52:08 +01:00
wsgiref
xml Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes 2016-09-11 23:18:03 -07:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py Issue #28376: The type of long range iterator is now registered as Iterator. 2016-10-08 22:04:12 +03:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py Issue #27348: Restore “Exception: None” formatting in traceback module 2016-09-22 09:37:39 +00:00
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 2016-09-16 13:48:10 +02:00
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. 2016-09-27 20:26:39 -04:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
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
doctest.py
dummy_threading.py
enum.py
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
inspect.py Issue #27993: Fix problems with plural objects in docs and comments 2016-09-07 11:04:41 +00:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py #14977: Make mailcap respect the order of the lines in the mailcap file. 2016-09-09 20:04:23 -04:00
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. 2016-10-12 20:13:24 +02:00
pickle.py
pickletools.py
pipes.py
pkgutil.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 2016-09-07 00:52:20 -07:00
platform.py Issue #27932: Prevent memory leak in win32_ver(). 2016-09-17 17:25:42 -07:00
plistlib.py Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. 2016-10-04 20:04:30 +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
queue.py
quopri.py
random.py Improve docs for random.seed() 2016-09-04 11:17:28 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 2016-09-07 00:52:20 -07:00
sched.py
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 2016-09-15 19:30:42 -04:00
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 #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile 2016-09-17 23:22:06 +03:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 2016-09-06 20:06:47 +02:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
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 #27348: Restore “Exception: None” formatting in traceback module 2016-09-22 09:37:39 +00:00
tracemalloc.py
tty.py
turtle.py Correct spelling in documentation and code comment 2016-09-10 10:38:28 +00:00
types.py
typing.py Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. 2016-10-09 10:02:49 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py Issue #24452: Make webbrowser support Chrome on Mac OS X. 2016-10-13 11:17:27 -07:00
xdrlib.py
zipapp.py
zipfile.py Issue #26293: Fixed writing ZIP files that starts not from the start of the 2016-10-07 22:20:50 +03:00