- 31 Tem, 2000 10 kayıt (commit)
-
-
Guido van Rossum yazdı
The version there built the tags and TAGS files in the build directory. I like them in the source directory. The simplest solution is to cd to the source directory before running ctags or etags. Tested both superficially and they work for me, on Linux Red Hat 6.1.
-
Fred Drake yazdı
did not get handled.
-
Fred Drake yazdı
for retrieving new versions.
-
Fred Drake yazdı
tested with version 99.2beta8.
-
Fred Drake yazdı
of LaTeX2HTML.
-
Fred Drake yazdı
describing the methods of dictionaries.
-
Fred Drake yazdı
newer versions only process one initialization file, and do so at a different time than previous versions.
-
Fred Drake yazdı
Document new method in shutil (copyfileobj). Minor clarification by Fred.
-
Peter Schneider-Kamp yazdı
marked my*.h as obsolete
-
Fred Drake yazdı
-
- 30 Tem, 2000 15 kayıt (commit)
-
-
Thomas Wouters yazdı
-
Mark Hammond yazdı
* 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 yazdı
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 yazdı
-
Greg Ward yazdı
mere warnings. Call 'findall()' on our FileList object before we start using it seriously.
-
Greg Ward yazdı
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 yazdı
instance instead of a list of filenames. Simplifies the "sdist" command only a bit, but should allow greater simplification of FileList.
-
Greg Ward yazdı
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 yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Other cosmetic/doc/comment tweaks.
-
Greg Ward yazdı
'_parse_template_line()'.
-
Greg Ward yazdı
Indentation/whitspace fixes.
-
Greg Ward yazdı
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 Tem, 2000 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
test file, too, so the methods have more work to do.
-
Andrew M. Kuchling yazdı
.readlines() methods. Inspired by a patch from Wolfgang Grafen, though this version of the patch was completely rewritten from his code.
-
Andrew M. Kuchling yazdı
-
Moshe Zadka yazdı
This closes bug 200 on Jitterbug.
-
Moshe Zadka yazdı
of rolling our own. Note: This is my first sourceforge checkin. If you see anything funny about this patch, please let me know.
-
- 28 Tem, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
This time, it was reported by Skip.
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
- 27 Tem, 2000 5 kayıt (commit)
-
-
Trent Mick yazdı
-
Jeremy Hylton yazdı
-
Eric S. Raymond yazdı
documentation for function keys, special characters.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
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.
-