summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore TestSkipped exception; appears to have disappeared in last checkin.Fred Drake2000-07-241-3/+20
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-235-88/+118
* Added a few docstringsPaul Prescod2000-07-211-0/+7
* Added docstringsPaul Prescod2000-07-211-5/+71
* Small fixes by Petru Paler (patch #100946) checked in with esr's approval.Thomas Wouters2000-07-211-2/+2
* restructured a bit and added some more content...Skip Montanaro2000-07-191-53/+142
* make TestFailed a class exceptionSkip Montanaro2000-07-191-1/+2
* added rewritten normpath from Moshe Zadka that does the right thing withSkip Montanaro2000-07-191-23/+18
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-192-10/+8
* no changes other than indentation level (now 4) and comment reflow.Greg Stein2000-07-182-1058/+1067
* * split on / or \Skip Montanaro2000-07-171-3/+5
* damn! cut-n-paste from ntpath forgot the "import re"Skip Montanaro2000-07-171-0/+1
* * split on / or \Skip Montanaro2000-07-171-6/+3
* At GVR's request.Paul Prescod2000-07-161-344/+0
* Online help facility for the Python interprter and other interactivePaul Prescod2000-07-161-0/+344
* split and join on "/" in commonprefixSkip Montanaro2000-07-161-6/+3
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-1650-103/+103
* Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is aThomas Wouters2000-07-162-2/+2
* -- fixed the comment, tooFredrik Lundh2000-07-151-3/+3
* -- note to self: wait until 'cvs commit' has finished beforeFredrik Lundh2000-07-151-3/+2
* -- changed default encoding to "ascii". you can still changeFredrik Lundh2000-07-151-17/+13
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-151-2/+5