cpython/Lib
Brian Curtin 19651369e4 Adjust #8956 to add the bad signal number to the exception message. 2010-09-07 13:24:38 +00:00
..
ctypes Reverted r84315 and r84316, with Benjamin's blessing. The tests were 2010-08-31 15:45:04 +00:00
curses
dbm
distutils Bump to 3.2a2. 2010-09-05 08:30:40 +00:00
email #1194222: make parsedate always return RFC2822 four character years. 2010-08-25 00:45:55 +00:00
encodings remove pointless coding cookies 2010-08-30 14:05:50 +00:00
html
http
idlelib Bump to 3.2a2. 2010-09-05 08:30:40 +00:00
importlib Remove redundant context manager. 2010-09-03 19:55:26 +00:00
json Issue #7451: Improve decoding performance of JSON objects, and reduce 2010-09-04 20:16:53 +00:00
lib2to3
logging Removed _unicode variable which is always False in Python 3.x. 2010-08-31 07:52:17 +00:00
msilib remove pointless coding cookies 2010-08-30 14:05:50 +00:00
multiprocessing Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data Update pydoc topics. 2010-09-05 08:28:41 +00:00
site-packages
sqlite3 remove pointless coding cookies 2010-08-30 14:05:50 +00:00
test Fix corner case for Random.choice() and add tests. 2010-09-07 10:06:56 +00:00
tkinter
unittest Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest 2010-09-06 19:25:46 +00:00
urllib Fix Issue8797 - Reset the basic auth retry count when response code is not 401. 2010-08-26 06:16:22 +00:00
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_abcoll.py Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x 2010-08-24 20:49:57 +00:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py Take advantage of the frozenset constant optimization. 2010-09-05 23:15:06 +00:00
_pyio.py More docstring updates 2010-09-06 22:31:52 +00:00
_strptime.py
_threading_local.py Issue #1868: Eliminate subtle timing issues in thread-local objects by 2010-08-28 18:17:03 +00:00
_weakrefset.py
abc.py add support for abstract class and static methods #5867 2010-08-17 00:52:52 +00:00
aifc.py
antigravity.py
argparse.py
ast.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
asynchat.py
asyncore.py fix issue 658749: correctly interprets asyncore's windows errors on connect() 2010-08-23 21:53:41 +00:00
base64.py
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Add method to OrderedDict for repositioning keys to the ends. 2010-09-06 21:26:09 +00:00
colorsys.py
compileall.py
configparser.py add consistent support for the vars and default arguments on all 2010-09-04 04:35:34 +00:00
contextlib.py
copy.py Fix running the copy module from the command-line (however use{ful,less} it may be). 2010-09-04 17:46:44 +00:00
copyreg.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own 2010-08-17 10:18:16 +00:00
doctest.py Issue #8983: Corrected docstrings. 2010-08-16 20:17:07 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py Take advantage of the frozenset constant optimization. 2010-09-05 23:15:06 +00:00
functools.py Add method to OrderedDict for repositioning keys to the ends. 2010-09-06 21:26:09 +00:00
genericpath.py
getopt.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
getpass.py
gettext.py
glob.py
gzip.py Issue #3488: Provide convenient shorthand functions `gzip.compress` 2010-08-17 21:10:05 +00:00
hashlib.py hashlib has two new constant attributes: algorithms_guaranteed and 2010-09-06 08:30:23 +00:00
heapq.py
hmac.py speed hack can be implemented more cleanly by directly calling __new__ 2010-08-21 02:45:15 +00:00
imaplib.py Fix Issue9638 - remove dead code from py3k imaplib 2010-08-19 07:02:20 +00:00
imghdr.py
inspect.py Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own 2010-08-17 10:18:16 +00:00
io.py
keyword.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py Fix some errors that #7566 introduced on non-Windows platforms due to 2010-09-06 19:46:17 +00:00
nturl2path.py
numbers.py
opcode.py Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced 2010-09-04 18:43:52 +00:00
optparse.py
os.py Fix os.get_exec_path() (code and tests) for python -bb 2010-08-19 17:10:18 +00:00
os2emxpath.py
pdb.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
plistlib.py
poplib.py fix issue #8807: adds a context parameter to POP3_SSL class. 2010-08-17 16:09:53 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Fix Issue672656 - Securing pydoc server. 2010-08-18 19:32:21 +00:00
queue.py
quopri.py
random.py Fix corner case for Random.choice() and add tests. 2010-09-07 10:06:56 +00:00
re.py Adopt more descriptive attribute names as suggested on python-dev. 2010-09-04 22:46:06 +00:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 2010-09-01 18:54:56 +00:00
smtpd.py fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections. 2010-08-23 22:28:13 +00:00
smtplib.py
sndhdr.py
socket.py reformat comment 2010-08-31 20:10:55 +00:00
socketserver.py
sre_compile.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
sre_constants.py
sre_parse.py
ssl.py Issue #3805: clean up implementation of the _read method in _ssl.c. 2010-09-03 18:38:17 +00:00
stat.py
string.py typo 2010-09-06 20:27:55 +00:00
stringprep.py
struct.py
subprocess.py Adjust #8956 to add the bad signal number to the exception message. 2010-09-07 13:24:38 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py Remove unused import, fix typo and rewrap docstrings. 2010-09-03 19:54:02 +00:00
trace.py
traceback.py
tty.py
turtle.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
types.py
uu.py
uuid.py
warnings.py _warnings exposed two variables with the name 'default_action' and 2010-09-04 18:24:04 +00:00
wave.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py