cpython/Lib
Hynek Schlawack 91c5a34613 #14814: ipaddress: refactor dup code, minor janitoring, bump coverage
- remove duplicate netmask/hostmask code
- make two ifs more pythonic
- remove packed property for networks
- some minor pep8 stuff
- Test coverage is now at 97%, the rest are mostly unreachable safeguards.
2012-06-05 11:55:58 +02:00
..
collections
concurrent
ctypes Issue #9041: raised exception is misleading 2012-05-28 14:47:53 -05:00
curses
dbm
distutils Bump version to 3.3.0a4. 2012-05-30 22:04:31 +02:00
email #1079: Fix parsing of encoded words. 2012-06-02 17:56:49 -04:00
encodings
html
http Issue 14989: http.server --cgi option can enable the CGI http server. 2012-06-03 16:15:54 +08:00
idlelib merge 3.2 2012-06-03 12:33:23 +02:00
importlib Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports 2012-05-27 17:49:58 +10:00
json #14875: merge with 3.2. 2012-05-21 17:53:42 -06:00
lib2to3
logging
msilib
multiprocessing Prevent handle leak if CreateProcess() fails in multiprocessing 2012-06-04 18:59:10 +01:00
packaging Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +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-os2emx
plat-sunos5
plat-unixware7
pydoc_data Update pydoc topics and fix new suspicious markup. 2012-05-30 22:03:20 +02:00
site-packages
sqlite3
test #14814: ipaddress: refactor dup code, minor janitoring, bump coverage 2012-06-05 11:55:58 +02:00
tkinter Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
turtledemo
unittest Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 2012-05-27 18:17:07 +10:00
urllib Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg 2012-05-26 09:55:28 +08:00
venv Removed pysetup3.exe executable. 2012-05-29 11:12:43 +01:00
wsgiref
xml Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. 2012-05-29 06:02:56 +03:00
xmlrpc
__future__.py #14494: Document that absolute imports became default in 3.0 instead of 2.7. 2012-05-19 18:36:33 +03:00
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py
_strptime.py Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). 2012-05-14 19:44:59 +02:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py Add a function bz2.open(), to match gzip.open(). 2012-06-04 23:32:38 +02:00
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 #14969: Improve the handling of exception chaining in contextlib.ExitStack 2012-06-01 22:48:32 +10:00
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Separate key creation logic from the sequence class that memoizes its hash value. 2012-06-04 00:21:14 -07:00
genericpath.py
getopt.py
getpass.py
gettext.py Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
glob.py
gzip.py Add fileobj support to gzip.open(). 2012-06-04 23:21:38 +02:00
hashlib.py
heapq.py
hmac.py Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate 2012-05-13 19:53:07 +02:00
imaplib.py
imghdr.py
imp.py Issue #13959: Have 2012-05-11 14:48:41 -04:00
inspect.py Issue #14987: Add a missing import statement 2012-06-02 22:28:42 -04:00
io.py merge 3.2 2012-05-07 22:24:05 -04:00
ipaddress.py #14814: ipaddress: refactor dup code, minor janitoring, bump coverage 2012-06-05 11:55:58 +02:00
keyword.py
linecache.py
locale.py
lzma.py Add a function lzma.open(), to match gzip.open() and bz2.open(). 2012-06-04 23:38:12 +02:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
netrc.py
nntplib.py #1079: Fix parsing of encoded words. 2012-06-02 17:56:49 -04:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError 2012-06-03 14:35:09 -07:00
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py issue 14660: Implement PEP 420, namespace packages. 2012-05-24 20:21:04 -04:00
platform.py
plistlib.py #14835: Make plistlib output empty arrays & dicts like OS X 2012-05-29 12:04:54 +02:00
poplib.py
posixpath.py Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' 2012-05-10 05:10:50 +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:59:49 +03:00
pydoc.py Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
queue.py
quopri.py
random.py Issue #14926: merge with 3.2 2012-06-02 19:40:20 +02:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py Close #14690: Use monotonic clock instead of system clock in the sched, 2012-05-30 13:30:32 +02:00
shelve.py
shlex.py
shutil.py Issue #14082: shutil.copy2() now copies extended attributes, if possible. 2012-05-12 19:02:01 +02:00
site.py Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
smtpd.py #8739: upgrade smtpd to RFC 5321 and 1870. 2012-05-26 14:33:59 -04:00
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. 2012-05-15 15:30:25 +02:00
string.py
stringprep.py
struct.py
subprocess.py Close #14690: Use monotonic clock instead of system clock in the sched, 2012-05-30 13:30:32 +02:00
sunau.py
symbol.py
symtable.py
sysconfig.cfg Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
sysconfig.py Fixed _sys_home computation and added diagnostics for Windows buildbot failures. 2012-05-27 17:30:09 +01:00
tabnanny.py
tarfile.py Simplify usage of LZMAFile's fileobj support, like with BZ2File. 2012-06-04 23:34:07 +02:00
telnetlib.py
tempfile.py
textwrap.py #13152: Allow to specify a custom tabsize for expanding tabs in textwrap 2012-05-19 13:33:11 +02:00
this.py
threading.py
timeit.py Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. 2012-05-01 11:56:22 +02:00
token.py Issue #9260: A finer-grained import lock. 2012-05-17 18:55:59 +02:00
tokenize.py
trace.py Close #14690: Use monotonic clock instead of system clock in the sched, 2012-05-30 13:30:32 +02:00
traceback.py PEP 415: Implement suppression of __context__ display with an exception attribute 2012-05-14 22:09:31 -07:00
tty.py
turtle.py
types.py Eric Snow's implementation of PEP 421. 2012-06-03 16:18:47 -04:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py Issue #14366: Support lzma compression in zip files. 2012-05-13 10:06:36 +02:00