- 17 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
\t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years.
-
Tim Peters yazdı
-
- 03 Ock, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
codec to not apply Latin-1 mappings for keys which are not found in the mapping dictionaries, but instead treat them as undefined mappings. The patch was originally written by Martin v. Loewis with some additional (cosmetic) changes and an updated test script by Marc-Andre Lemburg. The standard codecs were recreated from the most current files available at the Unicode.org site using the Tools/scripts/gencodec.py tool. This patch closes the bugs #116285 and #119960.
-
- 09 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
after implementing it I liked Gregor's two-"?" line idea a lot.
-
- 01 Kas, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
ndiff w/ a custom version I made for Guido during the pre-2.0 freeze.
-
- 06 Eki, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
somewhat useful to learn regular expressions, and this way it'll be installed on Windows. This closes bug report 115609.
-
- 05 Eki, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Eyl, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 16 Eyl, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
__name__ == '__main__'. Closes SF bug #110844.
-
- 01 Eyl, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
Guido van Rossum yazdı
-
- 03 Agu, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 11 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
change eliminate to delete (-d)
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
mislabeled. (Using -c and then -e rearranges some comments, so I won't check that in -- but it's a good test anyway. Note that pindent is not perfect -- e.g. it doesn't know about triple-quoted strings!)
-
Guido van Rossum yazdı
Problem: A Python program can be completed and reformatted using Tools/scripts/pindent.py. Unfortunately there is no option for removal of the generated "# end"-tags. Although a few Python commands or a "grep -v '# end '" can do wonders here, there are two drawbacks: - not everyone has grep/time to write a Python script - it is not checked whether the "# end"-tags were used validly Solution: add extra option "-e" (eliminate) to pindent.py
-
- 17 Mar, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
Typo noted by /F.
-
Fred Drake yazdı
Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
gencodec.py - Create Python codecs from Unicode mapping files
-
- 29 Şub, 2000 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 23 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 14 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* In crlf.py and lfcr.py: regsub -> re
-
Guido van Rossum yazdı
* In logmerge.py: added '-r' flag to show the oldest checkin first instead of the newest, and getopt.getopt was used wrong.
-
- 19 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
""" If the filename being complained about contains a space, enclose the file-name in quotes. The reason is simply that when I try and parse tabnanny's output, filenames with spaces make it very difficult to determine where the filename stops and the linenumber begins! """ Tim approves. I slightly changed the patch (use 'in' instead of string.find()) and arbitrarily bumped the __version__ variable up to 6.
-
- 09 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Don't rewrite the file in place. (Reported by Andy Dustman.)
-
- 02 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
main() when imported (in other words, it is not usable as a module).
-
- 28 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
I should have waited overnight <wink/sigh>. Nothing wrong with the one I sent, but I couldn't resist going on to add new -r1 / -r2 cmdline options for recreating the original files from ndiff's output. That's attached, if you're game! Us Windows guys don't usually have a sed sitting around <wink>.
-
- 27 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Attached is a cleaned-up version of ndiff (added useful module docstring, now echo'ed in case of cmd line mistake); added -q option to suppress initial file identification lines; + other minor cleanups, & a slightly faster match engine.
-
- 26 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
killed. Discard the error in that case, but propogate it otherwise.
-
- 18 Ara, 1998 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
offending files to be printed. Good for emacs `tabnanny.py *.py`
-
- 17 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all.
-
- 20 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
""" the NEWS file of Python 1.5.2a2 inspired me to look at Tools/scripts/untabify.py. I wonder why it accepts a -t argument but ignores it. The following patch tries to make it somewhat useful (i.e., to override the tabsize=8 setting). Is that agreeable? """
-
- 09 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Eki, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-