| Commit message (Expand) | Author | Age | Files | Lines |
* | Use imp.find_module() as the most certain way to find the test data. | Guido van Rossum | 1997-08-15 | 1 | -1/+5 |
|
|
* | generated by regrtest.py -g | Jeremy Hylton | 1997-08-15 | 1 | -0/+1 |
|
|
* | test the zlib module | Jeremy Hylton | 1997-08-15 | 1 | -0/+94 |
|
|
* | Last minute changes for \B. AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
|
|
* | Added tests for \b, \B (AMK). | Guido van Rossum | 1997-08-15 | 1 | -0/+13 |
|
|
* | Last minut changes for \B, \S (?). AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
|
|
* | Regenerated | Jack Jansen | 1997-08-15 | 13 | -14/+14 |
|
|
* | Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason | Jack Jansen | 1997-08-15 | 3 | -5/+59 |
|
|
* | Added #include <string.h> for memcpy() | Jack Jansen | 1997-08-15 | 2 | -0/+2 |
|
|
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 3 | -4/+348 |
|
|
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 3 | -2/+39 |
|
|
* | Made AEDesc_{New,Convert} global | Jack Jansen | 1997-08-15 | 2 | -8/+8 |
|
|
* | Another checkpoint -- reorganized, in sections. | Guido van Rossum | 1997-08-15 | 1 | -427/+466 |
|
|
* | the usual | Guido van Rossum | 1997-08-15 | 2 | -10/+14 |
|
|
* | Date | Guido van Rossum | 1997-08-15 | 2 | -2/+2 |
|
|
* | . | Guido van Rossum | 1997-08-15 | 1 | -0/+1 |
|
|
* | Keep gcc -Wall happy | Guido van Rossum | 1997-08-15 | 5 | -5/+4 |
|
|
* | Checkpoint checkin of list of changes. Much more to follow, but it's | Guido van Rossum | 1997-08-15 | 1 | -0/+618 |
|
|
* | The usual. | Guido van Rossum | 1997-08-15 | 28 | -92/+910 |
|
|
* | Added std copyright notice. | Guido van Rossum | 1997-08-15 | 1 | -0/+31 |
|
|
* | Oops, there was a bug in the output formatting - the last printed | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
|
|
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 5 | -1/+927 |
|
|
* | DevStudio (CV++ 5.0) Project files. | Guido van Rossum | 1997-08-14 | 4 | -0/+734 |
|
|
* | Updated for new situation; added VC++ 5.0 info and new path strategies. | Guido van Rossum | 1997-08-14 | 1 | -22/+51 |
|
|
* | Moved some non-standard format characters out of the standard list. | Guido van Rossum | 1997-08-14 | 1 | -20/+22 |
|
|
* | Added logmerge.py | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Consolidate a bunch of CVS or RCS logs read from stdin. | Guido van Rossum | 1997-08-14 | 1 | -0/+124 |
|
|
* | OK, reop is safe again. | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
|
|
* | Fixed refcount bug (thank you, Purify and AMK). | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Several bug fixes. | Jeremy Hylton | 1997-08-14 | 1 | -52/+70 |
|
|
* | Added more stuff on initialization (still rudimentary) | Guido van Rossum | 1997-08-14 | 2 | -250/+866 |
|
|
* | Added new intro sections (incomplete); fixed various typos | Guido van Rossum | 1997-08-14 | 2 | -14/+374 |
|
|
* | New version (changes are so minor that I don't bother to explain them). | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
|
|
* | Of course, this file should be empty except for an informative comment. | Guido van Rossum | 1997-08-14 | 1 | -23/+1 |
|
|
* | Add a separate SRC directory and insert it in front of the path. | Guido van Rossum | 1997-08-14 | 1 | -1/+2 |
|
|
* | Add missing semicolon to '>'. | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
|
|
* | Added cvsfiles.py and treesync.py | Guido van Rossum | 1997-08-14 | 1 | -0/+2 |
|
|
* | Source tree synchronization tool (for Windowes, mostly) | Guido van Rossum | 1997-08-14 | 1 | -0/+200 |
|
|
* | Print a list of files under CVS. | Guido van Rossum | 1997-08-14 | 1 | -0/+42 |
|
|
* | support C++ comments | Guido van Rossum | 1997-08-14 | 1 | -1/+3 |
|
|
* | set LOOPS to 10000 | Guido van Rossum | 1997-08-14 | 2 | -2/+2 |
|
|
* | Add XXX warning about fishy line | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Use _beginthread() and _endthread() in favor of CreateThread() and | Guido van Rossum | 1997-08-14 | 1 | -16/+8 |
|
|
* | Added Jim Fulton's PyImport_Import(), which calls whatever | Guido van Rossum | 1997-08-14 | 1 | -0/+78 |
|
|
* | Added a bunch of XXX comments about things I'd like to see changed... | Guido van Rossum | 1997-08-14 | 1 | -1/+8 |
|
|
* | Merge Mac and Windows mods (which mostly affect the same problem -- no | Guido van Rossum | 1997-08-14 | 1 | -9/+32 |
|
|
* | Print `a` so encrypted text is shown in ascii, not binary. | Guido van Rossum | 1997-08-14 | 2 | -2/+2 |
|
|
* | Added prototype for PyImport_Import(). | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Updated platform specific notes (it is now more common to have this) | Guido van Rossum | 1997-08-14 | 2 | -8/+40 |
|
|
* | Added buffer_info() docs. | Guido van Rossum | 1997-08-14 | 2 | -0/+20 |
|
|