cpython/Lib
Serhiy Storchaka 34af5023fc Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
returned NotImplemented.  Removed incorrect implementations of __ne__().
2015-01-26 10:04:15 +02:00
..
asyncio asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() 2015-01-22 23:50:03 +01:00
collections
concurrent Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. 2015-01-17 20:02:14 +01:00
ctypes Merge with 3.4 (#23256) 2015-01-17 08:53:09 -06:00
curses
dbm
distutils merge 3.4 (#23063) 2015-01-15 00:00:16 -05:00
email merge 3.4 (#19996) 2015-01-25 23:31:58 -05:00
encodings
ensurepip Update setuptools to 11.3.1 2015-01-11 15:51:11 -05:00
html Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:33:31 +02:00
http http.client: disable Nagle's algorithm (closes #23302) 2015-01-23 11:02:57 -05:00
idlelib Issue #23180: merge from 3.4 2015-01-17 21:09:16 -08:00
importlib Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
json Issue #23206: Make `json.dumps(..., ensure_ascii=False) as fast as the default case of ensure_ascii=True`. Patch by Naoki Inada. 2015-01-11 16:41:01 +01:00
lib2to3 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 09:57:07 +02:00
logging Closes #23207: logging.basicConfig() now does additional validation of its arguments. 2015-01-23 19:54:23 +00:00
msilib
multiprocessing Issue #23060: Suppresses a multiprocessing assert that fails incorrectly 2014-12-17 06:35:49 -08: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
test Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 10:04:15 +02:00
tkinter
turtledemo
unittest Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 10:04:15 +02:00
urllib Merge: #23040: Clarify treatment of encoding and errors when component is bytes. 2014-12-24 21:24:07 -05:00
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 10:04:15 +02:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py
_pyio.py merge 3.4 (#23093) 2014-12-21 21:00:51 -06:00
_sitebuiltins.py
_strptime.py
_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
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Issue #22286: The "backslashreplace" error handlers now works with 2015-01-25 22:56:57 +02:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 10:04:15 +02:00
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py Issue #18644: Fix a ResourceWarning in formatter.test(). 2015-01-05 09:20:07 +02:00
fractions.py
ftplib.py merge 3.4 (#23111) 2014-12-30 15:16:13 -06:00
functools.py No need to rebuild a constant dictionary on every call. Move convert mapping to module level. 2015-01-13 22:57:35 -08: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
inspect.py
io.py
ipaddress.py Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith 2015-01-19 00:41:32 +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 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 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 10:04:15 +02:00
pdb.py
pickle.py
pickletools.py Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can 2014-12-16 18:00:56 +02:00
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py Issue #19104: pprint now produces evaluable output for wrapped strings. 2014-12-20 20:57:15 +02:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a 2015-01-13 10:00:55 +01:00
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py merge 3.4 (#23221) 2015-01-13 09:20:31 -05:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py add support for ALPN (closes #20188) 2015-01-23 16:35:37 -05:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py Closes #23234: Refactor subprocess 2015-01-14 17:07:59 +01:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py Removed duplicated dict entries. 2015-01-11 12:48:17 +02:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py Fixed a typo in a comment (issue #23016). 2014-12-14 10:53:50 +02:00
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py