cpython/Lib
Roger Serwy 53683f6f4b #13495: merge with 3.3. 2013-05-05 22:16:03 -05:00
..
collections Issue #15528: Add weakref.finalize to support finalization using 2013-05-05 23:05:00 +01:00
concurrent
ctypes #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
curses
dbm
distutils Fix uploadTestCase to work even when HTTPSConnection is not available. 2013-04-19 04:23:09 +03:00
email
encodings
html #17802: merge with 3.3. 2013-05-01 16:20:00 +03:00
http
idlelib #13495: merge with 3.3. 2013-05-05 22:16:03 -05:00
importlib #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
json Merge #16057: Clarify why the base method default is called in custom encoders. 2013-03-17 21:53:48 -04:00
lib2to3
logging Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. 2013-04-22 10:14:12 +01:00
msilib
multiprocessing Issue #17555: Fix ForkAwareThreadLock so that size of after fork 2013-04-17 21:09:38 +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-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test Issue #15528: Add weakref.finalize to support finalization using 2013-05-05 23:05:00 +01:00
tkinter
turtledemo
unittest clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:51:42 +02:00
urllib Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes 2013-04-25 05:45:48 -07:00
venv
wsgiref
xml Remove superfluous try/except 2013-04-20 09:11:37 -07:00
xmlrpc Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py
_strptime.py
_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
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py fix character index in ExtendedInterpolation's exception message 2013-04-24 01:25:55 +02:00
contextlib.py
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py ftplib: update connect() docstring by mentioning 'timeout' argument 2013-04-26 15:23:43 +02:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py Issue #16694: Add a pure Python implementation of the operator module. 2013-04-20 19:21:44 +02:00
imaplib.py
imghdr.py
imp.py Issue #15902: Fix imp.load_module() to accept None as a file when 2013-05-03 10:37:08 -04:00
inspect.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
io.py
ipaddress.py
keyword.py 17830: preserve line endings of original file when updating keywords. 2013-04-25 12:01:36 -04:00
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. 2013-05-04 15:12:55 +03:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py check local class namespace before reaching for cells (closes #17853) 2013-04-30 09:41:40 -04:00
operator.py Issue #16694: Add a pure Python implementation of the operator module. 2013-04-20 19:21:44 +02:00
optparse.py
os.py
pdb.py
pickle.py Merge 3.3 2013-04-20 13:25:55 -07:00
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py Ensure that plistlib doesn't corrupt deeply nested datastructures 2013-04-23 13:47:22 +02:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. 2013-04-19 02:53:12 +03:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py - Issue #17012: shutil.which() no longer fallbacks to the PATH environment 2013-04-16 11:18:18 -04:00
site.py Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. 2013-05-04 20:08:35 +02:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py #17341: Include name in re error message about invalid group name. 2013-04-14 13:00:54 -04:00
ssl.py Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected. 2013-05-01 20:52:07 +02:00
stat.py
string.py
stringprep.py
struct.py Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. 2013-04-27 00:20:04 +02:00
subprocess.py Issue #16624: `subprocess.check_output` now accepts an `input` argument, 2013-04-22 20:20:54 +03:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #11714: Use 'with' statements to assure a Semaphore releases a 2013-04-22 22:54:16 +03:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py refactor traceback.py to reduce code duplication (closes #17646) 2013-04-29 16:09:39 -04:00
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py Issue #15528: Add weakref.finalize to support finalization using 2013-05-05 23:05:00 +01:00
webbrowser.py
xdrlib.py
zipfile.py