- 01 Agu, 2000 14 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fredrik Lundh yazdı
-- reverted REPEAT operator to use "repeat context" strategy (from 0.8.X), but done right this time. -- got rid of backtracking stack; use nested SRE_MATCH calls instead (should probably put it back again in 0.9.9 ;-) -- properly reset state in scanner mode -- don't use aggressive inlining by default
-
Fred Drake yazdı
that sys.version_info will be built properly.
-
Jeremy Hylton yazdı
Modify HTTP to use delegation instead of inheritance. The _connection_class attribute of the class defines what class to delegate to. The HTTPS class is a subclass of HTTP that redefines _connection_class.
-
Peter Schneider-Kamp yazdı
-
Guido van Rossum yazdı
-
Fredrik Lundh yazdı
the test again...
-
Fredrik Lundh yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Peter Schneider-Kamp yazdı
-
Fred Drake yazdı
Update docstring to reflect change of name for the parsers subpackage.
-
- 31 Tem, 2000 19 kayıt (commit)
-
-
Fred Drake yazdı
project.
-
Fred Drake yazdı
at this point.
-
Peter Schneider-Kamp yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Peter Schneider-Kamp yazdı
changed error messages for extend method from "append" to "extend"
-
Peter Schneider-Kamp yazdı
-
Fred Drake yazdı
Move around the navigational links on the left-hand side of the navigation bar to be more like the cursor keys.
-
Fred Drake yazdı
Create a hyperlink between the language reference and documentation for the built in functions.
-
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 7 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.
-