]> granicus.if.org Git - python/commit
Merge Py Idle changes:
authorKurt B. Kaiser <kbk@shore.net>
Wed, 18 Sep 2002 02:29:59 +0000 (02:29 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 18 Sep 2002 02:29:59 +0000 (02:29 +0000)
commit837d15c5b5deee769079faa94117d8a83adb53ec
tree931696fe3b8574ffa29062a11465ca7cdc11abc6
parent923e4ef049af4e750b1d3dda8d9dc08957101abf
Merge Py Idle changes:

Rev 1.35 fdrake
Use string.ascii_letters instead of string.letters (SF bug #226706).
Move computation of sets of characters out of the body of the function
that uses them.

Rev 1.36 tim_one
Convert a pile of obvious "yes/no" functions to return bool

Rev 1.37
(skip, done differently in Idlefork)

Rev 1.38 loewis
Patch #590913: PEP 263 support.

Rev 1.39 loewis
Convert characters from the locale's encoding on output.
Reject characters outside the locale's encoding on input.

Rev 1.40 doerwalter
(string methods)

Rev 1.41
(skipped, done by GvR in rpc)
Lib/idlelib/PyShell.py