cpython/Lib
Charles-François Natali 53221e371d Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill()
returns ESRCH for a zombie process, which is not POSIX-compliant.
2013-01-12 16:52:20 +01:00
..
concurrent
ctypes Issue #16793. Replace deprecated unittest asserts with modern counterparts. 2012-12-28 00:32:19 +02:00
curses Fix docstring in curses (#16782) 2012-12-29 23:07:50 +02:00
dbm
distutils Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
email revert comment wording (#16714) 2012-12-19 22:47:05 +02:00
encodings
html
http Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. 2012-12-15 19:11:54 +01:00
idlelib Issue #16491: IDLE now prints chained exception tracebacks. 2013-01-09 12:21:57 +02:00
importlib Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00
json
lib2to3
logging Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
msilib
multiprocessing issue 10527: fix missing import 2013-01-03 02:54:27 +01:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 #13934: document sqlite version strings, use correct one in test. 2013-01-10 20:18:21 -05:00
test Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() 2013-01-12 16:52:20 +01:00
tkinter Issue #16541: tk_setPalette() now works with keyword arguments. 2013-01-02 00:03:58 +02:00
turtledemo
unittest Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
urllib Fix issue16713 - tel url parsing with params 2012-12-24 14:00:20 -08:00
wsgiref Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
xml Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
xmlrpc Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py call close on the underlying stream even if flush raises (#16597) 2012-12-20 12:24:10 -06:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. 2012-12-29 22:30:56 +02:00
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py #16765: remove unused import. 2012-12-25 14:25:47 +02:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py
configparser.py configparser: preserve section order when using `__setitem__` (issue #16820) 2013-01-01 23:45:33 +01:00
contextlib.py
copy.py
copyreg.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py Issue 16646 (ftplib): deliberately use intermediate variable after catching exception 2012-12-17 20:46:16 +01:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py #16618: Make glob.glob match consistently across strings and bytes 2012-12-27 10:10:11 +01:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py
io.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
keyword.py
linecache.py
locale.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
optparse.py
os.py Issue #15845: Fix comparison between bytes and string. 2013-01-08 11:32:58 +02:00
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
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 Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
sched.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py Issue #16647: save socket error details in LMTP.connect() 2012-12-17 19:06:43 +02:00
sndhdr.py
socket.py issue #879399 2012-12-25 13:04:50 +00:00
socketserver.py Issue #14574: Ignore socket errors raised when flushing a connection on close. 2012-12-25 22:46:32 +00:00
sre_compile.py
sre_constants.py
sre_parse.py #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. 2013-01-11 08:32:01 +02:00
ssl.py Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). 2012-12-28 19:03:43 +01:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Keep ref to ECHILD in local scope (#16650) 2012-12-24 20:09:27 +02:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py