- 28 Oct, 2002 5 commits
-
-
Fred Drake authored
Remove extra noise from the output when there are no errors, and say more in the exception when there are errors.
-
Fred Drake authored
replacement and replacements based on the entities parameter.
-
Fred Drake authored
more expensive than just doing to work needed, and these things seem to always turn into a bottleneck eventually.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Oct, 2002 2 commits
-
-
Guido van Rossum authored
-
Skip Montanaro authored
(see Patch 512981). I changed stdin to sys_stdin in the body of the function, but did not change stderr to sys_stdout, though I suspect that may be the correct course. I don't know the code involved well enough to judge.
-
- 26 Oct, 2002 9 commits
-
-
Martin v. Löwis authored
larger than the system page size.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
- 25 Oct, 2002 10 commits
-
-
Fred Drake authored
Closes SF bug #511737.
-
Fred Drake authored
-
Fred Drake authored
indirectly via %(__name__)s. Not sure why, but maintain the documented behavior for the new items() method. Be a little more efficient about how we compute the list of options in the ConfigParser.items() method.
-
Fred Drake authored
ConfigParser classes.
-
Jack Jansen authored
(or don't always?) show up with missed(). I think this is a bug in Jaguar, but as it is a potential dangerous problem (the OSA event has failed, but the Python code isn't told about this and happily continues) this is a quick workaround. Bugfix candidate, I'll add it to 2.2.2 as a last second fix.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Moved the write() test to near the end of the file since it screws up font-lock. ;-(
-
Fred Drake authored
derived class that adds the ugly string interpolation code. In the process, changed all "__" methods and instance variables to "_".
-
Fred Drake authored
- Documented the alternate forms, which were claimed to be documented but were not.
-
- 24 Oct, 2002 5 commits
-
-
Fred Drake authored
Closes SF bug #577000.
-
Just van Rossum authored
'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed.
-
Fred Drake authored
Closes SF bug #546579.
-
Fred Drake authored
the parse() and parseString() functions use a separate parser, not actually implement a parser. (This is a common question.)
-
Fred Drake authored
-
- 23 Oct, 2002 3 commits
-
-
Fred Drake authored
that can provide this fuctionality. Note that the docs for the xml.dom and xml.sax packages are the definitiona of the Python bindings for the DOM and SAX interfaces.
-
Marc-André Lemburg authored
Python 2.2.3 candidate.
-
Kurt B. Kaiser authored
M Debugger.py M EditorWindow.py M PyShell.py 0. Polish PyShell.linecache_checkcache() 1. Move break clearing code to PyShell.PyShellEditorWindow from EditorWindow. 2. Add PyShellEditorWindow.breakpoints attribute to __init__, a list of line numbers which are breakpoints for that edit window. 3. Remove the code in Debugger which removes all module breakpoints when debugger is closed. Want to be able to reload into debugger when restarted. 4. Moved the code which sets EditorWindow.text breakpoints from Debugger to PyShell.PyShellEditorWindow and refactored. 5. Implement reloading subprocess debugger with breakpoints from all open PyShellEditorWindows when debugger is opened or subprocess restarted. 6. Eliminate the break_set attribute, use the breakpoint list instead.
-
- 22 Oct, 2002 6 commits
-
-
Fred Drake authored
Added missing import to example code. Added documentation for pathname2url(), url2pathname(). Closes SF bug #623196.
-
Fred Drake authored
Closes SF bug #626554.
-
Fred Drake authored
-
Fred Drake authored
PyString_AsStringAndSize(), and PyString_AS_STRING(). Closes SF bug #606463.
-
Greg Ward authored
temporary condition).
-
Fredrik Lundh authored
-