| Commit message (Expand) | Author | Age | Files | Lines |
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
|
|
* | Always pass the split level to LaTeX2HTML as a command line option since | Fred Drake | 2000-07-31 | 1 | -4/+4 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 31 | -51/+341 |
|
|
* | 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 |
|
|
* | Fixes for Windows (but also tested on Linux). Test suite now completes, and ... | Mark Hammond | 2000-07-30 | 1 | -6/+46 |
|
|
* | 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 |
|
|
* | Added list-like methods: 'append()', 'extend()', 'sort()'. | Greg Ward | 2000-07-30 | 1 | -14/+46 |
|
|
* | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
|
|
* | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
|
|
* | 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 |
|
|
* | Renamed 'process_line()' to 'process_template_line()', and factored out | Greg Ward | 2000-07-30 | 1 | -69/+63 |
|
|
* | Added class docstring and ditched inappropriate class attrs. | Greg Ward | 2000-07-30 | 1 | -123/+126 |
|
|
* | Provides the FileList class for building a list of filenames by exploring | Greg Ward | 2000-07-30 | 1 | -0/+362 |
|
|
* | Exercise .readline() and .readlines(). More data is written to the | Andrew M. Kuchling | 2000-07-29 | 1 | -4/+28 |
|
|
* | SF patch #100740: Add optional size arguments to .readline() and | Andrew M. Kuchling | 2000-07-29 | 1 | -19/+37 |
|
|
* | 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 |
|
|
* | Using shutil's function to copy data between file objects instead | Moshe Zadka | 2000-07-29 | 1 | -6/+2 |
|
|
* | Finally fixed the much-reported bug about "~" in a couple of example. | Fred Drake | 2000-07-28 | 1 | -2/+2 |
|
|
* | Add the exceptions module to the 'never' list -- it is built in. | Guido van Rossum | 2000-07-28 | 1 | -1/+1 |
|
|
* | Was quite broken and incomplete. Now passes the test suite, but is still inc... | Mark Hammond | 2000-07-28 | 1 | -5/+14 |
|
|
* | Allow any object supporting the buffer protocol to be written as a binary obj... | Mark Hammond | 2000-07-28 | 1 | -7/+11 |
|
|
* | Fix a type in the docstrings, and make the module Unicode aware. | Mark Hammond | 2000-07-28 | 1 | -4/+8 |
|
|
* | Remove erroneous empty trailing line. (cause test_winreg.py failure) | Trent Mick | 2000-07-27 | 1 | -1/+0 |
|
|
* | Gregor Hoffleit: don't link with libnet on non-BeOS systems | Jeremy Hylton | 2000-07-27 | 2 | -190/+198 |
|
|
* | Second round of curses documentation improvements. Completes and extends | Eric S. Raymond | 2000-07-27 | 1 | -17/+38 |
|
|
* | Gregor Hoffleit: Don't link with the libieee library if it's not necessary | Jeremy Hylton | 2000-07-27 | 2 | -41/+93 |
|
|
* | Rip out the information about the PSA, since the fate of that is not | Fred Drake | 2000-07-27 | 1 | -13/+9 |
|
|
* | added .cvsignore so cvs doesn't complain about the generated graminit.h and | Skip Montanaro | 2000-07-27 | 1 | -0/+2 |
|
|
* | Added list of missing functions as a comment | Andrew M. Kuchling | 2000-07-27 | 1 | -0/+26 |
|
|
* | -- changed test to work on platforms which have os.popen | Fredrik Lundh | 2000-07-27 | 1 | -2/+8 |
|
|
* | Bump version to 0.9.1pre. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 9 | -11/+11 |
|
|
* | Remove unused 'search_dir()' method. | Greg Ward | 2000-07-27 | 1 | -21/+1 |
|
|
* | Fix to call 'library_filename()' instead of the non-existent | Greg Ward | 2000-07-27 | 1 | -3/+5 |
|
|
* | Typo fix from David Ascher. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Comment out a debugging print (spotted by Michael Deegan) | Andrew M. Kuchling | 2000-07-26 | 1 | -1/+1 |
|
|
* | - changed windows pclose to make sure we don't return before the | Fredrik Lundh | 2000-07-26 | 1 | -10/+21 |
|
|
* | Make mode_t available for the declaration of _getpty(). | Sjoerd Mullender | 2000-07-26 | 1 | -1/+1 |
|
|
* | Patch #100873 - Use registry to find proxies for urllib on Win32 | Mark Hammond | 2000-07-26 | 1 | -13/+61 |
|
|
* | Fix UCNs machine with >= 32bit longs | Jeremy Hylton | 2000-07-26 | 4 | -56/+144 |
|
|
* | Document tiget{flag,num,str} | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+21 |
|
|
* | Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+47 |
|
|