.. |
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
|
…
|
|
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 with 3.5
|
2015-10-11 22:08:02 -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
|
Closes #25093: Merge with 3.5
|
2015-10-12 23:31:44 -05: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
|
…
|
|
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
|
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
|
2015-10-11 11:01:02 +02:00 |
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
bz2.py
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
…
|
|
cgitb.py
|
…
|
|
chunk.py
|
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
|
2015-07-10 22:24:47 +03:00 |
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
…
|
|
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
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
…
|
|
genericpath.py
|
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
|
2014-10-04 14:58:43 +03:00 |
getopt.py
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
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
|
…
|
|
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
|
…
|
|
plistlib.py
|
…
|
|
poplib.py
|
#21804: Add RFC 6856 (UTF8) support to poplib.
|
2015-05-16 15:05:53 -04:00 |
posixpath.py
|
Issue #23780: Improved error message in os.path.join() with single argument.
|
2015-05-19 11:00:07 +03:00 |
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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
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 (#25362)
|
2015-10-10 19:36:40 -07:00 |
timeit.py
|
Merge with 3.5.
|
2015-10-06 18:52:52 +03:00 |
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
…
|
|
tracemalloc.py
|
Issue #23731: Implement PEP 488.
|
2015-04-13 14:21:02 -04:00 |
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 |