cpython/Lib
Georg Brandl 5e572fd490 merge with 3.3.5 release repo 2014-03-09 11:17:23 +01:00
..
collections
concurrent Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate 2014-01-27 09:11:48 +01:00
ctypes Issue #19591: Use specific asserts in ctype tests. 2013-11-16 23:51:26 +02:00
curses
dbm
distutils Bump to 3.3.5 final. 2014-03-09 09:37:14 +01:00
email #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
encodings Issue #19619: Blacklist non-text codecs in method API 2014-02-24 14:43:03 +02:00
html #20288: fix handling of invalid numeric charrefs in HTMLParser. 2014-02-01 21:21:01 +02:00
http Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:02 +02:00
idlelib Bump to 3.3.5 final. 2014-03-09 09:37:14 +01:00
importlib
json Remove mentions of Python 2.x and being externally maintained from 2013-12-08 00:39:07 -08:00
lib2to3 Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
logging Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. 2014-01-13 21:59:56 +00:00
msilib
multiprocessing Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. 2014-02-08 23:03:56 +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-os2emx
plat-sunos5
plat-unixware7
pydoc_data Update pydoc topics. 2014-02-23 08:24:37 +01:00
site-packages
sqlite3 add missing test assertion (closes #20080) 2014-02-15 13:19:59 -05:00
test Issue #20283: RE pattern methods now accept the string keyword parameters 2014-03-06 11:28:32 +02:00
tkinter Fixed grid_columnconfigure() and grid_rowconfigure() methods of 2014-02-19 18:34:05 +02:00
turtledemo Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
unittest Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
urllib Issue #20270: urllib.urlparse now supports empty ports. 2014-01-18 18:30:33 +02:00
venv Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:58:13 +00:00
wsgiref Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() 2014-01-12 12:08:11 +02:00
xml Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:02 +02:00
xmlrpc Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. 2014-01-12 16:06:58 -08:00
__future__.py
__phello__.foo.py
_compat_pickle.py Fix issue #19834: Support unpickling of exceptions pickled by Python 2. 2013-12-02 11:41:01 +01:00
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py Issue #20404: reject non-text encodings early in TextIOWrapper. 2014-03-02 09:18:31 +01:00
_strptime.py Issue #19545: Avoid chained exceptions while passing stray % to 2013-11-24 18:15:37 +02:00
_threading_local.py
_weakrefset.py Issue #20006: Fix sporadic failures in test_weakset. 2013-12-18 00:28:36 +01:00
abc.py
aifc.py Issue #19623: Fixed writing to unseekable files in the aifc module. 2013-12-14 20:35:04 +02:00
antigravity.py
argparse.py Issue #13107: argparse and optparse no longer raises an exception when output 2014-01-09 23:14:27 +02:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 2013-12-04 23:01:15 +01:00
cProfile.py
calendar.py
cgi.py Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an 2014-01-11 22:20:16 -08:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Issue #19619: Blacklist non-text codecs in method API 2014-02-24 14:43:03 +02:00
codeop.py
colorsys.py
compileall.py #19532: make compileall with no file/dir args respect -f and -q. 2013-12-15 20:49:38 -05:00
configparser.py Issue #20363. Fixed BytesWarning triggerred by test suite. 2014-02-06 22:49:45 +02:00
contextlib.py Issue 20317: Remove debugging code from contextlib 2014-01-24 23:05:45 +10:00
copy.py Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. 2014-02-27 22:14:31 +01:00
copyreg.py
crypt.py
csv.py #19449: Handle non-string keys when generating 'fieldnames' error. 2013-11-19 13:16:20 -05:00
datetime.py
decimal.py 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects 2013-11-24 19:44:57 +01:00
difflib.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
dis.py
doctest.py Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. 2013-12-03 21:02:05 -06:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py #18116: backport fix to 3.3 since real-world failure mode demonstrated. 2013-12-27 11:24:32 -05:00
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py #20013: don't raise socket error when selected mailbox deleted. 2014-02-07 13:47:40 -05:00
imghdr.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:02 +02:00
imp.py
inspect.py avoid parameter name clash (closes #20108) 2014-01-02 12:24:08 -06:00
io.py
ipaddress.py Issue #18805: better netmask validation in ipaddress 2014-02-08 23:17:36 +10:00
keyword.py
linecache.py
locale.py Issue #20027: Fixed locale aliases for devanagari locales. 2013-12-26 21:20:59 +02:00
lzma.py #19839: Fix lzma module's handling of non-lzma data at EOF. 2013-12-04 23:03:49 +01:00
macpath.py
macurl2path.py
mailbox.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
mailcap.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:02 +02:00
mimetypes.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:02 +02:00
modulefinder.py Issue #20778: Fix modulefinder to work with bytecode-only modules. 2014-02-28 10:44:45 -05:00
netrc.py
nntplib.py Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to 2013-10-27 07:29:47 +01:00
ntpath.py Issue #6815: os.path.expandvars() now supports non-ASCII environment 2014-02-13 10:13:53 +02:00
nturl2path.py
numbers.py
opcode.py
optparse.py Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:29:31 +02:00
os.py
os2emxpath.py
pdb.py
pickle.py Issue #6477: Added support for pickling the types of built-in singletons. 2013-11-30 16:06:39 -08:00
pickletools.py
pipes.py
pkgutil.py
platform.py Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 2013-12-09 00:01:27 +01:00
plistlib.py
poplib.py
posixpath.py Fixed typo in previous commit (issue #6815). 2014-02-13 10:45:14 +02:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. 2014-02-03 20:59:59 +01:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py Issue #19856: shutil.move() failed to move a directory to other directory 2014-02-11 10:30:59 +02:00
site.py
smtpd.py
smtplib.py #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket 2014-01-25 09:02:18 +01:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. 2013-12-28 17:26:33 +01:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Issue #19612: On Windows, subprocess.Popen.communicate() now ignores 2014-02-18 22:00:53 +01:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #19920: TarFile.list() no longer fails when outputs a listing 2014-02-05 20:53:36 +02:00
telnetlib.py Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the 2013-12-10 18:25:21 -08:00
tempfile.py Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely 2014-01-27 11:18:27 +02:00
textwrap.py
this.py
threading.py
timeit.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
token.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
tokenize.py whitespace 2014-02-23 23:39:57 -05:00
trace.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
traceback.py Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. 2014-01-22 01:11:43 +01:00
tty.py
turtle.py
types.py
uu.py
uuid.py #19855: restore use of LC_ALL, not LC_MESSAGES 2014-01-18 14:56:10 -05:00
warnings.py
wave.py Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 2013-11-21 11:02:30 +02:00
weakref.py
webbrowser.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
xdrlib.py
zipfile.py Issue #20262: Warnings are raised now when duplicate names are added in the 2014-01-20 21:57:40 +02:00