cpython/Lib
Christian Heimes d062892542 Issue #19681: Apply a quick and minimal band-aid.
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree
on a permanent solution.
2013-11-22 01:22:47 +01:00
..
asyncio asyncio: Make Semaphore(0) work properly. 2013-11-21 11:07:45 -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 Merge #19485: clarify get_param example. 2013-11-03 12:23:51 -05:00
encodings #1097797: Add CP273 codec, and exercise it in the test suite 2013-11-10 13:44:30 -05:00
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 Abstract out stat calls in importlib for easier experimentation. 2013-11-01 14:04:24 -04:00
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 Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 2013-11-20 17:23:06 +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-sunos5
plat-unixware7
pydoc_data Update pydoc topics. 2013-10-27 09:08:16 +01:00
site-packages
sqlite3 Issue #19601: Use specific asserts in sqlite3 tests. 2013-11-17 00:40:01 +02:00
test Issue #19681: Apply a quick and minimal band-aid. 2013-11-22 01:22:47 +01:00
tkinter Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). 2013-11-21 19:23:50 +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 Issue #19400: Prevent extension module build failures with Xcode 5 on OS X 2013-10-25 16:03:35 -07:00
_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 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 2013-11-21 11:30:06 -08:00
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 Close #19403: make contextlib.redirect_stdout reentrant 2013-11-03 17:00:51 +10:00
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 Close #19378: address flaws in the new dis module APIs 2013-11-06 22:08:36 +10:00
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 Fix functools.partialmethod docs and __all__ 2013-11-04 23:32:16 +10:00
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 Issue #18775: Add name and block_size attribute to HMAC object. They now 2013-11-20 17:35:06 +01:00
imaplib.py Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 2013-11-20 17:23:06 +01:00
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS 2013-10-24 09:47:10 -07:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py Increase the coverage of macurl2path. Patch by Colin Williams. 2013-10-23 21:50:56 -07:00
mailbox.py
mailcap.py
mimetypes.py Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 2013-10-22 20:03:47 +01:00
modulefinder.py
netrc.py
nntplib.py merge with 3.3 2013-10-27 07:46:09 +01:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 2013-11-21 11:30:06 -08:00
pickle.py
pickletools.py
pipes.py
pkgutil.py Close #19409: add missing import in pkgutil 2013-10-27 00:27:39 +10:00
platform.py
plistlib.py Issue #14455: plistlib now supports binary plists and has an updated API. 2013-11-21 15:46:49 +01:00
poplib.py merge with 3.3 2013-10-27 07:46:09 +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
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 Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. 2013-10-25 21:39:26 +02:00
smtpd.py
smtplib.py Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 2013-11-20 17:23:06 +01:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py Issue #19329: Optimized compiling charsets in regular expressions. 2013-10-27 08:20:29 +02:00
sre_constants.py
sre_parse.py Issue #19365: Optimized the parsing of long replacement string in re.sub*() 2013-10-23 22:27:52 +03:00
ssl.py Issue #8813: Add SSLContext.verify_flags to change the verification flags 2013-11-21 23:56:13 +01:00
stat.py
statistics.py remove unused imports from statistics module 2013-10-25 02:11:17 +02:00
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 merge 3.3 (#19393) 2013-10-26 13:22:08 -04:00
sysconfig.py - Issue #19555: Restore sysconfig.get_config_var('SO'), with a 2013-11-21 18:57:14 -05:00
tabnanny.py
tarfile.py
telnetlib.py (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when 2013-10-26 09:20:38 +02:00
tempfile.py Issue14255 Don't flatten case of tempdir 2013-10-25 18:38:16 +01:00
textwrap.py
this.py
threading.py Changed a comment to end grammar bikeshedding ;-) 2013-10-26 11:56:16 -05:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. 2013-10-24 22:23:42 +02:00
wave.py Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 2013-11-21 11:04:22 +02:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py