.. |
ctypes
|
Issue #8966: Fix ctypes tests for Windows
|
2010-07-31 10:52:56 +00:00 |
curses
|
#8861: remove unused variable.
|
2010-08-02 19:44:48 +00:00 |
dbm
|
#9397: remove mention of dbm.bsd which does not exist anymore.
|
2010-07-29 16:26:56 +00:00 |
distutils
|
#7973: Fix distutils options spelling.
|
2010-08-02 19:16:34 +00:00 |
email
|
#3196: if needed pad a short base64 encoded word before trying to decode.
|
2010-08-03 22:14:10 +00:00 |
encodings
|
|
|
html
|
|
|
http
|
Fix Issue8572 - httplib getheader() throws error instead of default
|
2010-08-02 11:04:58 +00:00 |
idlelib
|
At least give IDLE 3.1 a release date. No further entries there for 3.2 though.
|
2010-07-31 09:03:30 +00:00 |
importlib
|
Add importlib benchmarks which try to be "realistic" by importing the decimal
|
2010-07-22 07:40:56 +00:00 |
json
|
#9087: update json docstrings -- unicode and long do not exist anymore.
|
2010-08-02 20:16:18 +00:00 |
lib2to3
|
|
|
logging
|
|
|
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 and adapt Topics builder to Sphinx 1.0.
|
2010-07-31 08:27:46 +00:00 |
site-packages
|
|
|
sqlite3
|
|
|
test
|
That test was never run (since thread has been renamed to _thread in 3.x)
|
2010-08-04 00:18:49 +00:00 |
tkinter
|
Issue #9384: python -m tkinter will now display a simple demo applet.
|
2010-07-27 14:16:32 +00:00 |
unittest
|
|
|
urllib
|
Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication
|
2010-08-01 17:53:37 +00:00 |
wsgiref
|
|
|
xml
|
#777884: make .normalize() do nothing for childless nodes, instead of raising an exception
|
2010-07-25 23:38:47 +00:00 |
xmlrpc
|
#9032: XML-RPC client: Transport.request() retries on EPIPE error
|
2010-07-24 02:24:55 +00:00 |
__future__.py
|
|
|
__phello__.foo.py
|
|
|
_abcoll.py
|
Only expose the abstract base classes.
|
2010-07-31 07:12:50 +00:00 |
_compat_pickle.py
|
|
|
_dummy_thread.py
|
|
|
_markupbase.py
|
|
|
_pyio.py
|
|
|
_strptime.py
|
|
|
_threading_local.py
|
|
|
_weakrefset.py
|
|
|
abc.py
|
|
|
aifc.py
|
|
|
antigravity.py
|
|
|
argparse.py
|
#9444: use first of prefix_chars for help opt instead of raising error
|
2010-08-03 17:56:09 +00:00 |
ast.py
|
|
|
asynchat.py
|
|
|
asyncore.py
|
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
|
2010-07-28 08:19:35 +00:00 |
base64.py
|
Fix failure introduced in r83182.
|
2010-07-28 00:23:21 +00:00 |
bdb.py
|
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling.
|
2010-07-30 15:01:23 +00:00 |
binhex.py
|
|
|
bisect.py
|
|
|
build_class.py
|
|
|
calendar.py
|
|
|
cgi.py
|
|
|
cgitb.py
|
|
|
chunk.py
|
|
|
cmd.py
|
#8620: Cmd no longer truncates last character if stdin ends without newline
|
2010-08-01 03:31:09 +00:00 |
code.py
|
|
|
codecs.py
|
|
|
codeop.py
|
|
|
collections.py
|
Update OrderedDict implementation to match that in Py2.7.
|
2010-08-01 22:10:57 +00:00 |
colorsys.py
|
|
|
compileall.py
|
|
|
configparser.py
|
#1090076: explain the behavior of *vars* in get() better.
|
2010-07-29 14:17:12 +00:00 |
contextlib.py
|
|
|
copy.py
|
|
|
copyreg.py
|
|
|
cProfile.py
|
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
|
2010-08-02 12:20:23 +00:00 |
csv.py
|
|
|
datetime.py
|
Make python version of fromtimestamp behave more like C.
|
2010-07-26 02:36:41 +00:00 |
decimal.py
|
|
|
difflib.py
|
|
|
dis.py
|
|
|
doctest.py
|
#5727: Restore the ability to use readline when calling into pdb in doctests.
|
2010-07-30 09:59:28 +00:00 |
dummy_threading.py
|
|
|
filecmp.py
|
|
|
fileinput.py
|
#1286: allow using fileinput.FileInput as context manager.
|
2010-07-31 20:08:15 +00:00 |
fnmatch.py
|
Make fnmatch be more PEP 8 compliant.
|
2010-07-23 16:22:25 +00:00 |
formatter.py
|
|
|
fractions.py
|
|
|
ftplib.py
|
|
|
functools.py
|
Re-commit r83327 now that the release is done.
|
2010-07-31 18:09:23 +00:00 |
genericpath.py
|
|
|
getopt.py
|
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
|
2010-07-24 00:49:20 +00:00 |
getpass.py
|
|
|
gettext.py
|
|
|
glob.py
|
|
|
gzip.py
|
|
|
hashlib.py
|
|
|
heapq.py
|
|
|
hmac.py
|
|
|
imaplib.py
|
#5146: handle UID THREAD command correctly.
|
2010-07-31 22:32:52 +00:00 |
imghdr.py
|
|
|
inspect.py
|
|
|
io.py
|
|
|
keyword.py
|
|
|
linecache.py
|
|
|
locale.py
|
|
|
macpath.py
|
|
|
macurl2path.py
|
|
|
mailbox.py
|
#8773: mailbox.py does not need to be executable.
|
2010-08-01 06:42:45 +00:00 |
mailcap.py
|
|
|
mimetypes.py
|
|
|
modulefinder.py
|
|
|
netrc.py
|
|
|
nntplib.py
|
|
|
ntpath.py
|
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
|
2010-07-31 21:40:15 +00:00 |
nturl2path.py
|
|
|
numbers.py
|
|
|
opcode.py
|
|
|
optparse.py
|
|
|
os.py
|
#8603: Add environb to os.__all__
|
2010-07-29 17:19:38 +00:00 |
os2emxpath.py
|
|
|
pdb.py
|
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
|
2010-07-30 22:20:16 +00:00 |
pickle.py
|
Issue #9378: python -m pickle <pickle file> will now load and display
|
2010-07-27 23:02:38 +00:00 |
pickletools.py
|
Syntax cleanup.
|
2010-07-28 16:39:41 +00:00 |
pipes.py
|
|
|
pkgutil.py
|
|
|
platform.py
|
Fix for issue 9455: platform.mac_ver() broken on OSX/ppc
|
2010-08-03 07:42:42 +00:00 |
plistlib.py
|
|
|
poplib.py
|
|
|
posixpath.py
|
#5551: symbolic links never can be mount points. Fixes the fix for #1713.
|
2010-08-01 15:30:56 +00:00 |
pprint.py
|
|
|
profile.py
|
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
|
2010-08-02 12:20:23 +00:00 |
pstats.py
|
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
|
2010-08-02 17:24:49 +00:00 |
pty.py
|
|
|
py_compile.py
|
|
|
pyclbr.py
|
|
|
pydoc.py
|
Build properties using lambdas. This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
|
2010-08-01 06:32:55 +00:00 |
queue.py
|
|
|
quopri.py
|
|
|
random.py
|
|
|
re.py
|
The default size of the re module's compiled regular expression cache has
|
2010-07-27 05:31:29 +00:00 |
reprlib.py
|
|
|
rlcompleter.py
|
|
|
runpy.py
|
|
|
sched.py
|
|
|
shelve.py
|
|
|
shlex.py
|
|
|
shutil.py
|
|
|
site.py
|
Ensure that test_site actually passes with a framework build
|
2010-08-01 09:02:50 +00:00 |
smtpd.py
|
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
|
2010-07-31 10:08: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
|
#6630: allow customizing flags for compiling string.Template.idpattern.
|
2010-07-29 17:16:10 +00:00 |
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
Issue #9265: Incorrect name passed as arg[0] when shell=True
|
2010-07-19 14:20:53 +00:00 |
sunau.py
|
|
|
symbol.py
|
|
|
symtable.py
|
|
|
sysconfig.py
|
Ensure that test_site actually passes with a framework build
|
2010-08-01 09:02:50 +00:00 |
tabnanny.py
|
|
|
tarfile.py
|
|
|
telnetlib.py
|
|
|
tempfile.py
|
|
|
textwrap.py
|
|
|
this.py
|
|
|
threading.py
|
Rip out old testing code that was inlined in threading.
|
2010-07-23 15:50:02 +00:00 |
timeit.py
|
#4810: document "--" option separator in timeit help.
|
2010-08-01 08:52:32 +00:00 |
token.py
|
|
|
tokenize.py
|
|
|
trace.py
|
Fix softspace relic.
|
2010-08-02 12:40:22 +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
|
|
|