cpython/Lib
Guido van Rossum ac97bf4fd9 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. 2013-12-20 14:16:21 -08:00
..
asyncio asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. 2013-12-20 14:16:21 -08:00
collections
concurrent
ctypes
curses
dbm
distutils Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:24 +02:00
email #19957: Simplify encode_7or8bit now that _payload is always str. 2013-12-12 21:40:20 -05:00
encodings
ensurepip Issue #19726: actually running 'hg add' helps... 2013-11-30 17:45:09 +10:00
html
http merge 3.3 (#20018) 2013-12-18 15:37:03 -06:00
idlelib Issue #18270: merge from 3.3 2013-12-10 16:32:57 -08:00
importlib Remove some dead code in importlib, introduced with the PEP 451 patch. 2013-12-18 23:35:15 -07:00
json Remove mentions of Python 2.x and being externally maintained from 2013-12-08 00:39:36 -08:00
lib2to3 #19943: merge with 3.3. 2013-12-10 14:06:18 +02:00
logging
msilib
multiprocessing Close #19946: use runpy as needed in multiprocessing 2013-12-17 22:17:26 +10:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid 2013-12-19 16:39:00 +01:00
test Update test.outstanding_bugs.py 2013-12-20 13:25:53 -06:00
tkinter
turtledemo
unittest Remove commented out debugging code (remnants of issue #18996). 2013-12-10 13:53:56 +02:00
urllib
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.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
_sitebuiltins.py
_strptime.py
_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:42:22 +02:00
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 2013-12-04 23:29:51 +01:00
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py Merge: #19532: make compileall with no file/dir args respect -f and -q. 2013-12-15 20:56:00 -05:00
configparser.py
contextlib.py
copy.py Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. 2013-12-01 13:25:26 -08:00
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
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
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py Issue #19781: ftplib now supports SSLContext.check_hostname and server name 2013-12-02 02:56:02 +01:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py Issue #19782: imaplib now supports SSLContext.check_hostname and server name 2013-12-02 20:01:29 +01:00
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py
locale.py Issue #20034: Updated alias mapping to most recent locale.alias file 2013-12-20 18:50:32 +02:00
lzma.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 2013-12-04 23:29:51 +01:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py Issue #19783: nntplib now supports SSLContext.check_hostname and server name 2013-12-02 20:20:11 +01:00
ntpath.py Issue #19912: Fixed numerous bugs in ntpath.splitunc(). 2013-12-16 15:14:19 +02:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). 2013-12-16 20:22:37 +01:00
pdb.py
pickle.py Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 2013-12-07 01:09:27 -08:00
pickletools.py Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 2013-12-07 01:09:27 -08:00
pipes.py
pkgutil.py
platform.py Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces 2013-12-09 00:14:52 +01:00
plistlib.py
poplib.py Issue #19784: poplib now supports SSLContext.check_hostname and server name 2013-12-02 20:10:50 +01:00
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 #19700: set __spec__ appropriately in runpy 2013-12-15 20:33:02 +10:00
sched.py
selectors.py Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. 2013-12-07 15:57:01 -08:00
shelve.py
shlex.py
shutil.py Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows 2013-12-16 23:39:40 +01:00
site.py
smtpd.py
smtplib.py Issue #19785: smtplib now supports SSLContext.check_hostname and server name 2013-12-02 20:44:17 +01:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #19509: Don't close the socket in do_handshake() when hostname verification fails. 2013-12-04 20:46:20 +01:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py Fixes issue #19929: Call os.read with 32768 within subprocess.Popen 2013-12-08 10:58:28 -08:00
sunau.py
symbol.py
symtable.py
sysconfig.py Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. 2013-11-26 17:08:24 +02:00
tabnanny.py
tarfile.py
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
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py #19620: merge with 3.3. 2013-11-25 05:16:09 +02:00
trace.py
traceback.py
tracemalloc.py tracemalloc: Fix hash methods of Statistic and StatisticDiff 2013-11-26 10:16:25 +01:00
tty.py
turtle.py
types.py
uu.py
uuid.py Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. 2013-12-17 21:14:41 -05:00
warnings.py
wave.py
weakref.py
webbrowser.py #19975: remove unused imports from webbrowser module. 2013-12-13 17:21:42 -05:00
xdrlib.py
zipfile.py