mirror of https://github.com/python/cpython
a81eae1fd7
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r83852 | benjamin.peterson | 2010-08-08 15:45:44 -0500 (Sun, 08 Aug 2010) | 1 line wrap with parens ........ r83853 | benjamin.peterson | 2010-08-08 15:46:31 -0500 (Sun, 08 Aug 2010) | 1 line use parens ........ r83857 | benjamin.peterson | 2010-08-08 15:59:49 -0500 (Sun, 08 Aug 2010) | 1 line things which use touch_import should be pre order ........ r84042 | george.boutsioukis | 2010-08-14 16:10:19 -0500 (Sat, 14 Aug 2010) | 2 lines This revision incorporates into the 2to3 tool the new, faster, tree matching algorithm developed during a GSOC project. The algorithm resides in the two added modules, btm_matcher and btm_utils. New code has been added to drive the new matching process in refactor.py and a few minor changes were made in other modules. A BM_compatible flag(False by default) has been added in fixer_base and it is set to True in most of the current fixers. ........ r84216 | benjamin.peterson | 2010-08-19 16:44:05 -0500 (Thu, 19 Aug 2010) | 1 line allow star_expr in testlist_gexp ........ r84274 | benjamin.peterson | 2010-08-22 18:40:46 -0500 (Sun, 22 Aug 2010) | 1 line wrap long line ........ r84275 | benjamin.peterson | 2010-08-22 18:42:22 -0500 (Sun, 22 Aug 2010) | 1 line cleanup ........ r84276 | benjamin.peterson | 2010-08-22 18:51:01 -0500 (Sun, 22 Aug 2010) | 1 line when there's a None value and a traceback, don't call type with it #9661 ........ r84375 | george.boutsioukis | 2010-08-31 08:38:53 -0500 (Tue, 31 Aug 2010) | 3 lines Idiomatic code changes & stylistic issues fixed in the BottomMatcher module. Thanks to Benjamin Peterson for taking the time to review the code. ........ r85388 | benjamin.peterson | 2010-10-12 17:27:44 -0500 (Tue, 12 Oct 2010) | 1 line fix urllib fixer with multiple as imports on a line #10069 ........ r85478 | benjamin.peterson | 2010-10-14 08:09:56 -0500 (Thu, 14 Oct 2010) | 1 line stop abusing docstrings ........ r85506 | benjamin.peterson | 2010-10-14 17:45:19 -0500 (Thu, 14 Oct 2010) | 1 line kill sibling import ........ r85507 | benjamin.peterson | 2010-10-14 17:54:15 -0500 (Thu, 14 Oct 2010) | 1 line remove trailing whitespace ........ r85508 | benjamin.peterson | 2010-10-14 17:55:28 -0500 (Thu, 14 Oct 2010) | 1 line typo ........ |
||
---|---|---|
.. | ||
bsddb | ||
compiler | ||
ctypes | ||
curses | ||
distutils | ||
encodings | ||
hotshot | ||
idlelib | ||
importlib | ||
json | ||
lib-tk | ||
lib2to3 | ||
logging | ||
msilib | ||
multiprocessing | ||
plat-aix3 | ||
plat-aix4 | ||
plat-atheos | ||
plat-beos5 | ||
plat-darwin | ||
plat-freebsd4 | ||
plat-freebsd5 | ||
plat-freebsd6 | ||
plat-freebsd7 | ||
plat-freebsd8 | ||
plat-generic | ||
plat-irix5 | ||
plat-irix6 | ||
plat-linux2 | ||
plat-mac | ||
plat-netbsd1 | ||
plat-next3 | ||
plat-os2emx | ||
plat-riscos | ||
plat-sunos5 | ||
plat-unixware7 | ||
pydoc_data | ||
site-packages | ||
sqlite3 | ||
test | ||
unittest | ||
wsgiref | ||
xml | ||
BaseHTTPServer.py | ||
Bastion.py | ||
CGIHTTPServer.py | ||
ConfigParser.py | ||
Cookie.py | ||
DocXMLRPCServer.py | ||
HTMLParser.py | ||
MimeWriter.py | ||
Queue.py | ||
SimpleHTTPServer.py | ||
SimpleXMLRPCServer.py | ||
SocketServer.py | ||
StringIO.py | ||
UserDict.py | ||
UserList.py | ||
UserString.py | ||
_LWPCookieJar.py | ||
_MozillaCookieJar.py | ||
__future__.py | ||
__phello__.foo.py | ||
_abcoll.py | ||
_pyio.py | ||
_strptime.py | ||
_threading_local.py | ||
_weakrefset.py | ||
abc.py | ||
aifc.py | ||
antigravity.py | ||
anydbm.py | ||
argparse.py | ||
ast.py | ||
asynchat.py | ||
asyncore.py | ||
atexit.py | ||
audiodev.py | ||
base64.py | ||
bdb.py | ||
binhex.py | ||
bisect.py | ||
cProfile.py | ||
calendar.py | ||
cgi.py | ||
cgitb.py | ||
chunk.py | ||
cmd.py | ||
code.py | ||
codecs.py | ||
codeop.py | ||
collections.py | ||
colorsys.py | ||
commands.py | ||
compileall.py | ||
contextlib.py | ||
cookielib.py | ||
copy.py | ||
copy_reg.py | ||
csv.py | ||
dbhash.py | ||
decimal.py | ||
difflib.py | ||
dircache.py | ||
dis.py | ||
doctest.py | ||
dumbdbm.py | ||
dummy_thread.py | ||
dummy_threading.py | ||
filecmp.py | ||
fileinput.py | ||
fnmatch.py | ||
formatter.py | ||
fpformat.py | ||
fractions.py | ||
ftplib.py | ||
functools.py | ||
genericpath.py | ||
getopt.py | ||
getpass.py | ||
gettext.py | ||
glob.py | ||
gzip.py | ||
hashlib.py | ||
heapq.py | ||
hmac.py | ||
htmlentitydefs.py | ||
htmllib.py | ||
httplib.py | ||
ihooks.py | ||
imaplib.py | ||
imghdr.py | ||
imputil.py | ||
inspect.py | ||
io.py | ||
keyword.py | ||
linecache.py | ||
locale.py | ||
macpath.py | ||
macurl2path.py | ||
mailbox.py | ||
mailcap.py | ||
markupbase.py | ||
md5.py | ||
mhlib.py | ||
mimetools.py | ||
mimetypes.py | ||
mimify.py | ||
modulefinder.py | ||
multifile.py | ||
mutex.py | ||
netrc.py | ||
new.py | ||
nntplib.py | ||
ntpath.py | ||
nturl2path.py | ||
numbers.py | ||
opcode.py | ||
optparse.py | ||
os.py | ||
os2emxpath.py | ||
pdb.doc | ||
pdb.py | ||
pickle.py | ||
pickletools.py | ||
pipes.py | ||
pkgutil.py | ||
platform.py | ||
plistlib.py | ||
popen2.py | ||
poplib.py | ||
posixfile.py | ||
posixpath.py | ||
pprint.py | ||
profile.py | ||
pstats.py | ||
pty.py | ||
py_compile.py | ||
pyclbr.py | ||
pydoc.py | ||
quopri.py | ||
random.py | ||
re.py | ||
repr.py | ||
rexec.py | ||
rfc822.py | ||
rlcompleter.py | ||
robotparser.py | ||
runpy.py | ||
sched.py | ||
sets.py | ||
sgmllib.py | ||
sha.py | ||
shelve.py | ||
shlex.py | ||
shutil.py | ||
site.py | ||
smtpd.py | ||
smtplib.py | ||
sndhdr.py | ||
socket.py | ||
sre.py | ||
sre_compile.py | ||
sre_constants.py | ||
sre_parse.py | ||
ssl.py | ||
stat.py | ||
statvfs.py | ||
string.py | ||
stringold.py | ||
stringprep.py | ||
struct.py | ||
subprocess.py | ||
sunau.py | ||
sunaudio.py | ||
symbol.py | ||
symtable.py | ||
sysconfig.py | ||
tabnanny.py | ||
tarfile.py | ||
telnetlib.py | ||
tempfile.py | ||
textwrap.py | ||
this.py | ||
threading.py | ||
timeit.py | ||
toaiff.py | ||
token.py | ||
tokenize.py | ||
trace.py | ||
traceback.py | ||
tty.py | ||
types.py | ||
urllib.py | ||
urllib2.py | ||
urlparse.py | ||
user.py | ||
uu.py | ||
uuid.py | ||
warnings.py | ||
wave.py | ||
weakref.py | ||
webbrowser.py | ||
whichdb.py | ||
wsgiref.egg-info | ||
xdrlib.py | ||
xmllib.py | ||
xmlrpclib.py | ||
zipfile.py |