..
asyncio
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
2015-09-29 11:54:45 -07:00
collections
Issue #22609 : Constructor of collections.UserDict now accepts the self keyword
2015-09-29 23:38:34 +03:00
concurrent
…
ctypes
…
curses
…
dbm
…
distutils
merge 3.5 ( #25076 )
2015-09-12 17:21:24 -07:00
email
…
encodings
Issue #16473 : Merge codecs doc and test from 3.4 into 3.5
2015-09-12 01:22:17 +00:00
ensurepip
Update setuptools to 18.2 and pip to 7.1.2
2015-08-29 13:57:46 -04:00
html
#23144 : merge with 3.4.
2015-09-06 21:44:45 +03:00
http
Add in missing docstrings.
2015-08-18 22:03:08 -07:00
idlelib
Merge with 3.5, Issue #24028 : Add subsection about Idle calltips.
2015-09-29 01:56:54 -04:00
importlib
Issue #25186 : Remove duplicated function from importlib._bootstrap_external
2015-09-25 13:05:13 -07:00
json
…
lib2to3
…
logging
…
msilib
…
multiprocessing
…
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, fix minor non-RST formatting in Misc/NEWS.
2015-09-12 17:24:02 +01:00
site-packages
Issue #24633 : site-packages/README -> README.txt.
2015-08-24 11:46:56 +12:00
sqlite3
…
test
Don't strip refcount in libregrtest/runtest_mp.py
2015-09-29 23:52:33 +02:00
tkinter
…
turtledemo
…
unittest
Marked keystrokes with the :kbd: role.
2015-09-12 17:46:20 +03:00
urllib
Add missing docstring
2015-08-18 00:35:52 -07:00
venv
…
wsgiref
…
xml
Issue #25047 : Merge Element Tree encoding from 3.4 into 3.5
2015-09-23 01:43:08 +00:00
xmlrpc
…
__future__.py
…
__phello__.foo.py
…
_bootlocale.py
…
_collections_abc.py
…
_compat_pickle.py
…
_compression.py
…
_dummy_thread.py
…
_markupbase.py
…
_osx_support.py
…
_pydecimal.py
…
_pyio.py
Issue #24881 : Fixed setting binary mode in Python implementation of FileIO
2015-08-28 22:20:29 +03:00
_sitebuiltins.py
…
_strptime.py
…
_threading_local.py
…
_weakrefset.py
…
abc.py
…
aifc.py
Issue #24878 : Fix typos and line wrap
2015-08-23 11:28:01 -07:00
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
(Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
2015-08-18 10:23:16 -07:00
cgitb.py
…
chunk.py
…
cmd.py
…
code.py
…
codecs.py
…
codeop.py
…
colorsys.py
…
compileall.py
…
configparser.py
Issue #21159 : Improve message in configparser.InterpolationMissingOptionError.
2015-08-14 11:47:41 +12:00
contextlib.py
…
copy.py
…
copyreg.py
…
crypt.py
…
csv.py
…
datetime.py
Merge 3.4 (datetime rounding)
2015-09-18 14:50:18 +02:00
decimal.py
…
difflib.py
…
dis.py
Issue #24878 : Add docstrings to selected namedtuples
2015-08-17 22:04:45 -07:00
doctest.py
…
dummy_threading.py
…
enum.py
Issue 25147: add reason for using _collections
2015-09-17 22:55:40 -07:00
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fractions.py
…
ftplib.py
…
functools.py
Issue #23572 : Fixed functools.singledispatch on classes with falsy metaclasses.
2015-08-18 14:30:15 -04:00
genericpath.py
…
getopt.py
…
getpass.py
…
gettext.py
…
glob.py
…
gzip.py
…
hashlib.py
…
heapq.py
…
hmac.py
…
imaplib.py
…
imghdr.py
…
imp.py
Close #24748 : Restore imp.load_dynamic compatibility
2015-09-05 21:05:05 +10:00
inspect.py
…
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
locale.py
…
lzma.py
…
macpath.py
…
macurl2path.py
…
mailbox.py
…
mailcap.py
…
mimetypes.py
…
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
…
nturl2path.py
…
numbers.py
…
opcode.py
…
operator.py
Issue #24379 : Add operator.subscript() as a convenience for building slices.
2015-08-16 19:43:34 -07:00
optparse.py
…
os.py
…
pathlib.py
…
pdb.py
merge from 3.4
2015-09-05 19:17:24 -04:00
pickle.py
Issue #25262 . Added support for BINBYTES8 opcode in Python implementation of
2015-09-29 22:12:29 +03:00
pickletools.py
…
pipes.py
…
pkgutil.py
…
platform.py
Merge from 3.4
2015-09-22 17:35:42 -07:00
plistlib.py
…
poplib.py
…
posixpath.py
…
pprint.py
…
profile.py
…
pstats.py
…
pty.py
…
py_compile.py
…
pyclbr.py
…
pydoc.py
Issue #24879 : Teach pydoc to display named tuple fields in the order they were defined.
2015-08-18 22:25:16 -07:00
queue.py
…
quopri.py
…
random.py
…
re.py
…
reprlib.py
…
rlcompleter.py
Issue #25011 : rlcomplete now omits private and special attribute names unless
2015-09-27 13:43:50 +03:00
runpy.py
…
sched.py
Issue #24878 : Add docstrings to selected namedtuples
2015-08-17 22:04:45 -07:00
selectors.py
Issue #24878 : Add docstrings to selected namedtuples
2015-08-17 22:04:45 -07:00
shelve.py
…
shlex.py
…
shutil.py
Issue #24982 : shutil.make_archive() with the "zip" format now adds entries
2015-09-08 05:53:42 +03:00
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
…
sndhdr.py
Issue #24878 : Add docstrings to selected namedtuples
2015-08-17 22:04:45 -07:00
socket.py
…
socketserver.py
…
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
…
stat.py
…
statistics.py
…
string.py
Issue #25034 : Merge from 3.5.
2015-09-29 10:30:47 -04:00
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
…
timeit.py
Issue #23552 : Timeit now warns when there is substantial (4x) variance
2015-08-26 12:40:28 +12:00
token.py
…
tokenize.py
…
trace.py
…
traceback.py
Issue #25111 : Fixed comparison of traceback.FrameSummary.
2015-09-29 22:34:16 +03:00
tracemalloc.py
…
tty.py
…
turtle.py
…
types.py
…
typing.py
Fix issue #24635 .
2015-09-04 12:15:54 -07:00
uu.py
…
uuid.py
…
warnings.py
Issue #24305 : Prevent import subsystem stack frames from being counted
2015-09-06 00:39:37 -07:00
wave.py
…
weakref.py
Issue #22958 : Constructor and update method of weakref.WeakValueDictionary
2015-09-29 23:52:42 +03:00
webbrowser.py
Issue #25005 : Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
2015-09-05 11:57:47 -07:00
xdrlib.py
…
zipapp.py
…
zipfile.py
…