cpython/Lib
R David Murray ec1b5b88ee #11589: add additional tests for the email quoprimime module.
Patch by Michael Henry.
2011-03-23 14:19:05 -04:00
..
ctypes #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
curses Issue #5622: Fix curses.wrapper to raise correct exception if curses 2011-03-09 02:36:51 -08:00
dbm Fix #11491. When dbm.open was called with a file which already exists and 2011-03-14 15:35:35 -04:00
distutils #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
email #11589: add additional tests for the email quoprimime module. 2011-03-23 14:19:05 -04:00
encodings
html Merged revisions 87542 via svnmerge from 2010-12-28 16:10:56 +00:00
http Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar 2011-03-21 02:38:51 +01:00
idlelib #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
importlib #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
json Merged revisions 88137 via svnmerge from 2011-01-21 21:39:56 +00:00
lib2to3 #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
logging Issue #11444: Lock handlers while flushing/closing during shutdown. 2011-03-08 22:49:57 +00:00
msilib
multiprocessing Issue #11569: use absolute path to the sysctl command in multiprocessing to 2011-03-16 09:41:32 -04:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6 Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Merged revisions 86596 via svnmerge from 2010-11-21 01:30:29 +00:00
test Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. 2011-03-23 02:08:07 +01:00
tkinter #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
urllib Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list 2011-03-14 18:15:25 -04:00
wsgiref Merged revisions 87797 via svnmerge from 2011-01-06 17:18:32 +00:00
xml #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
xmlrpc #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
__future__.py
__phello__.foo.py
_abcoll.py Remove the function annotations from _abcoll.py 2011-01-12 20:46:15 +00:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Backport 87978: Do not expose function type annotations in the standard library. 2011-01-12 23:52:40 +00:00
_strptime.py
_threading_local.py
_weakrefset.py Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
abc.py
aifc.py
antigravity.py
ast.py Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) 2011-01-24 21:46:05 +00:00
asynchat.py
asyncore.py Merged revisions 88722 via svnmerge from 2011-03-03 14:09:45 +00:00
base64.py
bdb.py Merged revisions 86861 via svnmerge from 2010-11-29 12:27:45 +00:00
binhex.py
bisect.py
cProfile.py
calendar.py Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from 2010-11-26 08:52:36 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Backport r87613 to make OrderedDict subclassing match dict subclassing. 2011-01-04 20:57:19 +00:00
colorsys.py
compileall.py
configparser.py collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste). 2011-02-02 22:17:34 +00:00
contextlib.py
copy.py
copyreg.py
csv.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
decimal.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
difflib.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
dis.py
doctest.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py Merged revisions 87306 via svnmerge from 2010-12-16 03:27:11 +00:00
gettext.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py Merged revisions 88231 via svnmerge from 2011-01-29 18:43:43 +00:00
imghdr.py
inspect.py Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from 2010-11-26 08:42:45 +00:00
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py Merged revisions 86925 via svnmerge from 2010-12-02 03:10:43 +00:00
nntplib.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
ntpath.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
nturl2path.py
numbers.py Remove the funky function annotation from numbers.py. 2011-01-12 20:54:53 +00:00
opcode.py
optparse.py
os.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:00:37 +01:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
pipes.py
pkgutil.py
platform.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:00:37 +01:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
pty.py
py_compile.py
pyclbr.py Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion. 2011-01-27 00:12:08 +00:00
pydoc.py Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
queue.py
quopri.py
random.py Issue 10787: Document the probability density function for random.gammavariate. 2011-03-22 15:55:51 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py Merged revisions 85861 via svnmerge from 2010-10-27 18:54:06 +00:00
shutil.py
site.py Merged revisions 87497 via svnmerge from 2010-12-26 22:24:54 +00:00
smtpd.py Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error. 2010-11-01 15:18:09 +00:00
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:00:37 +01:00
sunau.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py Merged revisions 87230 via svnmerge from 2010-12-14 14:27:27 +00:00
tempfile.py
textwrap.py
this.py
threading.py Merged revisions 87740 via svnmerge from 2011-01-04 18:42:29 +00:00
timeit.py
token.py
tokenize.py
trace.py Merged revisions 86229 via svnmerge from 2010-11-06 01:35:01 +00:00
traceback.py
tty.py
turtle.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
types.py
unittest.py Merged revisions 87377 via svnmerge from 2010-12-18 17:55:43 +00:00
uu.py Merged revisions 86037 via svnmerge from 2010-10-31 16:06:55 +00:00
uuid.py Merged revisions 86192 via svnmerge from 2010-11-05 14:52:43 +00:00
warnings.py
wave.py Merged revisions 85970 via svnmerge from 2010-11-20 11:29:58 +00:00
weakref.py
webbrowser.py Issue 10738: Fix webbrowser.Opera.raise_opts value. 2010-12-28 19:50:27 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py Merged revisions 87430 via svnmerge from 2010-12-21 21:57:54 +00:00