cpython/Lib
R David Murray 4a0430166b #18852: Handle readline.__doc__ being None in site.py readline activation.
Patch by Berker Peksag.
2013-09-06 13:08:08 -04:00
..
collections
concurrent
ctypes Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 20:17:03 +03:00
curses
dbm
distutils
email
encodings
html #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. 2013-07-07 11:11:24 +02:00
http Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. 2013-08-25 11:09:45 -04:00
idlelib Merge from 3.3 #18489 Search Engine tests 2013-08-31 16:28:53 -04:00
importlib Issue #16826: Revert fix while Windows issues are being worked out. 2013-09-03 19:54:40 -05:00
json
lib2to3
logging Closes #18941: Merged fix from 3.3. 2013-09-06 10:26:48 +01:00
msilib
multiprocessing Issue #18934: multiprocessing: use selectors module. 2013-09-05 20:46:49 +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
site-packages
sqlite3
test Close #18924: Block naive attempts to change an Enum member. 2013-09-06 07:16:48 -07:00
tkinter
turtledemo
unittest Issue #11798: fix tests for regrtest -R : 2013-09-01 07:58:41 +03:00
urllib merge from 3.3 2013-09-05 21:43:53 -07:00
venv Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. 2013-08-25 00:04:06 +01:00
wsgiref
xml Issue #17741: Rename IncrementalParser and its methods. 2013-08-30 05:51:20 -07:00
xmlrpc Issue #18571: Implementation of the PEP 446: file descriptors and file handles 2013-08-28 00:53:59 +02:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py Issue #18571: Implementation of the PEP 446: file descriptors and file handles 2013-08-28 00:53:59 +02:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by 2013-08-25 19:16:01 +03:00
antigravity.py
argparse.py Issue #18920: argparse's default version action (for -v, --version) should 2013-09-06 06:49:15 -07:00
ast.py
asynchat.py Issue #18743: Fix references to non-existant "StringIO" module 2013-08-29 11:39:48 +03:00
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py Issue #18394: Explicitly close the file object cgi.FieldStorage 2013-08-23 15:15:48 -04:00
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
datetime.py improve comment 2013-08-29 17:29:30 -04:00
decimal.py
difflib.py
dis.py Close #18538: ``python -m dis`` now uses argparse. 2013-08-25 00:48:17 +10:00
doctest.py Fix tests for #11798 2013-08-29 01:24:39 +03:00
dummy_threading.py
enum.py Close #18924: Block naive attempts to change an Enum member. 2013-09-06 07:16:48 -07: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
gzip.py Issue #18743: Fix references to non-existant "StringIO" module 2013-08-29 11:39:48 +03:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py merge for issue #18755 2013-08-23 11:52:19 -04:00
inspect.py Issue #18830: inspect.getclasstree() no more produces duplicated entries even 2013-09-05 17:16:12 +03:00
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 (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except 2013-08-23 19:23:42 +02:00
pdb.py
pickle.py Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 20:17:03 +03:00
pickletools.py Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 20:17:03 +03:00
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 Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 20:17:03 +03:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py Issue #16853: Add new selectors module. 2013-09-04 19:02:49 +02:00
shelve.py
shlex.py
shutil.py
site.py #18852: Handle readline.__doc__ being None in site.py readline activation. 2013-09-06 13:08:08 -04:00
smtpd.py Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write 2013-09-05 17:44:53 +03:00
smtplib.py
sndhdr.py
socket.py Switch the AF_* and SOCK_* constants in the socket module to IntEnum. 2013-08-31 15:13:30 -07:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py Issue #18571: Implementation of the PEP 446: file descriptors and file handles 2013-08-28 00:53:59 +02:00
sunau.py Issue #18878: sunau.open now supports the context manager protocol. Based on 2013-09-05 17:01:53 +03:00
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Issue #18849: Fixed a Windows-specific tempfile bug where collision with an 2013-09-06 06:14:16 -07:00
textwrap.py
this.py
threading.py Add docstring for threading.main_thread(). 2013-09-04 10:33:11 +03:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py utilize int.from_bytes 2013-08-29 18:33:50 -07:00
warnings.py
wave.py Issue #17487: The result of the wave getparams method now is pickleable again. 2013-09-04 00:28:43 +03:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py