cpython/Lib
Terry Jan Reedy be856e9a21 Merge heads. 2014-06-04 21:02:48 -04:00
..
asyncio Issue #21326: Add asyncio.BaseEventLoop.is_closed() method 2014-06-04 01:06:24 +02:00
collections Issue #19414: Have the OrderedDict mark deleted links as unusable. 2014-05-03 21:58:45 -07:00
concurrent Issue #21362: concurrent.futures does not validate that max_workers is proper 2014-05-17 13:51:10 -07:00
ctypes support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) 2014-05-17 14:59:12 -07:00
curses
dbm Restore performance of some dumb database methods (regression introduced by #19385). 2014-05-28 18:49:52 +03:00
distutils Version bump for 3.4.1. 2014-05-17 21:46:35 -07:00
email #21300: Clean up the docs for the email "policy" arguments. 2014-05-06 21:33:18 -04:00
encodings
ensurepip Upgrade pip to 1.5.6 2014-05-16 23:02:25 -04:00
html
http
idlelib merge from 3.4 2014-06-04 20:54:43 -04:00
importlib Fix a parameter name to make sense again 2014-05-30 16:28:00 -04:00
json
lib2to3
logging
msilib
multiprocessing Issue #21565: multiprocessing: use contex-manager protocol for synchronization 2014-05-25 14:12:12 +01: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 Rebuild pydoc topics. 2014-05-17 21:45:01 -07:00
site-packages
sqlite3 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr 2014-05-28 12:58:34 +03:00
test Replace deprecated time.clock() with time.time(). Fixes issue #20475. 2014-06-04 11:45:05 -07:00
tkinter Issue #18492: Merge with 3.4 2014-06-02 16:04:25 -05:00
turtledemo
unittest Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. 2014-04-29 01:25:07 +02:00
urllib Issue 21469: Minor code modernization (convert and/or expression to an if/else expression). 2014-05-12 22:22:46 -07:00
venv Don't chmod() if path is a symlink. 2014-06-04 14:11:46 -04:00
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py merge 2014-05-26 00:14:14 -07:00
_compat_pickle.py
_dummy_thread.py Issue 21137: Better repr for threading.Lock() 2014-05-25 18:22:35 -07:00
_markupbase.py
_osx_support.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. 2014-05-26 00:43:27 -07:00
ast.py
asynchat.py
asyncore.py fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack. 2014-04-29 02:03:40 +02:00
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
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py improve idioms (closes #20642) 2014-05-03 20:22:00 -04:00
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py Issue #10650: Remove the non-standard 'watchexp' parameter from the 2014-04-30 19:15:38 +02:00
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py shallow defaults to 'True' not '1' (closes #21355) 2014-04-26 13:36:21 -04:00
fileinput.py Issue #21075: fileinput.FileInput now reads bytes from standard stream if 2014-05-14 21:08:33 +03:00
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py Fix comment 2014-06-02 01:32:23 -07:00
hmac.py
imaplib.py
imghdr.py Issue #20197: Added support for the WebP image type in the imghdr module. 2014-05-25 11:45:37 +03:00
imp.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
inspect.py
io.py #21225: copy docstrings from base classes 2014-04-25 09:29:30 -04:00
ipaddress.py Refactor precomputed constants in the ipaddress module (suggested by Charles-François) 2014-05-24 00:32:29 +02:00
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 Issue #19775: Add a samefile() method to pathlib Path objects. 2014-05-13 10:50:15 +02:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
platform.py
plistlib.py Issue #21538: The plistlib module now supports loading of binary plist files 2014-05-23 16:13:33 +03:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
queue.py
quopri.py
random.py merge 2014-05-25 17:28:38 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py Issue #21572: Change license command to fallback to generic license URL. 2014-05-30 23:46:19 -07:00
smtpd.py
smtplib.py Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. 2014-06-03 07:24:54 -07:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. 2014-04-29 10:03:28 +02:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py Remove the obsolete MAXFD constant and Popen._close_fds() method. 2014-06-01 00:33:35 -07:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue 21137: Better repr for threading.Lock() 2014-05-25 18:22:35 -07:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py Fix issue #14315: The zipfile module now ignores extra fields in the central 2014-05-29 23:42:14 -07:00