cpython/Lib
2013-01-29 11:41:01 +02:00
..
collections Merge issue #16373: Prevent infinite recursion for ABC Set class operations. 2012-11-01 13:31:12 +02:00
concurrent Fix docstring typo in concurrent.futures.Future 2013-01-17 06:36:30 -08:00
ctypes Issue #17041: Fix testing when Python is configured with the 2013-01-27 20:03:39 +02:00
curses Fix docstring in curses (#16782) 2012-12-29 23:08:07 +02:00
dbm
distutils Issue #17041: Fix testing when Python is configured with the 2013-01-27 20:03:39 +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:22:30 +01:00
idlelib Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase 2013-01-25 15:34:21 +02:00
importlib Issue #16730: Don't raise an exception in 2013-01-11 15:40:12 -05:00
json #16549: fix test failures on Windows. 2012-11-29 05:08:54 +02:00
lib2to3 merge 3.2 (#16573) 2012-11-29 10:56:11 -05:00
logging Issue #9501: Merged fix from 3.2. 2013-01-15 17:56:43 +00:00
msilib
multiprocessing Issue #10527: Remove dead code 2013-01-15 13:19:24 +00:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic - Issue #17031: Fix running regen in cross builds. 2013-01-25 18:45:12 +01:00
plat-linux
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 merge #13934: document sqlite version strings, use correct one in test. 2013-01-10 20:19:35 -05:00
test Add tests for raw-unicode-escape codec. 2013-01-29 11:41:01 +02:00
tkinter Issue #15861: tkinter now correctly works with lists and tuples containing 2013-01-15 17:58:14 +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:01:13 -08:00
venv Issue #16378: Updated docstrings to reflect the defaults present in the code. 2012-11-14 11:18:35 +00:00
wsgiref Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
xml Issue #9708: Fix support for iterparse(parser=...) argument per documentation. 2013-01-24 07:15:19 -08:00
xmlrpc Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.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:36:23 +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
bz2.py
calendar.py
cgi.py merge from 3.2 2013-01-23 03:00:26 -08:00
cgitb.py merge #12890: don't emit <p> tags in text mode when logdir specified. 2012-10-27 14:55:25 -04:00
chunk.py
cmd.py
code.py
codecs.py
codeop.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 Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py
decimal.py Issue #15783: Except for the number methods, the C version of decimal now 2012-12-15 22:33:33 +01:00
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:29 +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 Issue #1159051: GzipFile now raises EOFError when reading a corrupted file 2013-01-22 17:07:49 +02:00
hashlib.py
heapq.py
hmac.py
imaplib.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
imghdr.py
imp.py
inspect.py
io.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
ipaddress.py Fix a few typos and a double semicolon. Patch by Eitan Adler. 2013-01-27 06:20:14 +02:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py Issue #16752: Add a missing import to modulefinder. 2012-12-22 19:34:21 -05:00
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:36:54 +02:00
os2emxpath.py
pdb.py Merge issue #13120: Allow to call pdb.set_trace() from thread. 2012-12-04 21:10:20 +02:00
pickle.py Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 2012-11-24 20:41:34 +01:00
pickletools.py
pipes.py
pkgutil.py replace threw with raised (#16714) 2012-12-19 22:54:47 +02:00
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 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for 2012-12-29 21:34:11 +02:00
shelve.py
shlex.py
shutil.py Issue #16957: shutil.which() no longer searches a bare file name in the 2013-01-23 10:44:21 +02:00
site.py Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name. 2012-11-23 19:16:49 +00:00
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 Merge with 3.2 : 2012-12-26 15:13:29 +00:00
sre_compile.py
sre_constants.py Fix generating of sre_constants.h on Python 3. 2013-01-24 13:43:02 +02:00
sre_parse.py #13899: merge with 3.2. 2013-01-11 08:43:53 +02:00
ssl.py remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900) 2013-01-10 14:16:20 -06: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 #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. 2012-11-16 13:17:08 +02:00
tarfile.py Issue #16477: Close tarfile internal handlers in case of exception. 2012-11-29 14:22:26 +02:00
telnetlib.py
tempfile.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py #16152: merge with 3.2. 2012-11-03 17:46:51 +02:00
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 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 2012-11-17 03:41:54 +01:00
weakref.py
webbrowser.py
xdrlib.py Merge: change docstring for xdrlib.Error to use new style exceptions. 2012-11-01 13:43:31 +02:00
zipfile.py Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. 2013-01-15 00:38:17 +02:00