.. |
asyncio
|
Docs and one small improvement for issue #25304, by Vincent Michel.
|
2015-10-05 16:20:00 -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
|
Fix docstring in curses (#16782)
|
2012-12-29 23:08:07 +02:00 |
dbm
|
…
|
|
distutils
|
Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed.
|
2015-10-05 10:35:19 -07:00 |
email
|
…
|
|
encodings
|
…
|
|
ensurepip
|
…
|
|
html
|
…
|
|
http
|
Merge typo fixes from 3.5
|
2015-10-07 11:13:55 +00:00 |
idlelib
|
merge 3.5
|
2015-10-04 01:19:36 -04:00 |
importlib
|
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
|
2015-10-01 11:55:52 +03:00 |
json
|
…
|
|
lib2to3
|
…
|
|
logging
|
Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban.
|
2015-10-01 20:54:41 +01:00 |
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
|
…
|
|
site-packages
|
Merge with 3.5.
|
2015-10-06 18:52:52 +03:00 |
sqlite3
|
…
|
|
test
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
|
2015-10-10 22:42:18 +03:00 |
tkinter
|
…
|
|
turtledemo
|
…
|
|
unittest
|
…
|
|
urllib
|
Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate
|
2015-10-08 12:27:06 +03: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
|
…
|
|
_sitebuiltins.py
|
…
|
|
_strptime.py
|
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
|
2015-10-06 13:29:56 -04:00 |
_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
|
…
|
|
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
|
2015-07-30 18:26:35 +03:00 |
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
…
|
|
contextlib.py
|
…
|
|
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
|
2015-10-02 23:00:39 +02:00 |
csv.py
|
…
|
|
datetime.py
|
…
|
|
decimal.py
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
|
2015-03-12 21:56:08 +02:00 |
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
2015-04-10 13:29:28 +03:00 |
functools.py
|
…
|
|
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
…
|
|
gzip.py
|
…
|
|
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
|
2015-07-31 09:01:38 +12:00 |
imghdr.py
|
…
|
|
imp.py
|
…
|
|
inspect.py
|
…
|
|
io.py
|
#21225: copy docstrings from base classes
|
2014-04-25 09:29:30 -04:00 |
ipaddress.py
|
…
|
|
keyword.py
|
17830: preserve line endings of original file when updating keywords.
|
2013-04-25 12:01:36 -04:00 |
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
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
2015-01-26 09:57:07 +02:00 |
opcode.py
|
…
|
|
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
…
|
|
pathlib.py
|
…
|
|
pdb.py
|
…
|
|
pickle.py
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
|
2015-10-10 22:42:18 +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
|
Merge with 3.5.
|
2015-10-06 18:52:52 +03: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
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
…
|
|
signal.py
|
…
|
|
site.py
|
Closes #25185: merged fix from 3.4.
|
2015-10-01 11:27:57 +01:00 |
smtpd.py
|
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
|
2015-10-09 10:19:33 -04:00 |
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
issue23673
|
2015-03-18 18:19:30 -07:00 |
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
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
|
2013-04-27 00:20:04 +02:00 |
subprocess.py
|
…
|
|
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
…
|
|
tabnanny.py
|
…
|
|
tarfile.py
|
…
|
|
telnetlib.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
2015-04-10 13:29:28 +03:00 |
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
merge 3.4 (#25319)
|
2015-10-05 22:00:33 -07:00 |
timeit.py
|
Merge with 3.5.
|
2015-10-06 18:52:52 +03: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
|
…
|
|
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
|
2015-09-29 23:52:42 +03:00 |
webbrowser.py
|
…
|
|
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
Issue #25364: zipfile now works in threads disabled builds.
|
2015-10-10 19:43:32 +03:00 |