cpython/Lib
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
2013-11-20 11:46:18 +01:00
..
asyncio asyncio: Add streams.start_server(), by Gustavo Carneiro. 2013-11-19 11:43:38 -08:00
collections
concurrent
ctypes Issue #19591: Use specific asserts in ctype tests. 2013-11-16 23:53:39 +02:00
curses
dbm Close #19282: Native context management in dbm 2013-11-17 15:59:51 +10:00
distutils merge with 3.3.3 release clone 2013-11-17 09:17:18 +01:00
email
encodings
ensurepip Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
html #2927: Added the unescape() function to the html module. 2013-11-19 20:28:45 +02:00
http Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. 2013-11-11 06:10:23 +01:00
idlelib Bump to 3.3.3 final. 2013-11-17 07:58:22 +01:00
importlib
json
lib2to3 Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:50:51 +02:00
logging Closes #19523: Merged fix from 3.3. 2013-11-15 20:42:47 +00:00
msilib
multiprocessing Merge. 2013-11-17 17:30:54 +00:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5 Merged revisions 78644 via svnmerge from 2010-03-04 02:11:41 +00:00
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3 Do no regenerate modules that should no longer be here. 2001-05-10 15:52:47 +00:00
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Issue #19601: Use specific asserts in sqlite3 tests. 2013-11-17 00:40:01 +02:00
test ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
tkinter Issue #19602: Use specific asserts in tkinter tests. 2013-11-17 00:42:52 +02:00
turtledemo
unittest Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
urllib
venv Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:58:47 +00:00
wsgiref
xml Merge from 3.3 2013-11-12 10:26:15 -05:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 2013-11-17 23:52:25 +01: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 #19449: Handle non-string keys when generating 'fieldnames' error. 2013-11-19 13:16:20 -05:00
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py removed Enum.__eq__ as it added nothing 2013-11-13 14:25:45 -08:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py Issue #8402: Added the escape() function to the glob module. 2013-11-18 13:06:43 +02:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
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
sched.py
selectors.py selectors: use a single return. 2013-11-18 18:59:43 +01:00
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. 2013-11-17 19:59:14 +01:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py Remove outdated comment 2013-11-11 15:08:40 +00:00
sunau.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py