summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-021-29/+70
* Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore.Greg Ward2000-08-021-10/+0
* Removed 'export_symbol_file'.Greg Ward2000-08-021-8/+1
* Ditched some debugging prints.Greg Ward2000-08-021-3/+0
* Patch from Rene Liebscher: generate an /IMPLIB: option to ensure thatGreg Ward2000-08-021-1/+13
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-011-44/+41
* final 0.9.8 updates:Fredrik Lundh2000-08-014-28/+33
* My fix to the URL accidentally also switched back to the "pre" module.Guido van Rossum2000-08-011-2/+2
* -- fixed width calculations for alternationsFredrik Lundh2000-08-012-7/+8
* Replace the jitterbug page with the SF Bug Tracker page.Guido van Rossum2000-08-011-3/+3
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-014-55/+46
* add support for HTTPSJeremy Hylton2000-08-011-16/+27
* -- SRE 0.9.8: now that the bug is fixed, I might as well enableFredrik Lundh2000-08-011-4/+2
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-013-21/+6
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-012-0/+197
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
* Rename the "parser" package to "parsers" to be compatible with the PyXMLFred Drake2000-07-311-0/+0
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* Test that after resizing the mmap'd file, we can't seek beyond the new size.Mark Hammond2000-07-301-1/+8
* Catch syntax errors from processing template lines and turn them intoGreg Ward2000-07-301-2/+9
* Added list-like methods: 'append()', 'extend()', 'sort()'.Greg Ward2000-07-301-14/+46
* Replaced 'self.files' with 'self.filelist': now we carry around a FileListGreg Ward2000-07-301-54/+38
* The other half of Rene Liebscher's patch to add the Template class,Greg Ward2000-07-301-305/+15
* Typo fix.Greg Ward2000-07-301-1/+1
* Added DistutilsTemplateError.Greg Ward2000-07-301-0/+3
* Ditched the unused 'recursive_exclude_pattern()' method.Greg Ward2000-07-301-24/+0
* Renamed 'select_pattern()' to 'include_pattern()'.Greg Ward2000-07-301-15/+16
* Renamed 'process_line()' to 'process_template_line()', and factored outGreg Ward2000-07-301-69/+63
* Added class docstring and ditched inappropriate class attrs.Greg Ward2000-07-301-123/+126
* Provides the FileList class for building a list of filenames by exploringGreg Ward2000-07-301-0/+362
* Exercise .readline() and .readlines(). More data is written to theAndrew M. Kuchling2000-07-291-4/+28
* SF patch #100740: Add optional size arguments to .readline() andAndrew M. Kuchling2000-07-291-19/+37
* Added support to recognize Python's internal "dumbdbm" database.Moshe Zadka2000-07-291-0/+12
* Using shutil's function to copy data between file objects insteadMoshe Zadka2000-07-291-6/+2
* Was quite broken and incomplete. Now passes the test suite, but is still inc...Mark Hammond2000-07-281-5/+14
* Fix a type in the docstrings, and make the module Unicode aware.Mark Hammond2000-07-281-4/+8
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* -- changed test to work on platforms which have os.popenFredrik Lundh2000-07-271-2/+8
* Bump version to 0.9.1pre.Greg Ward2000-07-271-1/+1
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-279-11/+11
* Remove unused 'search_dir()' method.Greg Ward2000-07-271-21/+1
* Fix to call 'library_filename()' instead of the non-existentGreg Ward2000-07-271-3/+5
* Typo fix from David Ascher.Greg Ward2000-07-271-1/+1
* Patch #100873 - Use registry to find proxies for urllib on Win32Mark Hammond2000-07-261-13/+61
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-252-0/+17
* makedirs(), removedirs(): If the tail of the path is empty, do a secondFred Drake2000-07-251-0/+4
* a couple of nits from Patch #100933Jeremy Hylton2000-07-251-2/+2
* Made an error message slightly more useful if select() returns something goofyAndrew M. Kuchling2000-07-251-1/+1
* -- updated to include known problems in SRE 0.9.6Fredrik Lundh2000-07-241-414/+11