index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60210-60233 via svnmerge from
Christian Heimes
2008-01-24
2
-1/+11
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
2
-20/+24
*
help() was not paging to the shell. Issue1650.
Kurt B. Kaiser
2007-12-28
3
-1/+14
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
2
-148/+47
*
Shell was not colorizing due to bug introduced at r57998, Bug 1586.
Kurt B. Kaiser
2007-12-13
2
-2/+17
*
maxint->maxsize. Wouldn't import.
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
Bump version
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-0/+1
*
Two IDLE errors in Option->Configure menu.
Amaury Forgeot d'Arc
2007-12-10
1
-3/+3
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
2
-3/+3
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-3/+3
*
Fix an issue with str.translate() in IDLE -- str.translate() only accepts
Guido van Rossum
2007-11-21
1
-3/+4
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
13
-168/+710
*
In followup to #1310: Remove more exception indexing.
Georg Brandl
2007-10-22
1
-4/+5
*
Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.
Kurt B. Kaiser
2007-10-15
1
-1/+1
*
the default class attr is needed!
Kurt B. Kaiser
2007-10-10
1
-0/+1
*
Windows EOL sequence not converted correctly, encoding error.
Kurt B. Kaiser
2007-10-09
2
-4/+13
*
Make IDLE's file decode more robust.
Kurt B. Kaiser
2007-09-07
1
-45/+76
*
1. Fail gracefully if the file fails to decode when loaded.
Kurt B. Kaiser
2007-09-06
2
-44/+31
*
Saving a file containing unicode failed.
Kurt B. Kaiser
2007-09-01
1
-14/+11
*
Eliminate latin-1 encoding
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Point IDLE menu Help / Python Docs at Python 3000 version
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Convert IDLE's CREDITS file to unicode.
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Updated tracker link.
Guido van Rossum
2007-08-31
1
-6/+3
*
1. Don't encode input strings to bytes.
Kurt B. Kaiser
2007-08-31
1
-7/+1
*
IDLE's py3k NEWS
Kurt B. Kaiser
2007-08-30
1
-1/+19
*
Don't ascii encode eol_convention. Was causing file write to fail.
Kurt B. Kaiser
2007-08-30
1
-3/+0
*
Bump IDLE version.
Kurt B. Kaiser
2007-08-30
1
-1/+1
*
Use inspect.py and clean up.
Kurt B. Kaiser
2007-08-30
1
-77/+61
*
1. Debugger was failing to start due to DictProxy limitations.
Kurt B. Kaiser
2007-08-29
2
-10/+32
*
os.getcwd() now returns a normal string (ie, unicode)
Neal Norwitz
2007-08-26
1
-5/+2
*
Fix another map(...) --> list(map...)
Kurt B. Kaiser
2007-08-26
1
-1/+1
*
os.getcwd() is returning str8; sys.path items are str.
Kurt B. Kaiser
2007-08-23
1
-1/+4
*
Conform to py3k dict.{keys, items, values} with some advice from 2b3
Kurt B. Kaiser
2007-08-23
14
-51/+50
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
7
-19/+19
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
35
-119/+120
*
Replace file() with open()
Kurt B. Kaiser
2007-08-22
1
-1/+1
*
Use buffer of type 'bytes' to accumulate from socket.
Kurt B. Kaiser
2007-08-22
1
-9/+9
*
Fix bug introduced at r54854 to mass replace string fcns with methods :-)
Kurt B. Kaiser
2007-08-22
1
-4/+1
*
Fix some debugging print statements
Kurt B. Kaiser
2007-08-22
1
-4/+6
*
Remove some old comments adequately covered in the code.
Kurt B. Kaiser
2007-08-22
1
-7/+0
*
1. Fix File Open: don't encode filename to UTF-8 bytes
Kurt B. Kaiser
2007-08-22
1
-8/+6
*
eliminate "from ... import *" in a function.
Kurt B. Kaiser
2007-08-21
1
-5/+4
*
Fix two obvious 2.xisms.
Guido van Rossum
2007-08-13
1
-3/+2
*
Enable basic load/store again.
Martin v. Löwis
2007-08-13
1
-3/+3
*
Allow str8 in .write().
Martin v. Löwis
2007-08-13
1
-1/+2
*
Expect that source strings are Unicode.
Martin v. Löwis
2007-08-13
1
-8/+10
*
Make assertion error be more verbose.
Martin v. Löwis
2007-08-13
1
-1/+1
*
Fix typo.
Martin v. Löwis
2007-08-13
1
-1/+1
[next]