summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-012-0/+197
* fixing a minor spelling mistakePeter Schneider-Kamp2000-08-011-1/+1
* 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
* Stop lying about [].pop() being experimental! There is no backing it outFred Drake2000-07-311-4/+3
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-3110-177/+221
* ANSIfied.Jack Jansen2000-07-311-6/+6
* Two more cases of GUSI2 include access paths not being correct (reveiled by t...Jack Jansen2000-07-312-0/+0
* replaced PyArgs_Parse by PyArgs_ParseTuplePeter Schneider-Kamp2000-07-311-34/+39
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-314-74/+233
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-4/+5
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-2/+3
* A different solution for Patch #100979: support for out-of-tree "make TAGS"Guido van Rossum2000-07-311-3/+6
* Organized a little bit; merged in some items from the 1.5.2p2 branch thatFred Drake2000-07-311-16/+46
* Update to indicate the appropriate version of LaTeX2HTML. Update pointerFred Drake2000-07-311-8/+6
* Many changes to work with newer versions of LaTeX2HTML. This has beenFred Drake2000-07-311-208/+129
* Small changes to reflect changes in LaTeX2HTML support for newer versionsFred Drake2000-07-312-3/+8
* Two minor nits from Gerry Weiner (no working email address) aboutFred Drake2000-07-311-3/+3
* Always pass the split level to LaTeX2HTML as a command line option sinceFred Drake2000-07-311-4/+4
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-311-0/+9
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-3131-51/+341
* Update, 'cause Guido said it should be this way.Fred Drake2000-07-311-4/+4
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* More Windows changes.Mark Hammond2000-07-301-24/+38
* Fixes for Windows (but also tested on Linux). Test suite now completes, and ...Mark Hammond2000-07-301-6/+46
* 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
* Removed Tools/perfecthash, per python-dev discussionAndrew M. Kuchling2000-07-293-842/+0
* 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
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
* Add the exceptions module to the 'never' list -- it is built in.Guido van Rossum2000-07-281-1/+1
* Was quite broken and incomplete. Now passes the test suite, but is still inc...Mark Hammond2000-07-281-5/+14
* Allow any object supporting the buffer protocol to be written as a binary obj...Mark Hammond2000-07-281-7/+11
* 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
* Gregor Hoffleit: don't link with libnet on non-BeOS systemsJeremy Hylton2000-07-272-190/+198
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38