- 30 Jul, 2000 10 commits
-
-
Greg Ward authored
Added 'remove_duplicates()'. Simplified constructor: no longer take 'files' or 'allfiles' as args, and no longer have 'dir' attribute at all. Added 'set_allfiles()' and 'findall()' so the client does have a way to set the list of all files. Changed 'include_pattern()' to use the 'findall()' method instead of the external function. (Of course, the method is just a trivial wrapper around the function.)
-
Greg Ward authored
instance instead of a list of filenames. Simplifies the "sdist" command only a bit, but should allow greater simplification of FileList.
-
Greg Ward authored
which I renamed to FileList: remove all the file-list-generation code from the sdist command and adapt it to use the new FileList class instead.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Other cosmetic/doc/comment tweaks.
-
Greg Ward authored
'_parse_template_line()'.
-
Greg Ward authored
Indentation/whitspace fixes.
-
Greg Ward authored
the filesystem, and filtering the list by applying various patterns. Initial revision (almost) as supplied in a patch by Rene Liebscher; I just renamed the class from Template to FileList, and the module accordingly.
-
- 29 Jul, 2000 5 commits
-
-
Andrew M. Kuchling authored
test file, too, so the methods have more work to do.
-
Andrew M. Kuchling authored
.readlines() methods. Inspired by a patch from Wolfgang Grafen, though this version of the patch was completely rewritten from his code.
-
Andrew M. Kuchling authored
-
Moshe Zadka authored
This closes bug 200 on Jitterbug.
-
Moshe Zadka authored
of rolling our own. Note: This is my first sourceforge checkin. If you see anything funny about this patch, please let me know.
-
- 28 Jul, 2000 5 commits
-
-
Fred Drake authored
This time, it was reported by Skip.
-
Guido van Rossum authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
- 27 Jul, 2000 13 commits
-
-
Trent Mick authored
-
Jeremy Hylton authored
-
Eric S. Raymond authored
documentation for function keys, special characters.
-
Jeremy Hylton authored
-
Fred Drake authored
certain. Update the information about the mailing list, using the python.org address instead of cwi.nl, and point to the pipermail archives. Also update the daily average message count (at the risk of scaring people off), using the mail archive at http://www.egroups.com/group/python-list for the first half of 2000 for statistical information.
-
Skip Montanaro authored
graminit.c files.
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
but no os.fork
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Comment tweak.
-
Greg Ward authored
'shared_library_filename()'.
-
Greg Ward authored
-
- 26 Jul, 2000 7 commits
-
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
underlying process has terminated (bug fix from David Bolen)
-
Sjoerd Mullender authored
-
Mark Hammond authored
Note that this patch looks worse than it is - an existing function (getproxies() for all platforms other than Win/Mac) has been moved, renamed and indentation changed, but the body of that function is identical. Windows now allows the environment variables to override the registry.
-
Jeremy Hylton authored
originally submitted by Bill Tutt Note: This code is actually going to be replaced in 2.0 by /F's new database. Until then, this patch keeps the test suite working.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-