- 22 Eki, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
temporary condition).
-
- 13 Eki, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
(rev. 1.4 of distutils/fancy_getopt.py).
-
- 02 Eki, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
enough to fit in one line.
-
- 22 Agu, 2002 2 kayıt (commit)
- 16 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Tem, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
standalone wrap() and fill() functions. This should address the misunderstanding that led to SF bug 577106.
-
- 10 Haz, 2002 3 kayıt (commit)
-
-
Greg Ward yazdı
transformed them into the initial_indent and subsequent_indent instance attributes. Now they actually work as advertised, ie. they are accounted for in the width of each output line. Plus you can use them with wrap() as well as fill(), and fill() went from simple-and-broken to trivial-and-working.
-
Greg Ward yazdı
keyword args, which are passed directly to the TextWrapper constructor.
-
Greg Ward yazdı
and fill() methods. Keep interface of existing wrap() and fill() functions by going back to having them construct a new TextWrapper instance on each call, with the preferred width passed to the constructor.
-
- 09 Haz, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 07 Haz, 2002 7 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Yuck.
-
Greg Ward yazdı
handle sentences like this: And she said, "Go to hell!" Can you believe that?
-
Greg Ward yazdı
sentences are separated by two spaces. Improve _fix_sentence_endings() a bit -- look for ".!?" instead of just ".", and factor out the list of sentence-ending punctuation characters to a class attribute.
-
Greg Ward yazdı
according to the conventions that I (and Tim Peters) learned in school.
-