cpython/Lib
R David Murray 3eb76fc10b #20155: use fake HTTP method names so windows doesn't hang the tests.
Windows was seeing the 'GET' generated by these tests as invalid and forcibly
closing the socket, causing the test to fail.

Patch by Jeff Allen.
2014-06-24 16:49:24 -04:00
..
bsddb
compiler #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:43:51 +03:00
ctypes Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
curses
distutils Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. 2014-06-18 23:07:46 -04:00
email #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:12 -05:00
encodings
hotshot
idlelib Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. 2014-06-17 16:35:14 -04:00
importlib
json in scan_once, prevent the reading of arbitrary memory when passed a negative index 2014-04-13 22:10:38 -04:00
lib-tk Issue #18492: Allow all resources when tests are not run by regrtest.py. 2014-06-02 16:01:16 -05:00
lib2to3 teach 2to3 about 'yield from' 2014-04-10 00:23:18 -04:00
logging Issue #21742: Set stream to None after closing. 2014-06-14 10:19:54 +01:00
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:56:17 -04:00
multiprocessing do not generate pipe names in the temporary dir 2014-04-14 12:24:37 -04:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4 set svn:executable on all regen scripts 2010-03-04 02:07:55 +00:00
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic - Issue #17086: Backport the patches from the 3.3 branch to cross-build 2013-01-31 23:52:03 +01:00
plat-irix5
plat-irix6
plat-linux2
plat-mac Issue #18098: The deprecated OS X Build Applet.app fails to build on 2013-05-30 00:14:29 -07:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
pydoc_data update pydoc_topics 2014-05-17 17:30:36 -07:00
site-packages
sqlite3 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular 2014-05-28 12:57:38 +03:00
test #20155: use fake HTTP method names so windows doesn't hang the tests. 2014-06-24 16:49:24 -04:00
unittest backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. 2014-03-25 15:29:42 -04:00
wsgiref
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py url unquote the path before checking if it refers to a CGI script (closes #21766) 2014-06-14 18:36:29 -07:00
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py #20288: fix handling of invalid numeric charrefs in HTMLParser. 2014-02-01 21:20:22 +02:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py Issue #21491: SocketServer: Fix a race condition in child processes reaping. 2014-06-20 22:03:08 +01:00
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. 2014-05-25 22:13:41 -07:00
_osx_support.py Issue #21311: Avoid exception in _osx_support with non-standard compiler 2014-04-19 13:24:03 -07:00
_pyio.py Issue #21310: Fixed possible resource leak in failed open(). 2014-06-09 13:32:08 +03:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py Use weakrefs to hold onto classes #2521. 2010-08-21 03:03:22 +00:00
aifc.py
antigravity.py Another hidden treasure. 2009-06-03 17:21:17 +00:00
anydbm.py
argparse.py Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. 2014-05-26 00:40:09 -07:00
ast.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Issue 21832: Require named tuple inputs to be exact strings 2014-06-24 13:49:24 -07:00
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py
difflib.py Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). 2014-06-21 11:27:36 -07:00
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py Issue #20501: fileinput module no longer reads whole file into memory when using 2014-02-26 20:59:08 +02:00
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) 2014-05-31 13:26:22 -07:00
heapq.py
hmac.py backport hmac.compare_digest to partially implement PEP 466 (closes #21306) 2014-05-11 16:11:44 -07:00
htmlentitydefs.py revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
htmllib.py
httplib.py Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). 2014-05-16 18:51:46 -07:00
ihooks.py
imaplib.py #20013: don't raise socket error when selected mailbox deleted. 2014-02-07 13:51:22 -05:00
imghdr.py
imputil.py
inspect.py
io.py #21225: copy docstrings from base classes 2014-04-25 09:29:30 -04:00
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik 2014-04-27 16:36:47 +01:00
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) 2014-06-22 19:07:38 -07:00
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py clarify when the list of subdirectories is read (closes #13779) 2014-06-15 20:51:12 -07:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment 2014-02-19 23:27:37 +02:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py #14798: pyclbr now raises ImportError instead of KeyError for missing packages 2012-05-18 21:54:25 +03:00
pydoc.py make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) 2014-06-07 20:14:26 -07:00
quopri.py
random.py Issue 13355: Make random.triangular degrade gracefully when low == high. 2014-05-25 17:40:25 -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
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py Issue 21469: Mitigate risk of false positives with robotparser. 2014-05-12 22:18:50 -07:00
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Issue #19856: shutil.move() failed to move a directory to other directory 2014-02-11 10:30:06 +02:00
site.py Issue #21572: Change license command to fallback to generic license URL. 2014-05-30 23:45:32 -07:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py Display the name not the group itself 2014-06-22 19:45:07 -07:00
ssl.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py remove unnecessary word (closes #19060) 2014-03-12 21:41:35 -05:00
sunau.py Silence deprecation warning in sunau.py 2014-01-29 00:15:59 -05:00
sunaudio.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the 2013-12-10 18:22:03 -08:00
tempfile.py Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception 2014-03-25 09:10:59 +01:00
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py Issue #9974: When untokenizing, use row info to insert backslash+newline. 2014-02-23 23:32:59 -05:00
trace.py
traceback.py
tty.py
types.py
urllib.py Issue #20270: urllib and urlparse now support empty ports. 2014-01-18 18:30:09 +02:00
urllib2.py
urlparse.py
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py Fix issue #14315: The zipfile module now ignores extra fields in the central 2014-05-29 23:41:52 -07:00