cpython/Lib
Brian Curtin 445ad997ab Fix #14470. Remove w9xpopen per PEP 11.
As stated in PEP 11, 3.4 removes code on Windows platforms where
COMSPEC points to command.com. The w9xpopen project in Visual Studio
was added to support that case, and there was a special case in subprocess
to cover that situation. This change removes the w9xpopen project from
the Visual Studio solution and removes any references to the w9xpopen
executable.
2012-12-23 16:53:21 -06:00
..
collections Improve OrderedDict equality test. 2012-12-07 10:18:22 -08:00
concurrent
ctypes Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
curses
dbm Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
distutils Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
email Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
encodings
html
http Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
idlelib Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
importlib Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
json #16476: merge with 3.2. 2012-11-29 02:26:15 +02:00
lib2to3 Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
logging Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
msilib
multiprocessing Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02: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 and suspicious markup file. 2012-08-25 12:14:59 +02:00
site-packages
sqlite3 Merge branch '3.2' 2012-02-21 13:59:40 +02:00
test Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ 2012-12-23 14:27:17 +02:00
tkinter Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
turtledemo
unittest Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
urllib Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
venv Closes #16378: Merged docstring changes from 3.3. 2012-11-14 11:19:42 +00:00
wsgiref Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
xml Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
xmlrpc Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py merge 3.3 (#16597) 2012-12-20 11:55:16 -06:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py Issue #16049: add abc.ABC helper class. 2012-12-13 19:09:33 +02:00
aifc.py
antigravity.py
argparse.py #11175: argparse.FileType now accepts encoding and errors arguments. 2012-12-15 22:42:47 +02:00
ast.py create NameConstant AST class for None, True, and False literals (closes #16619) 2012-12-06 17:41:04 -05:00
asynchat.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
asyncore.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
configparser.py
contextlib.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py Merge 3.3. 2012-12-15 22:36:49 +01:00
difflib.py
dis.py
doctest.py #16522: Add FAIL_FAST flag to doctest. 2012-11-21 15:09:21 -05:00
dummy_threading.py
filecmp.py Cleanup filecmp: starting from 3.3 os.error is alias for OSError 2012-12-14 18:02:27 +02:00
fileinput.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
fnmatch.py
formatter.py
fractions.py Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError. 2012-11-15 20:58:40 +00:00
ftplib.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
functools.py Issue #12428: Add a pure Python implementation of functools.partial(). 2012-11-13 21:35:40 +01:00
genericpath.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
getopt.py
getpass.py Get rig of EnvironmentError (#16705) 2012-12-17 23:35:18 +02:00
gettext.py
glob.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
imghdr.py
imp.py
inspect.py
io.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
ipaddress.py
keyword.py
linecache.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
locale.py
lzma.py
macpath.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Get rig of EnvironmentError (#16705) 2012-12-17 23:35:18 +02:00
modulefinder.py merge with 3.3 2012-12-22 19:38:32 -05:00
netrc.py
nntplib.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
ntpath.py Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
pdb.py Merge issue #13120: Allow to call pdb.set_trace() from thread. 2012-12-04 21:10:20 +02:00
pickle.py Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 2012-11-24 20:41:34 +01:00
pickletools.py
pipes.py
pkgutil.py replace threw with raised (#16714) 2012-12-19 22:55:40 +02:00
platform.py Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
plistlib.py
poplib.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
posixpath.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
pprint.py
profile.py
pstats.py
pty.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00
sched.py
shelve.py
shlex.py
shutil.py Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
site.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
smtpd.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
smtplib.py Issue #16647: save socket error details in LMTP.connect() 2012-12-17 18:57:16 +02:00
sndhdr.py
socket.py
socketserver.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Fix #14470. Remove w9xpopen per PEP 11. 2012-12-23 16:53:21 -06:00
sunau.py
symbol.py
symtable.py
sysconfig.py Remove sys.platform == 'riscos' checks from some Python and test files. #16501 2012-11-19 00:59:39 +01:00
tabnanny.py #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. 2012-11-16 13:17:08 +02:00
tarfile.py Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
telnetlib.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
tempfile.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
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 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 2012-11-17 03:41:54 +01:00
weakref.py Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. 2012-11-17 18:57:38 +01:00
webbrowser.py Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
xdrlib.py
zipfile.py #14313: zipfile now raises NotImplementedError when the compression type is unknown. 2012-11-18 13:20:36 +02:00