cpython/Lib
Ronald Oussoren 2efd924754 Merged revisions 74970 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (Sun, 20 Sep 2009) | 7 lines

  Issue 6877: this patch makes it possible to link the readline extension
  to the libedit emulation of the readline API on OSX 10.5 or later.

  This also adds a minimal testsuite for readline to check that the
  history manipuation functions have the same interface with both
  C libraries.
........
2009-09-20 14:53:22 +00:00
..
ctypes Merged revisions 74921 via svnmerge from 2009-09-18 20:08:39 +00:00
curses
dbm
distutils Merged revisions 74806 via svnmerge from 2009-09-15 19:16:02 +00:00
email
encodings
html
http Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
idlelib Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
importlib Rework importlib benchmarks so that they measure number of executions within a 2009-09-03 20:45:21 +00:00
json
lib2to3
logging
msilib
multiprocessing Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from 2008-03-31 01:51:45 +00:00
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Merged revisions 74754 via svnmerge from 2009-09-12 18:41:20 +00:00
test Merged revisions 74970 via svnmerge from 2009-09-20 14:53:22 +00:00
tkinter Merged revisions 74507-74511,74517 via svnmerge from 2009-08-18 15:35:57 +00:00
unittest
urllib Use true booleans. 2009-09-16 14:36:22 +00:00
wsgiref Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xml Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xmlrpc Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py Issues #2715, #6621: Remove unused and undefined references to FSSpec 2009-08-02 20:08:54 +00:00
bisect.py
build_class.py
cProfile.py Remove the just-removed "help" from __all__. 2009-09-04 17:15:16 +00:00
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
csv.py
decimal.py Merged revisions 74723 via svnmerge from 2009-09-08 20:22:46 +00:00
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Merged revisions 74475 via svnmerge from 2009-08-16 18:58:46 +00:00
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py Merged revisions 74479 via svnmerge from 2009-08-16 22:08:56 +00:00
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py Merged revisions 74285 via svnmerge from 2009-08-02 15:51:19 +00:00
io.py
keyword.py
linecache.py
locale.py Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but 2009-09-06 13:59:02 +00:00
macpath.py
macurl2path.py Fixing Issue6711 - macurl2path has typos that raise AttributeError 2009-08-16 06:43:50 +00:00
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py Merged revisions 74838-74839 via svnmerge from 2009-09-16 16:40:45 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.py Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. 2009-08-06 16:06:25 +00:00
posixpath.py
pprint.py
profile.py Merged revisions 74773 via svnmerge from 2009-09-13 15:18:53 +00:00
pstats.py Use true kwonly arg instead of **kwds hackaround. 2009-09-02 20:33:30 +00:00
pty.py
py_compile.py
pyclbr.py
pydoc.py #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more. 2009-09-04 08:07:32 +00:00
queue.py
quopri.py Use true booleans and a bit more PEP8. 2009-09-02 20:34:14 +00:00
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py Merged revisions 74526 via svnmerge from 2009-08-20 21:28:05 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Merged revisions 74750 via svnmerge from 2009-09-12 10:44:00 +00:00
telnetlib.py - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT 2009-07-26 22:23:04 +00:00
tempfile.py
textwrap.py
this.py
threading.py Use true booleans. 2009-09-16 14:23:20 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py Small PEP8 correction. 2009-09-16 14:24:29 +00:00
tty.py
turtle.py
types.py
uu.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
uuid.py
warnings.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
wave.py
weakref.py
webbrowser.py Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00