Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 7 | -536/+370 |
| | | | | | | | | | -- 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 | ||||
* | Include the dependence of sysmodule on the patchlevel.h include, so | Fred Drake | 2000-08-01 | 1 | -1/+1 |
| | | | | that sys.version_info will be built properly. | ||||
* | add support for HTTPS | Jeremy Hylton | 2000-08-01 | 1 | -16/+27 |
| | | | | | | | 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. | ||||
* | Guido said this is food for the beta-testers<wink> | Peter Schneider-Kamp | 2000-08-01 | 1 | -0/+5 |
| | |||||
* | somehow the 'Total Keys=1' disappears. No other changes. | Guido van Rossum | 2000-08-01 | 1 | -23/+0 |
| | |||||
* | -- SRE 0.9.8: now that the bug is fixed, I might as well enable | Fredrik Lundh | 2000-08-01 | 1 | -4/+2 |
| | | | | the test again... | ||||
* | -- SRE 0.9.8: updated test scripts | Fredrik Lundh | 2000-08-01 | 3 | -21/+6 |
| | |||||
* | Update e-mail address | Andrew M. Kuchling | 2000-08-01 | 1 | -1/+1 |
| | |||||
* | Added Python function to emulate the ncurses has_key() function. | Andrew M. Kuchling | 2000-08-01 | 2 | -0/+197 |
| | |||||
* | fixing a minor spelling mistake | Peter Schneider-Kamp | 2000-08-01 | 1 | -1/+1 |
| | |||||
* | Add magic to replace the xml package with _xmlplus at import time. | Fred Drake | 2000-08-01 | 1 | -1/+11 |
| | | | | Update docstring to reflect change of name for the parsers subpackage. | ||||
* | Rename the "parser" package to "parsers" to be compatible with the PyXML | Fred Drake | 2000-07-31 | 1 | -0/+0 |
| | | | | project. | ||||
* | Stop lying about [].pop() being experimental! There is no backing it out | Fred Drake | 2000-07-31 | 1 | -4/+3 |
| | | | | at this point. | ||||
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 10 | -177/+221 |
| | |||||
* | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
| | |||||
* | Two more cases of GUSI2 include access paths not being correct (reveiled by ↵ | Jack Jansen | 2000-07-31 | 2 | -0/+0 |
| | | | | the new pyport.h). | ||||
* | replaced PyArgs_Parse by PyArgs_ParseTuple | Peter Schneider-Kamp | 2000-07-31 | 1 | -34/+39 |
| | | | | changed error messages for extend method from "append" to "extend" | ||||
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 4 | -74/+233 |
| | |||||
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -4/+5 |
| | | | | | Move around the navigational links on the left-hand side of the navigation bar to be more like the cursor keys. | ||||
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
| | | | | | Create a hyperlink between the language reference and documentation for the built in functions. | ||||
* | A different solution for Patch #100979: support for out-of-tree "make TAGS" | Guido van Rossum | 2000-07-31 | 1 | -3/+6 |
| | | | | | | | | | 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. | ||||
* | Organized a little bit; merged in some items from the 1.5.2p2 branch that | Fred Drake | 2000-07-31 | 1 | -16/+46 |
| | | | | did not get handled. | ||||
* | Update to indicate the appropriate version of LaTeX2HTML. Update pointer | Fred Drake | 2000-07-31 | 1 | -8/+6 |
| | | | | for retrieving new versions. | ||||
* | Many changes to work with newer versions of LaTeX2HTML. This has been | Fred Drake | 2000-07-31 | 1 | -208/+129 |
| | | | | tested with version 99.2beta8. | ||||
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 2 | -3/+8 |
| | | | | of LaTeX2HTML. | ||||
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
| | | | | describing the methods of dictionaries. | ||||
* | Always pass the split level to LaTeX2HTML as a command line option since | Fred Drake | 2000-07-31 | 1 | -4/+4 |
| | | | | | newer versions only process one initialization file, and do so at a different time than previous versions. | ||||
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
| | | | | | Document new method in shutil (copyfileobj). Minor clarification by Fred. | ||||
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 31 | -51/+341 |
| | | | | marked my*.h as obsolete | ||||
* | Update, 'cause Guido said it should be this way. | Fred Drake | 2000-07-31 | 1 | -4/+4 |
| | |||||
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
| | |||||
* | More Windows changes. | Mark Hammond | 2000-07-30 | 1 | -24/+38 |
| | | | | | | | | * 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. | ||||
* | Fixes for Windows (but also tested on Linux). Test suite now completes, and ↵ | Mark Hammond | 2000-07-30 | 1 | -6/+46 |
| | | | | | | 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. | ||||
* | Test that after resizing the mmap'd file, we can't seek beyond the new size. | Mark Hammond | 2000-07-30 | 1 | -1/+8 |
| | |||||
* | Catch syntax errors from processing template lines and turn them into | Greg Ward | 2000-07-30 | 1 | -2/+9 |
| | | | | | mere warnings. Call 'findall()' on our FileList object before we start using it seriously. | ||||
* | Added list-like methods: 'append()', 'extend()', 'sort()'. | Greg Ward | 2000-07-30 | 1 | -14/+46 |
| | | | | | | | | | | | 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.) | ||||
* | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
| | | | | | instance instead of a list of filenames. Simplifies the "sdist" command only a bit, but should allow greater simplification of FileList. | ||||
* | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
| | | | | | 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. | ||||
* | Typo fix. | Greg Ward | 2000-07-30 | 1 | -1/+1 |
| | |||||
* | Added DistutilsTemplateError. | Greg Ward | 2000-07-30 | 1 | -0/+3 |
| | |||||
* | Ditched the unused 'recursive_exclude_pattern()' method. | Greg Ward | 2000-07-30 | 1 | -24/+0 |
| | |||||
* | Renamed 'select_pattern()' to 'include_pattern()'. | Greg Ward | 2000-07-30 | 1 | -15/+16 |
| | | | | Other cosmetic/doc/comment tweaks. | ||||
* | Renamed 'process_line()' to 'process_template_line()', and factored out | Greg Ward | 2000-07-30 | 1 | -69/+63 |
| | | | | '_parse_template_line()'. | ||||
* | Added class docstring and ditched inappropriate class attrs. | Greg Ward | 2000-07-30 | 1 | -123/+126 |
| | | | | Indentation/whitspace fixes. | ||||
* | Provides the FileList class for building a list of filenames by exploring | Greg Ward | 2000-07-30 | 1 | -0/+362 |
| | | | | | | | | 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. | ||||
* | Exercise .readline() and .readlines(). More data is written to the | Andrew M. Kuchling | 2000-07-29 | 1 | -4/+28 |
| | | | | test file, too, so the methods have more work to do. | ||||
* | SF patch #100740: Add optional size arguments to .readline() and | Andrew M. Kuchling | 2000-07-29 | 1 | -19/+37 |
| | | | | | | .readlines() methods. Inspired by a patch from Wolfgang Grafen, though this version of the patch was completely rewritten from his code. | ||||
* | Removed Tools/perfecthash, per python-dev discussion | Andrew M. Kuchling | 2000-07-29 | 3 | -842/+0 |
| | |||||
* | Added support to recognize Python's internal "dumbdbm" database. | Moshe Zadka | 2000-07-29 | 1 | -0/+12 |
| | | | | This closes bug 200 on Jitterbug. | ||||
* | Using shutil's function to copy data between file objects instead | Moshe Zadka | 2000-07-29 | 1 | -6/+2 |
| | | | | | | | | of rolling our own. Note: This is my first sourceforge checkin. If you see anything funny about this patch, please let me know. |