.. |
concurrent
|
Fixes 9903: test_concurrent_futures writes on stderr
|
2010-10-06 13:05:45 +00:00 |
ctypes
|
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
|
2010-10-02 11:25:35 +00:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
First (uncontroversial) part of issue 9807.
|
2010-10-16 01:04:07 +00:00 |
email
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
|
2010-10-08 15:55:28 +00:00 |
encodings
|
…
|
|
html
|
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
|
2010-10-15 15:57:45 +00:00 |
http
|
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
|
2010-10-15 15:57:45 +00:00 |
idlelib
|
Bump to 3.2a3.
|
2010-10-10 09:40:34 +00:00 |
importlib
|
…
|
|
json
|
#4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
|
2010-10-15 17:03:02 +00:00 |
lib2to3
|
revert change in inappropiate branch
|
2010-10-15 21:56:35 +00:00 |
logging
|
Issue #9948: logging: fixed problem of losing filename case information.
|
2010-10-10 20:36:04 +00:00 |
msilib
|
…
|
|
multiprocessing
|
…
|
|
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-10-10 09:37:51 +00:00 |
site-packages
|
…
|
|
sqlite3
|
…
|
|
test
|
Fix Issue10119 - test_urllibnet failure when using support.transient_internet.
|
2010-10-17 10:52:12 +00:00 |
tkinter
|
Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily.
|
2010-10-05 11:24:49 +00:00 |
unittest
|
…
|
|
urllib
|
Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol
|
2010-10-14 11:57:35 +00:00 |
wsgiref
|
…
|
|
xml
|
#6098: Refrain from claiming DOM level 3 conformance in minidom.
|
2010-10-15 18:00:35 +00:00 |
xmlrpc
|
…
|
|
__future__.py
|
…
|
|
__phello__.foo.py
|
…
|
|
_abcoll.py
|
…
|
|
_compat_pickle.py
|
…
|
|
_dummy_thread.py
|
…
|
|
_markupbase.py
|
…
|
|
_pyio.py
|
Issue #9854: The default read() implementation in io.RawIOBase now
|
2010-09-14 18:37:24 +00:00 |
_strptime.py
|
…
|
|
_threading_local.py
|
…
|
|
_weakrefset.py
|
…
|
|
abc.py
|
…
|
|
aifc.py
|
…
|
|
antigravity.py
|
…
|
|
argparse.py
|
…
|
|
ast.py
|
Fix handling on negative numbers in ast.literal_eval().
|
2010-10-08 00:47:45 +00:00 |
asynchat.py
|
…
|
|
asyncore.py
|
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
|
2010-10-04 21:08:36 +00:00 |
base64.py
|
Explicitly close some files (from issue #10093)
|
2010-10-14 21:15:17 +00:00 |
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
|
2010-10-15 15:57:45 +00:00 |
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
…
|
|
codeop.py
|
…
|
|
collections.py
|
Issue 9865: add __sizeof__ to OrderedDict.
|
2010-09-16 19:10:17 +00:00 |
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
Fix typo and add test case.
|
2010-09-22 22:35:38 +00:00 |
contextlib.py
|
…
|
|
copy.py
|
…
|
|
copyreg.py
|
…
|
|
csv.py
|
…
|
|
datetime.py
|
Issue 9183: Intern UTC timezone.
|
2010-10-14 17:03:51 +00:00 |
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
As per python-dev discussion with Eli, properly document and publish dis.show_code
|
2010-09-10 14:08:04 +00:00 |
doctest.py
|
More proper closing of files
|
2010-10-14 22:11:44 +00:00 |
dummy_threading.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
Improve comment
|
2010-09-16 00:31:21 +00:00 |
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
Fix interaction of custom translation classes and caching (#9042)
|
2010-10-04 23:52:37 +00:00 |
glob.py
|
…
|
|
gzip.py
|
Issue #9759: GzipFile now raises ValueError when an operation is attempted
|
2010-10-06 21:21:18 +00:00 |
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
…
|
|
inspect.py
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
2010-10-15 16:28:20 +00:00 |
io.py
|
…
|
|
keyword.py
|
…
|
|
linecache.py
|
linecache.updatecache(): don't the lines into the cache on IOError
|
2010-09-29 01:30:45 +00:00 |
locale.py
|
…
|
|
macpath.py
|
Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X
|
2010-09-13 19:41:36 +00:00 |
macurl2path.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
Explicitly close some files (from issue #10093)
|
2010-10-14 21:15:17 +00:00 |
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
Fix NNTP when there's a ".netrc" file
|
2010-09-29 16:19:50 +00:00 |
ntpath.py
|
Fix #9790 again. Rather than handle NotImplementedError at runtime as
|
2010-09-24 13:56:34 +00:00 |
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
#4617: Previously it was illegal to delete a name from the local
|
2010-09-10 21:39:53 +00:00 |
optparse.py
|
…
|
|
os.py
|
Issue #8603: Environ.data is now protected -> Environ._data
|
2010-09-10 22:18:16 +00:00 |
os2emxpath.py
|
…
|
|
pdb.py
|
Remove unused imports.
|
2010-10-14 07:17:44 +00:00 |
pickle.py
|
Issue #9410: Various optimizations to the pickle module, leading to
|
2010-09-09 18:33:21 +00:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
…
|
|
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
Use os.fsencode() to support surrogates
|
2010-09-29 16:59:18 +00:00 |
pprint.py
|
Have pprint() respect the order in an OrderedDict.
|
2010-09-09 12:31:00 +00:00 |
profile.py
|
…
|
|
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
…
|
|
pyclbr.py
|
…
|
|
pydoc.py
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
2010-10-15 16:28:20 +00:00 |
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
…
|
|
re.py
|
…
|
|
reprlib.py
|
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
|
2010-09-13 21:36:00 +00:00 |
rlcompleter.py
|
…
|
|
runpy.py
|
account for the module __dict__ being cleared when its module is
|
2010-10-13 01:04:36 +00:00 |
sched.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
…
|
|
site.py
|
Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
|
2010-10-12 22:23:23 +00:00 |
smtpd.py
|
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
|
2010-10-04 21:08:36 +00:00 |
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
Issue #10041: The signature of optional arguments in socket.makefile()
|
2010-10-13 16:17:14 +00:00 |
socketserver.py
|
…
|
|
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
…
|
|
ssl.py
|
Issue #1589: Add ssl.match_hostname(), to help implement server identity
|
2010-10-08 10:37:08 +00:00 |
stat.py
|
…
|
|
string.py
|
#9418: first step of moving private string methods to _string module.
|
2010-10-14 07:04:07 +00:00 |
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
…
|
|
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
Explicitly close some files (from issue #10093)
|
2010-10-14 21:15:17 +00:00 |
tabnanny.py
|
…
|
|
tarfile.py
|
Issue #9065: no longer use "root" as the default for the
|
2010-10-04 15:18:47 +00:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
…
|
|
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
Issue 9941: Minor code cleanup before implementing the context manager feature:
|
2010-09-27 15:49:20 +00:00 |
traceback.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
…
|
|
wsgiref.egg-info
|
…
|
|
xdrlib.py
|
…
|
|
zipfile.py
|
#1710703: write zipfile structures also in the case of closing a new, but empty, archive.
|
2010-10-14 06:59:45 +00:00 |