.. |
ctypes
|
Reverted r84315 and r84316, with Benjamin's blessing. The tests were
|
2010-08-31 15:45:04 +00:00 |
curses
|
|
|
dbm
|
|
|
distutils
|
PEP 3149 is accepted.
|
2010-09-03 18:30:30 +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
|
|
|
importlib
|
Remove redundant context manager.
|
2010-09-03 19:55:26 +00:00 |
json
|
|
|
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
|
|
|
site-packages
|
|
|
sqlite3
|
remove pointless coding cookies
|
2010-08-30 14:05:50 +00:00 |
test
|
Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
|
2010-09-04 17:40:21 +00:00 |
tkinter
|
|
|
unittest
|
|
|
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
|
Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231
|
2010-08-08 23:08:41 +00:00 |
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
|
|
|
_pyio.py
|
|
|
_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
|
|
|
calendar.py
|
|
|
cgi.py
|
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
|
2010-08-09 20:01:35 +00:00 |
cgitb.py
|
|
|
chunk.py
|
|
|
cmd.py
|
|
|
code.py
|
|
|
codecs.py
|
|
|
codeop.py
|
|
|
collections.py
|
Better method name. Tighten inner-loop with bound methods.
|
2010-09-02 19:56:28 +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
|
|
|
cProfile.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
|
Re-apply r83871.
|
2010-08-13 16:26:40 +00:00 |
formatter.py
|
|
|
fractions.py
|
|
|
ftplib.py
|
fix issue 9601: ftplib now provides a workaround for invalid response code returned on MKD and PWD by non-compliant FTPserver implementations such as ISS shipped with Windows server 2003
|
2010-08-23 22:10:32 +00:00 |
functools.py
|
Readability nit.
|
2010-09-02 19:58:35 +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
|
|
|
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
|
|
|
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
|
|
|
re.py
|
Clean-up the cache patch for the re module.
|
2010-08-14 21:17:48 +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
|
|
|
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows
|
2010-08-11 14:20:40 +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
|
Issue #7467: when a file from a ZIP archive, its CRC is checked and a
|
2010-08-12 15:11:50 +00:00 |