cpython/Lib
Berker Peksag b132069ea4 Issue #21707: Merge with 3.4. 2014-07-07 21:30:54 +03:00
..
asyncio asyncio: sync with Tulip 2014-07-07 18:08:22 +02:00
collections merge 2014-06-24 15:21:24 -07:00
concurrent
ctypes Issue #21829: Fix running test_ctypes on Windows with -O or -OO 2014-06-26 15:20:44 -05:00
curses
dbm Issue #21729: Used the "with" statement in the dbm.dumb module to ensure 2014-06-25 20:37:30 +03:00
distutils Issue #21923: merge from 3.4 2014-07-06 16:17:45 -07:00
email #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. 2014-06-26 13:31:43 -04:00
encodings
ensurepip
html
http
idlelib Merge with 3.4 2014-07-01 21:33:46 -04:00
importlib
json
lib2to3
logging
msilib
multiprocessing
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 Issue #21707: Merge with 3.4. 2014-07-07 21:30:54 +03:00
tkinter
turtledemo Merge with 3.4 2014-06-30 16:09:44 -04:00
unittest
urllib
venv
wsgiref Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. 2014-07-02 08:37:22 +03:00
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py merge 2014-07-03 00:31:54 +01:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. 2014-06-25 13:36:14 -07:00
_pyio.py add BufferedIOBase.readinto1 (closes #20578) 2014-06-22 14:17:44 -07:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py #6916: raise a deprecation warning if using asynchat.fifo 2014-06-21 13:58:30 +02:00
asyncore.py (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed 2014-06-27 23:57:19 +02:00
base64.py
bdb.py
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
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py merge 2014-06-21 11:59:46 -07:00
dis.py
doctest.py
dummy_threading.py
enum.py
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
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py #20295: Teach imghdr to recognize OpenEXR format images. 2014-06-26 12:27:57 -04:00
imp.py
inspect.py inspect: Validate that __signature__ is None or an instance of Signature. 2014-06-23 10:23:50 -07: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 Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code(). 2014-07-07 14:58:12 +03:00
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. 2014-06-26 23:40:06 -07:00
pathlib.py Merge pathlib fixes 2014-07-06 21:38:35 -04:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py Issue #3485: remove misleading comment 2014-06-18 13:09:40 -07:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py Correct the quopri module documentation. Mention the correct types of the 2014-06-25 01:12:03 -07:00
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.py
smtplib.py #15014: Add 'auth' command to implement auth mechanisms and use it in login. 2014-07-03 14:47:46 -04:00
sndhdr.py
socket.py
socketserver.py Issue #21491: socketserver: Fix a race condition in child processes reaping. 2014-06-20 22:49:26 +01:00
sre_compile.py
sre_constants.py
sre_parse.py Issue #8343: Named group error msgs did not show the group name. 2014-06-22 19:47:22 -07:00
ssl.py
stat.py Issue #21741: Add st_file_attributes to os.stat_result on Windows. 2014-06-19 09:46:37 -05:00
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py Fixes #10541: regrtest -T is broken 2014-06-29 17:44:05 -04:00
traceback.py
tracemalloc.py
tty.py
turtle.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py