cpython/Lib
Benjamin Peterson 83c14fe1ee this can be done without a custom dict (also fixes #12544) 2011-07-12 19:21:42 -05:00
..
bsddb
compiler
ctypes
curses
distutils Issue #9516: Change distutils to no longer globally attempt to check and 2011-06-28 19:40:39 -07:00
email
encodings
hotshot
idlelib Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. 2011-07-03 17:38:53 -07:00
importlib
json #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
lib-tk Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of 2011-07-05 19:08:38 -07:00
lib2to3
logging
msilib
multiprocessing Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
pydoc_data update pydoc-topics 2011-06-11 09:50:21 -05:00
site-packages
sqlite3
test Issue #12149: Update the method cache after a type's dictionnary gets 2011-07-12 22:04:20 +02:00
unittest this can be done without a custom dict (also fixes #12544) 2011-07-12 19:21:42 -05:00
wsgiref
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py Fix display of html.parser.HTMLParser.feed docstrin 2011-05-25 18:11:43 +02:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py raise an ValueError in getvalue() on closed StringIO (closes #12161) 2011-05-26 09:56:41 -05:00
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py
_pyio.py Issue #12175: RawIOBase.readall() now returns None if read() returns None. 2011-05-25 22:52:37 +02:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
anydbm.py Add docstring to anydbm.open 2011-05-01 02:02:30 +02:00
argparse.py
ast.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Fix named tuples to work with vars(). 2011-06-02 20:40:35 -07:00
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time. 2011-06-04 18:24:15 +01:00
difflib.py Issue 11747: Fix output format for context diffs. 2011-04-12 15:48:25 -07:00
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py Issue 11802: filecmp cache was growing without bound. 2011-06-25 17:14:53 +02:00
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed. 2011-06-26 13:45:17 -07:00
functools.py
genericpath.py
getopt.py
getpass.py issue11236 getpass.getpass to respond ctrl-c or ctrl-z 2011-04-26 21:02:26 +08:00
gettext.py
glob.py
gzip.py
hashlib.py Fixes Issue #12059: Properly handle missing hash functions even when 2011-05-14 15:07:53 -07:00
heapq.py Minor tweaks to a few comments in heapq 2011-04-15 23:34:31 +02:00
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid 2011-05-24 23:10:54 +02:00
imghdr.py
imputil.py
inspect.py allow "fake" filenames in findsource (closes #9284) 2011-06-11 15:53:11 -05:00
io.py
keyword.py
linecache.py
locale.py Revert d370d609d09b as requested by Terry Jan Reedy: 2011-06-20 22:07:06 +02:00
macpath.py
macurl2path.py
mailbox.py #11700: proxy object close methods can now be called multiple times 2011-06-17 22:23:04 -04:00
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py fix regression in netrc comment handling (closes #12009) 2011-06-10 11:32:52 -05:00
new.py
nntplib.py
ntpath.py Correction to f1509fc75435 - Issue #11583 2011-06-09 10:00:42 -05:00
nturl2path.py Fix Issue11474 - url2pathname() handling of '/C|/' on Windows 2011-04-14 12:54:35 +08:00
numbers.py
opcode.py
optparse.py #8158: add missing 'description' description to optparse docstring. 2011-05-04 21:05:52 -04:00
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Add missing name in pkgutil.__all__ 2011-05-25 18:11:24 +02:00
platform.py #11985: update docstring of platform.python_implementation. 2011-05-04 18:37:50 +03:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py strip trailing ws 2011-06-27 09:18:46 -05:00
pstats.py strip trailing ws 2011-06-27 09:18:46 -05:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) 2011-05-26 13:37:25 +02:00
quopri.py
random.py Code simplification suggested by Sven Marnach. 2011-06-25 11:24:35 +02:00
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Backport fix for issue #10684 from 3.x 2011-05-06 11:31:33 +02:00
site.py
smtpd.py
smtplib.py Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. 2011-05-07 19:59:33 +02:00
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional 2011-05-10 01:52:03 +02:00
stat.py Issue #8746: Correct faulty configure checks so that os.chflags() and 2011-06-27 23:41:53 -07:00
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py Issue #12493: subprocess: communicate() handles EINTR 2011-07-05 14:08:01 +02:00
sunau.py
sunaudio.py
symbol.py
symtable.py
sysconfig.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:44:27 +02:00
tabnanny.py
tarfile.py Fix closes issue #12088 - fixes the tarfile.extractall issue when the 2011-05-17 10:12:18 +08:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py Use floor division operator instead of deprecated division operator. 2011-04-11 17:45:01 -07:00
traceback.py
tty.py
types.py
urllib.py
urllib2.py Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP 2011-06-17 14:06:27 +02:00
urlparse.py Issue #11467: Fix urlparse behavior when handling urls which contains scheme 2011-04-15 18:07:33 +08:00
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py #10694: zipfile now ignores garbage at the end of a zipfile. 2011-06-09 16:01:09 -04:00