cpython/Lib
Richard Oudkerk 3e952d56ea Issue #20633: Replace relative import by absolute import. 2014-03-23 12:42:28 +00:00
..
collections
concurrent Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate 2014-01-27 09:11:48 +01:00
ctypes fix ctypes test alignment assumptions (closes #20946) 2014-03-16 10:07:26 +01:00
curses
dbm
distutils Make distutils error messages more helpful (#11599). 2014-03-13 04:55:35 -04:00
email #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
encodings #7475: Remove references to '.transform' from transform codec docstrings. 2014-03-13 20:54:30 -04: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 [issue19152] Revert 832579dbafd6. 2013-10-03 15:03:29 -06:00
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 #20633: Replace relative import by absolute import. 2014-03-23 12:42:28 +00: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 weaken callback count inequality (closes #20901) 2014-03-12 21:51:52 -05:00
test Issue #20939: Fix test_geturl failure in test_urllibnet due to 2014-03-15 13:15:31 -07: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 Issue #19400: Prevent extension module build failures with Xcode 5 on OS X 2013-10-25 16:03:35 -07:00
_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 Merged revisions 77310-77311 via svnmerge from 2010-08-02 00:24:26 +00:00
fractions.py
ftplib.py Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by 2013-10-20 16:58:27 +03:00
functools.py
genericpath.py #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:50:46 +03:00
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 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. 2014-03-09 14:44:34 -07:00
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 Merged revisions 84701,84784 via svnmerge from 2010-09-13 20:31:34 +00:00
macurl2path.py Increase the coverage of macurl2path. Patch by Colin Williams. 2013-10-23 21:50:56 -07:00
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 #14984: only import pwd on POSIX. 2013-09-18 08:52:38 -04:00
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 Closes #17154: error out gracefully on "ignore" or "condition" without argument. 2013-10-14 16:08:15 +02:00
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 Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to 2013-10-27 07:23:53 +01:00
posixpath.py Fixed typo in previous commit (issue #6815). 2014-02-13 10:45:14 +02:00
pprint.py Issue #19137: The pprint module now correctly formats instances of set and 2013-10-02 11:40:49 +03:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py Issue 14927: Remove a docstring line that is no longer applicable. 2013-10-05 22:11:16 -07:00
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 #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:50:46 +03:00
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 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 Issue #19405: Fixed outdated comments in the _sre module. 2013-10-27 08:04:58 +02:00
sre_constants.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 2013-09-20 21:24:39 +03:00
sre_parse.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 2013-09-20 21:24:39 +03:00
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 remove unnecessary word (closes #19060) 2014-03-12 21:41:35 -05:00
sunau.py Issue #18919: If the close() method of a writer in the sunau or wave module 2013-10-12 21:36:10 +03:00
symbol.py
symtable.py just return toplevel symbol table rather than all blocks (closes #19393) 2013-10-26 13:13:51 -04:00
sysconfig.py Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. 2013-10-19 22:05:05 +02:00
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 Closes #17375: port new threading docstrings from 2.7. 2013-10-13 10:43:59 +02:00
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