- 15 Haz, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
Noted that name=value is allowed in addition to name: value.
-
Barry Warsaw yazdı
Also added a short circuit for the regression test suite since CVS insisted on putting this file in the main branch. :(
-
Guido van Rossum yazdı
- Don't call Py_FatalError() when initialization fails. - Fix bogus use of return value from PyRun_String(). - Fix misc. compiler errors on some platforms.
-
Guido van Rossum yazdı
-
- 14 Haz, 1999 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
These document CGIHTTPServer, SimpleHTTPServer, and linecache.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
empty list instead of None. (Guido's request.)
-
- 11 Haz, 1999 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
<mzadka@geocities.com>.
-
Fred Drake yazdı
Make references to the posix module hyperlinks.
-
Guido van Rossum yazdı
*missing* content-type at the outer level of a POST defaults to urlencoded. In all other circumstances, the default is read_singe().
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
in the string module. Add a bunch of new tests for extended startswith/endswith arguments.
-
Guido van Rossum yazdı
EditorWindow.py: + Added get_tabwidth & set_tabwidth "virtual text" methods, that get/set the widget's view of what a tab means. + Moved TK_TABWIDTH_DEFAULT here from AutoIndent. + Renamed Mark's get_selection_index to get_selection_indices (sorry, Mark, but the name was plain wrong <wink>). FormatParagraph.py: renamed use of get_selection_index. AutoIndent.py: + Moved TK_TABWIDTH_DEFAULT to EditorWindow. + Rewrote set_indentation_params to use new VTW get/set_tabwidth methods. + Changed smart_backspace_event to delete whitespace back to closest preceding virtual tab stop or real character (note that this may require inserting characters if backspacing over a tab!). + Nuked almost references to the selection tag, in favor of using get_selection_indices. The sole exception is in set_region, for which no "set_selection" abstraction has yet been agreed upon. + Had too much fun using the spiffy new features of the format-paragraph cmd.
-
Fred Drake yazdı
- Revise abstract based on Guido's comments from way back. - Point out that LaTeX is a structured system & we're using it that way. - Add a small section on marking up code examples.
-
Guido van Rossum yazdı
-
- 10 Haz, 1999 20 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
from Gerry Weiner <gerry@ucar.edu>.
-
Fred Drake yazdı
<sfranke@cdc-group.com>.
-
Fred Drake yazdı
Franke <sfranke@cdc-group.com>.
-
Fred Drake yazdı
<gerrit.holl@pobox.com>.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Read the comments (which I reformatted using the new feature :-) for some limitations.
-
Guido van Rossum yazdı
reformatted some comment blocks to show off a cool feature I'm about to check in next.
-
Fred Drake yazdı
<BennettBenson@mn.mediaone.net>.
-
Guido van Rossum yazdı
this functionality is not present (e.g. when used with a vintage Python 1.5.2 installation) top-level functions are not listed. (Hmm... Any distribution of IDLE 0.5 should probably include a copy of the new pyclbr.py!)
-
Fred Drake yazdı
on Win95 & Win98.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
list of lines returned by get_region() contains an empty line at the end representing the start of the next line, and this shouldn't be commented out!
-
Guido van Rossum yazdı
Hammond: record top-level functions (as Function instances, a simple subclass of Class). You must use the new interface readmodule_ex() to get these, though.
-
Guido van Rossum yazdı
class creation - tries to locate an __init__ function. Also updated the test code to reflect your new "***" change.
-
Guido van Rossum yazdı
CallTipWindow from the text control makes sense, and actually makes the control look better IMO.
-
Guido van Rossum yazdı
-
- 09 Haz, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Ditto "***" for kwargs.
-
Guido van Rossum yazdı
-