- 25 Eki, 2002 6 kayıt (commit)
-
-
Jack Jansen yazdı
(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 yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Moved the write() test to near the end of the file since it screws up font-lock. ;-(
-
Fred Drake yazdı
derived class that adds the ugly string interpolation code. In the process, changed all "__" methods and instance variables to "_".
-
Fred Drake yazdı
- Documented the alternate forms, which were claimed to be documented but were not.
-
- 24 Eki, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #577000.
-
Just van Rossum yazdı
'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed.
-
Fred Drake yazdı
Closes SF bug #546579.
-
Fred Drake yazdı
the parse() and parseString() functions use a separate parser, not actually implement a parser. (This is a common question.)
-
Fred Drake yazdı
-
- 23 Eki, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
Python 2.2.3 candidate.
-
Kurt B. Kaiser yazdı
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 Eki, 2002 9 kayıt (commit)
-
-
Fred Drake yazdı
Added missing import to example code. Added documentation for pathname2url(), url2pathname(). Closes SF bug #623196.
-
Fred Drake yazdı
Closes SF bug #626554.
-
Fred Drake yazdı
-
Fred Drake yazdı
PyString_AsStringAndSize(), and PyString_AS_STRING(). Closes SF bug #606463.
-
Greg Ward yazdı
temporary condition).
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
by Phillip J. Eby
-
Fred Drake yazdı
specifically.
-
Raymond Hettinger yazdı
Replaces the _center function in the calendar module with the center method for strings. For situations with uneven padding, the behavior is slightly different in that the center method puts the extra space on the right instead of the left.
-
- 21 Eki, 2002 9 kayıt (commit)
-
-
Barry Warsaw yazdı
This fixes an indentation bug reported by Jeremy when seeing multiple list comprehensions like so: [x for x in seq if blah(x)] # ... [y for y in seq if blah(y)] The reason this broke is because this regexp caused the "find a safe parsing start location higher up in the file" test to erroneously find the if in the listcomp. I think the other keywords in this regexp are fine and good enough. After a weekend of testing, I can't find any adverse effects.
-
Barry Warsaw yazdı
XConsortium. Now we can recognize these files!
-
Barry Warsaw yazdı
build(): Fix the logic here for calculating fallbacks if the dbfile isn't parseable. main(): Fix the semantics for -d/--database; this should override any database value found in the .pynche file. Update some comments, and author contact info. Bump to v1.4 Whitespace normalization.
-
Barry Warsaw yazdı
normalization.
-
Barry Warsaw yazdı
one that tests the obscure bug reported in SF # 625509.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
#625509. This isn't a huge problem because at the moment there are no built-in charsets for which header_encoding is QP but body_encoding is not.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 20 Eki, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 19 Eki, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
you want.
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
account I hardly ever use...
-
- 18 Eki, 2002 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
'/tmp' arg. Change predicate to look for world-writable non-symlink files.
-
Fred Drake yazdı
-