cpython/Lib
Raymond Hettinger e11a47e207 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. 2011-10-30 14:29:06 -07:00
..
bsddb
compiler
ctypes Issue #12881: ctypes: Fix segfault with large structure field names. 2011-10-03 21:34:04 -05:00
curses
distutils normalize whitespace in Lib/distutils/msvc9compiler.py 2011-10-17 11:35:06 +11:00
email
encodings
hotshot
idlelib Issue #12590: IDLE editor window now always displays the first line 2011-07-26 18:16:08 -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 Remove duplication. 2011-10-19 10:39:35 +03:00
lib2to3 Stop trying to write into the stdlib during lib2to3 tests (#12331). 2011-07-31 17:59:28 +02:00
logging Corrected typo in comment. 2011-10-25 11:10:54 +01:00
msilib Remove duplication. 2011-10-19 10:39:35 +03:00
multiprocessing Issue #10332: multiprocessing: fix a race condition when a Pool is closed 2011-10-24 18:43:51 +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 Issue #12935: Correct typo in findertools. 2011-09-15 14:07:31 -07:00
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 Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1} 2011-10-30 21:31:34 +01:00
unittest this can be done without a custom dict (also fixes #12544) 2011-07-12 19:21:42 -05:00
wsgiref
xml Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). 2011-10-29 03:38:56 +02:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py Issue 12717: Fix-up an earlier backport in ConfigParser. 2011-08-09 12:07:15 -07:00
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 #13289: fix typo. 2011-10-29 10:40:20 +03:00
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 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 2011-07-14 19:49:02 +02:00
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py Fix closes Issue12529 - cgi.parse_header failure on double quotes and 2011-10-20 00:52:24 +08:00
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 Clarify compileall command-line options (#10454). 2011-09-01 20:04:50 +02:00
contextlib.py
cookielib.py Remove duplication. 2011-10-19 10:39:35 +03:00
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py Update link to the decimal arithmetic specification. 2011-08-24 19:13:17 -07: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 Issue #10883: Fix socket leaks in urllib.request. 2011-07-23 15:51:16 +02: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 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. 2011-10-30 14:29:06 -07:00
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Fixes #10860: Handle empty port after port delimiter in httplib 2011-10-18 17:16:00 +02:00
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 The simplest possible fix for the regression in bug 12752 by encoding unicodes 2011-08-15 19:17:12 -04: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 #5301: add image/vnd.microsoft.icon (.ico) MIME type 2011-08-21 00:15:56 +02:00
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 Issue #7689: Allow pickling of dynamically created classes when their 2011-10-04 09:34:48 +02:00
pickletools.py
pipes.py Remove obsolete comment 2011-09-01 22:06:49 +02:00
pkgutil.py Issue #7367: Fix pkgutil.walk_paths to skip directories whose 2011-10-06 14:17:47 -07:00
platform.py Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 2011-07-13 15:05:31 -07:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py fix ws 2011-06-28 21:57:21 -05:00
pstats.py Merge #12417 followup, also removing an extra docstring 2011-07-28 22:32:04 +02:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #7425: Prevent pydoc -k failures due to module import errors. 2011-10-06 14:17:44 -07: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 Remove duplication. 2011-10-19 10:39:35 +03:00
rlcompleter.py
robotparser.py
runpy.py
sched.py Remove duplication. 2011-10-19 10:39:35 +03:00
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Add missing name in shutil.__all__ 2011-08-21 16:14:01 +02:00
site.py
smtpd.py Issue #9168: now smtpd is able to bind privileged port. 2011-10-20 23:21:58 +02:00
smtplib.py Provide a better diagnosis on socket errors 2011-08-28 01:18:31 +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 #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid 2011-08-25 21:20:54 +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 Issue #12841: Fix tarfile extraction of non-existent uids/gids. 2011-09-05 17:04:18 +02:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py Issue 12514: Use try/finally to assure that timeit restores GC when done. 2011-07-28 23:56:38 -07:00
toaiff.py
token.py
tokenize.py
trace.py Fix test failures when Python is compiled without thread support. 2011-08-29 09:37:07 +02:00
traceback.py
tty.py
types.py
urllib.py whitespace fix. 2011-08-07 10:03:58 +08:00
urllib2.py merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. 2011-07-27 09:37:17 +08:00
urlparse.py include svn+ssh as well. 2011-08-03 18:40:18 +08:00
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py #12601: fix typo. 2011-07-21 11:18:18 +03:00
whichdb.py Close #13007: whichdb should recognize gdbm 1.9 magic numbers 2011-09-19 16:57:18 +02:00
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of 2011-09-23 01:15:32 +02:00
zipfile.py Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated 2011-10-20 01:38:35 +08:00