- 22 Oct, 2002 4 commits
-
-
Fredrik Lundh authored
-
Fredrik Lundh authored
by Phillip J. Eby
-
Fred Drake authored
specifically.
-
Raymond Hettinger authored
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 Oct, 2002 9 commits
-
-
Barry Warsaw authored
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 authored
XConsortium. Now we can recognize these files!
-
Barry Warsaw authored
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 authored
normalization.
-
Barry Warsaw authored
one that tests the obscure bug reported in SF # 625509.
-
Barry Warsaw authored
-
Barry Warsaw authored
#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 authored
-
Raymond Hettinger authored
-
- 20 Oct, 2002 1 commit
-
-
Just van Rossum authored
-
- 19 Oct, 2002 4 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
you want.
-
Fredrik Lundh authored
-
Fredrik Lundh authored
account I hardly ever use...
-
- 18 Oct, 2002 20 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
'/tmp' arg. Change predicate to look for world-writable non-symlink files.
-
Fred Drake authored
-
Martin v. Löwis authored
-
Fred Drake authored
- URL was missing an "m" - markup for tilde was wrong - URL was marked as the title - actual title was omitted "make webcheck" didn't catch this; not sure why. Removed some spurious end-of-line whitespace.
-
Martin v. Löwis authored
-
Fred Drake authored
-
Neal Norwitz authored
Don't crash when getting value of a property raises an exception
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
Closes SF bug #217195. Make sure section numbers wrap together with the preceeding word ("section").
-
Fred Drake authored
Closes SF bug #217195.
-
Fred Drake authored
("section").
-
Guido van Rossum authored
Perhaps found by NealN and valgrind. Will forward port.
-
Guido van Rossum authored
running tests. Withdraw 2.183 and its backport.
-
Guido van Rossum authored
Will backport.
-
Martin v. Löwis authored
-
Neal Norwitz authored
SF bug #217195. Not sure if chomp() is correct, but chop() definitely has problems. This change seems to have no ill effects. Backport candidate if Fred agrees.
-
- 17 Oct, 2002 2 commits
-
-
Neal Norwitz authored
-
Fred Drake authored
these days.
-