- 01 Aug, 2000 11 commits
-
-
Fredrik Lundh authored
-- 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 authored
that sys.version_info will be built properly.
-
Jeremy Hylton authored
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 authored
-
Guido van Rossum authored
-
Fredrik Lundh authored
the test again...
-
Fredrik Lundh authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Peter Schneider-Kamp authored
-
Fred Drake authored
Update docstring to reflect change of name for the parsers subpackage.
-
- 31 Jul, 2000 19 commits
-
-
Fred Drake authored
project.
-
Fred Drake authored
at this point.
-
Peter Schneider-Kamp authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Peter Schneider-Kamp authored
changed error messages for extend method from "append" to "extend"
-
Peter Schneider-Kamp authored
-
Fred Drake authored
Move around the navigational links on the left-hand side of the navigation bar to be more like the cursor keys.
-
Fred Drake authored
Create a hyperlink between the language reference and documentation for the built in functions.
-
Guido van Rossum authored
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 authored
did not get handled.
-
Fred Drake authored
for retrieving new versions.
-
Fred Drake authored
tested with version 99.2beta8.
-
Fred Drake authored
of LaTeX2HTML.
-
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 10 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
-