cpython/Lib
Brett Cannon e382b5868a Partially revert changeset #281857369a78 to make sure threads are
reaped in all situations.
2013-06-12 21:25:23 -04:00
..
collections Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled 2013-05-21 12:47:57 +03:00
concurrent
ctypes - Issue #17754: Make ctypes.util.find_library() independent of the locale. 2013-05-15 18:04:50 +02:00
curses
dbm
distutils Issue #18080: merge from 3.3 2013-05-28 16:45:06 -07:00
email
encodings
html #17802: merge with 3.3. 2013-05-01 16:20:00 +03:00
http
idlelib #18196: merge with 3.3 2013-06-11 22:25:34 -05:00
importlib Issue #15767: Introduce ModuleNotFoundError, a subclass of 2013-06-12 16:59:46 -04:00
json
lib2to3
logging Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. 2013-05-25 03:20:34 -07:00
msilib
multiprocessing Issue #17314: Stop using imp in multiprocessing.forking and move over 2013-06-07 11:45:41 -04: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 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 2013-02-26 21:46:12 +02:00
test Partially revert changeset #281857369a78 to make sure threads are 2013-06-12 21:25:23 -04:00
tkinter
turtledemo
unittest
urllib merge from 3.3 2013-06-02 12:00:45 -07:00
venv Closes #17743: Merged fix from 3.3. 2013-05-20 15:39:11 -07:00
wsgiref
xml Get rid of ugly code duplication for ElementTree.parse when the accelerator 2013-05-19 18:47:23 -07:00
xmlrpc Move test___all__ over to unittest.main() and use ModuleNotFoundError 2013-06-12 20:12:30 -04:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py Fix #16832 - expose cache validity checking support in ABCMeta 2013-05-25 18:41:50 +02:00
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced. 2013-05-28 15:42:34 +03:00
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py Merge 3.3. 2013-05-29 15:47:24 +02:00
difflib.py
dis.py Issue #11816: multiple improvements to the dis module 2013-05-06 23:59:20 +10:00
doctest.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Add reference implementation for PEP 443 2013-06-05 12:20:24 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Back out patch for #1159051, which caused backwards compatibility problems. 2013-05-12 11:57:26 +02:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py Issue #15902: Fix imp.load_module() to accept None as a file when 2013-05-03 10:37:08 -04:00
inspect.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. 2013-05-04 15:12:55 +03:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py rather than passing locals to the class body, just execute the class body in the proper environment 2013-05-16 14:37:25 -05:00
operator.py #16523: merge with 3.3. 2013-05-08 10:56:32 +03:00
optparse.py
os.py Correction for 4f82b6cfee46. 2013-05-07 14:36:51 +01:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Add reference implementation for PEP 443 2013-06-05 12:20:24 +02:00
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py #18066: remove vestigial code depending on the sgi module 2013-06-01 13:52:30 -04:00
py_compile.py
pyclbr.py
pydoc.py Issue #15767: Introduce ModuleNotFoundError, a subclass of 2013-06-12 16:59:46 -04:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py Issue #5845: avoid an exception at startup on OS X if no .editrc file exists. 2013-05-06 15:39:31 +02:00
smtpd.py Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. 2013-06-07 15:21:41 +01:00
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. 2013-06-09 19:03:31 +02:00
stat.py
string.py
stringprep.py
struct.py Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. 2013-04-27 00:20:04 +02:00
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #16601: Restarting iteration over tarfile no more continues from where 2013-05-09 14:36:58 +03:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py refactor traceback.py to reduce code duplication (closes #17646) 2013-04-29 16:09:39 -04:00
tty.py
turtle.py
types.py
uu.py
uuid.py Issue #16102: Make uuid._netbios_getnode() work again on Python 3. 2013-06-09 21:10:13 +03:00
warnings.py
wave.py Issue #18084: Use sys.byteorder in wave.py. 2013-05-29 23:38:00 +03:00
weakref.py Issue #15528: Delay importing atexit until weakref.finalize() used. 2013-06-08 16:52:29 +01:00
webbrowser.py
xdrlib.py
zipfile.py Move test___all__ over to unittest.main() and use ModuleNotFoundError 2013-06-12 20:12:30 -04:00