- 19 Jan, 2005 5 commits
-
-
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 8 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
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Jan, 2005 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Andrew McNamara authored
this allows for better handling of newline characters in quoted fields (and hopefully resolves Bug 967934).
-
Vinay Sajip authored
-
Skip Montanaro authored
the changes.
-
- 12 Jan, 2005 12 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Andrew McNamara authored
-
Andrew McNamara authored
-
Andrew McNamara authored
user error messages (otherwise difficult to do without instrumenting the source).
-
Andrew McNamara authored
to floats.
-
Andrew McNamara authored
-
Andrew McNamara authored
PyNumber_Check, rather than trying to convert to a float. Reimplemented writer - now raises exceptions when it sees a quotechar but neither doublequote or escapechar are set. Doublequote results are now more consistent (eg, single quote should generate """", rather than "", which is ambiguous).
-
Andrew McNamara authored
gets).
-
Andrew McNamara authored
-
Andrew McNamara authored
-
Andrew McNamara authored
-
- 11 Jan, 2005 4 commits
-
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Clarified that the returned object is file-like rather than an actual file.
-
Andrew McNamara authored
when this limit is reached. Limit defaults to 128k, and is changed by module set_field_limit() method. Previously, an unmatched quote character could result in the entire file being read into the field buffer, potentially exhausting virtual memory.
-