cpython/Lib
Brett Cannon a6ce4fd426 Closes issue #15111: Calling __import__ with a module specified in
fromlist which causes its own ImportError (e.g. the module tries to
import a non-existent module) should have that exception propagate.
2012-10-10 19:03:46 -04:00
..
collections
concurrent
ctypes Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror 2012-10-09 13:28:10 +01:00
curses
dbm
distutils Bump version to 3.3.0 final. 2012-09-29 09:04:54 +02:00
email #15925: fix regression: return None for null and non-date strings. 2012-09-22 09:59:51 -04:00
encodings
html
http #15980: merge with 3.2. 2012-09-21 16:31:24 +03:00
idlelib Merge: Issue #14997: disable <F5> in idle shell window. 2012-10-04 22:50:13 +03:00
importlib Closes issue #15111: Calling __import__ with a module specified in 2012-10-10 19:03:46 -04:00
json
lib2to3 merge 3.2 2012-09-25 11:53:30 -04:00
logging Issue #16168: Merged SysLogHandler update from 3.2. 2012-10-09 08:22:01 +01:00
msilib
multiprocessing raise a ValueError instead of an AssertionError when pool is an invalid state 2012-09-25 12:45:42 -04:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test Closes issue #15111: Calling __import__ with a module specified in 2012-10-10 19:03:46 -04:00
tkinter
turtledemo
unittest compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
urllib
venv
wsgiref
xml Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). 2012-10-04 19:53:29 +02:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Merge 3.2 fix updates and tests for issue #15906. 2012-09-12 15:31:38 -04:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py Issue #16304: Further optimize BZ2File.readlines?(). 2012-10-01 23:05:32 +02:00
calendar.py #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. 2012-09-21 17:26:35 +03:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Issue16097 Fix small typo in comment (patch by Wael Al Jishi) 2012-10-01 16:40:40 +01:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py Closes #15973: fix a segmentation fault when comparing timezone objects. 2012-09-22 09:23:12 +02:00
decimal.py
difflib.py
dis.py
doctest.py Merge #14649: clarify DocTestSuite error when there are no docstrings. 2012-09-10 10:16:46 -04:00
dummy_threading.py
filecmp.py
fileinput.py
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
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek 2012-10-07 07:23:50 -07:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py #15222: Merge 3.2 2012-09-25 22:06:07 +03:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch 2012-10-05 05:31:31 +02:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. 2012-10-07 19:19:17 +03:00
pty.py
py_compile.py
pyclbr.py
pydoc.py compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. 2012-09-14 17:30:31 +02:00
socketserver.py #11109: clean up docs, add whatsnew entry, and fix Justin's last name. 2012-10-01 21:43:46 -04:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py Fixes Issue #16114: The subprocess module no longer provides a 2012-10-10 03:44:47 -07: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
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py