- 31 Jul, 2000 5 commits
-
-
Fred Drake authored
describing the methods of dictionaries.
-
Fred Drake authored
newer versions only process one initialization file, and do so at a different time than previous versions.
-
Fred Drake authored
Document new method in shutil (copyfileobj). Minor clarification by Fred.
-
Peter Schneider-Kamp authored
marked my*.h as obsolete
-
Fred Drake authored
-
- 30 Jul, 2000 15 commits
-
-
Thomas Wouters authored
-
Mark Hammond authored
* After discussion with Trent, all INT_PTR references have been removed in favour of the HANDLE it should always have been. Trent can see no 64bit issues here. * In this process, I noticed that the close operation was dangerous, in that we could end up passing bogus results to the Win32 API. These result of the API functions passed the bogus values were never (and still are not) checked, but this is closer to "the right thing" (tm) than before. Tested on Windows and Linux.
-
Mark Hammond authored
Fixes for Windows (but also tested on Linux). Test suite now completes, and this module should not leak in the face of errors. Checkin that replaces the INT_PTR types with HANDLEs still TBD (but as that is a "spelling" patch, rather than a functional one, I will commit it seperately.
-
Mark Hammond authored
-
Greg Ward authored
mere warnings. Call 'findall()' on our FileList object before we start using it seriously.
-
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 10 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
-