- 31 Jan, 2005 1 commit
-
-
Kurt B. Kaiser authored
has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on tabs for the current EditorWindow via the Format menu) but IDLE will encourage indentation via spaces. Enable setting the indentation width using the Options dialog. Bug # 783877 Remove some commented out old code from configDialog.py (related to old methods for invoking the HelpBrowser). M EditorWindow.py M NEWS.txt M configHandler.py
-
- 29 Jan, 2005 2 commits
-
-
Johannes Gijsbers authored
-
Martin v. Löwis authored
Fixes #1110478 and #1100235.
-
- 28 Jan, 2005 1 commit
-
-
Kurt B. Kaiser authored
M EditorWindow.py M NEWS.txt M config-keys.def M configHandler.py
-
- 27 Jan, 2005 2 commits
-
-
Brett Cannon authored
Closes bug #1110998. Thanks Matthew Bogosian.
-
Martin v. Löwis authored
Backported to 2.3 and 2.4.
-
- 26 Jan, 2005 2 commits
-
-
Raymond Hettinger authored
Docs incorrectly stated that maxsplit=0 would cause unlimited splitting.
-
Raymond Hettinger authored
Saves space in the presence of code like: (None,)*10000
-
- 25 Jan, 2005 2 commits
-
-
Anthony Baxter authored
-
Raymond Hettinger authored
Clarify the behavior when a string begins or ends with whitespace.
-
- 24 Jan, 2005 1 commit
-
-
Neal Norwitz authored
Remove C++ (C99) style comments
-
- 23 Jan, 2005 6 commits
-
-
Fred Drake authored
that row; the row is commented out in that case (this makes it easier to modify the table after generation)
-
Fred Drake authored
-
Johannes Gijsbers authored
copying files inside the directory, as that loop changes the atime and mtime.
-
Martin v. Löwis authored
Will backport to 2.4 and 2.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 21 Jan, 2005 1 commit
-
-
Walter Dörwald authored
-
- 20 Jan, 2005 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
Will backport myself.
-
- 19 Jan, 2005 8 commits
-
-
Fred Drake authored
(closes SF bug #1008998)
-
Fred Drake authored
(closes SF bug #1093173)
-
Fred Drake authored
(closes SF bug #853800; markup adjusted)
-
Fred Drake authored
(closes SF patch #1084092; modified per comments in SF)
-
Fred Drake authored
(closes SF patch #1031233; modified)
-
Fred Drake authored
(closes SF patch #1104868)
-
Fred Drake authored
(closes SF patch #1094815)
-
Kurt B. Kaiser authored
2. Restore use of set_indentation_params(), was dead code since Autoindent.py was merged into EditorWindow.py. 3. Make usetabs, indentwidth, tabwidth, context_use_ps1 instance vars and set in EditorWindow.__init__() 4. In PyShell.__init__() set usetabs, indentwidth and context_use_ps1 explicitly (config() is eliminated). 5. Add Tabnanny check when Module is Run/F5, not just when Checked. 6. Discourage using an indent width other than 8 when using tabs to indent Python code. M EditorWindow.py M NEWS.txt M PyShell.py M ScriptBinding.py
-
- 18 Jan, 2005 4 commits
-
-
Michael W. Hudson authored
inscrutable READ_TIMESTAMP.
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Kurt B. Kaiser authored
erroring out.
-
- 17 Jan, 2005 2 commits
-
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
- 16 Jan, 2005 6 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Johannes Gijsbers authored
Don't print the same (host, port) tuple thrice when debugging, but first print (host, port), then (ip, port) and then the error message.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-