cpython/Lib
Mark Dickinson 968f1690d3 #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. 2009-09-07 18:04:58 +00:00
..
bsddb
compiler
ctypes Revert rev 74134, as it does not completely fixx issue #6493. 2009-07-21 19:04:02 +00:00
curses
distutils fixed typo 2009-08-18 08:21:49 +00:00
email #2622 Import errors in email.message, from a py2app standalone application. 2009-07-11 14:33:51 +00:00
encodings #1616979: Add the cp720 (Arabic DOS) encoding. 2009-07-13 20:01:11 +00:00
hotshot
idlelib Issue #3926: Fix the usage of the new showwarnings and formatwarning. 2009-08-14 14:03:07 +00:00
importlib
json convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
lib-tk Added missing static option for OptionMenu. Issue #5961. 2009-08-18 16:39:36 +00:00
lib2to3 Merged revisions 74121-74122 via svnmerge from 2009-07-20 21:09:45 +00:00
logging Issue #6314: logging: Extra checks on the "level" argument in more places. 2009-07-13 11:21:05 +00:00
msilib
multiprocessing Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address 2009-08-06 02:05:56 +00: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 Fix for issue 4937 2009-09-06 12:23:18 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Merge r73838 from py3k branch. Use the nondeprecated unittest method 2009-07-04 08:42:10 +00:00
test #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. 2009-09-07 18:04:58 +00:00
unittest issue 6275 2009-08-27 22:20:21 +00:00
wsgiref #2622 Import errors in email.message, from a py2app standalone application. 2009-07-11 14:33:51 +00:00
xml #4490 Fix sample code run by "python -m xml.sax.xmlreader" 2009-06-22 19:33:48 +00:00
BaseHTTPServer.py http://bugs.python.org/issue6267 2009-06-28 21:04:17 +00:00
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. 2009-09-04 08:17:04 +00:00
DocXMLRPCServer.py http://bugs.python.org/issue6267 2009-06-28 21:04:17 +00:00
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Issue 6654 2009-08-27 23:13:18 +00:00
SocketServer.py http://bugs.python.org/issue6382 2009-07-07 09:01:34 +00:00
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py
_pyio.py
_strptime.py
_threading_local.py
abc.py
aifc.py
antigravity.py
anydbm.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 Issue 6370: Performance issue with collections.Counter(). 2009-06-29 19:10:29 +00:00
colorsys.py
commands.py
compileall.py
contextlib.py Remove markup from docstring 2009-06-23 10:51:02 +00:00
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. 2009-09-07 18:04:58 +00:00
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Issue 6665: Fix fnmatch to properly match filenames with newlines in them. 2009-08-16 18:52:58 +00:00
formatter.py
fpformat.py
fractions.py Issue #6431: Fix Fraction comparisons with unknown types, and with 2009-07-18 15:18:18 +00:00
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py Clean up the C library import code (based on suggestions in issue6281). 2009-08-16 21:54:45 +00:00
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. 2009-09-04 16:12:32 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py Issue #6619: Remove duplicate 'isgenerator' function from inspect module. 2009-08-02 15:40:11 +00:00
io.py
keyword.py
linecache.py
locale.py Issue #6620: Slightly safer code for _grouping_intervals in the locale 2009-08-04 21:56:04 +00:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py restricted environments are no more 2009-08-28 16:48:03 +00:00
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Use a different VER command output parser to address the localization 2009-07-13 21:28:33 +00:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Fix issue 5230 by having pydoc's safeimport check to see if the import 2009-06-23 18:02:46 +00:00
quopri.py
random.py
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
site.py #6693: New functions in site.py to get user/global site packages paths. 2009-08-20 21:23:13 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Fix issue1628205: Socket file objects returned by socket.socket.makefile() now 2009-08-13 18:54:50 +00:00
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py Revert r74028. 2009-07-16 21:47:51 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py return locals and cells in get_locals() not bound globals, though 2009-06-28 19:27:55 +00:00
tabnanny.py
tarfile.py Issue #6054: Do not normalize stored pathnames. 2009-08-28 19:23:44 +00:00
telnetlib.py
tempfile.py proxy the __exit__ call 2009-07-01 13:34:35 +00:00
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py remove more code for restricted execution 2009-08-28 16:49:56 +00:00
urllib.py
urllib2.py Fix for issue5102, timeout value propages between redirects, proxy, digest and 2009-07-19 02:43:43 +00:00
urlparse.py
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. 2009-09-04 06:59:20 +00:00
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py issue 6769 2009-08-24 11:39:31 +00:00
zipfile.py #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, 2009-07-28 22:15:30 +00:00