| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the tools/mkdvi.sh script to generate DVI and PDF output for the | Fred Drake | 1999-04-14 | 1 | -24/+11 |
|
|
* | Further refinement, to allow this to handle the library reference as | Fred Drake | 1999-04-14 | 1 | -5/+5 |
|
|
* | Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant | Fred Drake | 1999-04-14 | 1 | -29/+29 |
|
|
* | Add some support for the module index, so this can be used to build | Fred Drake | 1999-04-14 | 1 | -0/+13 |
|
|
* | For now, comment out the \ignorePlatformAnnotation; the global index | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | Don't include the verbatim style; the default handling is better. | Fred Drake | 1999-04-13 | 2 | -2/+2 |
|
|
* | Fix problem of LaTeX leakage in the module synopsis tables at the | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | Fix availability declaration for popen2 module; report by Barry Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | Minor cleanup. | Fred Drake | 1999-04-13 | 1 | -6/+7 |
|
|
* | Fix availability declaration for stat module; report by Barry Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | Work around problems with HTML conversion by making the break and | Fred Drake | 1999-04-13 | 1 | -6/+2 |
|
|
* | Just in case a copy of the documentation gets released somehow... | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r152'.v1.5.2 | cvs2svn | 1999-04-13 | 1 | -0/+1 |
|
|
* | News for 1.5.2 (final). | Guido van Rossum | 1999-04-13 | 1 | -1/+134 |
|
|
* | Bump version to 1.5.2 (final) | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
|
|
* | Added shamodule.c | Guido van Rossum | 1999-04-13 | 1 | -0/+4 |
|
|
* | Added sha module! | Guido van Rossum | 1999-04-13 | 1 | -0/+2 |
|
|
* | Prepare for final release. | Guido van Rossum | 1999-04-13 | 2 | -6/+7 |
|
|
* | More (Cameron Laird is honorary; the others are 1.5.2c1 testers). | Guido van Rossum | 1999-04-13 | 1 | -0/+4 |
|
|
* | While I can't really test this thoroughly, Pat Knight and the Solaris | Guido van Rossum | 1999-04-13 | 1 | -1/+2 |
|
|
* | Bunch of new names who helped iron out the last wrinkles of 1.5.2. | Guido van Rossum | 1999-04-13 | 1 | -0/+5 |
|
|
* | Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
|
|
* | Class around PixMap objects that allows more python-like access. By Joe Strout. | Jack Jansen | 1999-04-13 | 1 | -0/+216 |
|
|
* | Fix mysterious references to jprofile that were in the source since | Guido van Rossum | 1999-04-13 | 1 | -1/+1 |
|
|
* | Removed; since long subsumed in Doc/lib/libthreading.tex | Guido van Rossum | 1999-04-13 | 1 | -638/+0 |
|
|
* | Put back __osf__ support for gethostbyname_r(); the real bug was that | Guido van Rossum | 1999-04-13 | 1 | -1/+5 |
|
|
* | Fix accidentally reversed NULL test in load_mark(). Suggested by | Guido van Rossum | 1999-04-12 | 1 | -1/+1 |
|
|
* | Add note about popen2 problem on Linux noticed by Pablo Bleyer. | Guido van Rossum | 1999-04-12 | 1 | -0/+6 |
|
|
* | Add note about -D_REENTRANT for HP-UX 10.20. | Guido van Rossum | 1999-04-12 | 1 | -1/+5 |
|
|
* | 'clean' target should remove hassignal. | Guido van Rossum | 1999-04-12 | 1 | -1/+2 |
|
|
* | Ignore the doc/ directory ("Documenting Python"). | Fred Drake | 1999-04-12 | 1 | -0/+1 |
|
|
* | Remove all VC++ info (except VC 1.5) from readme.txt; | Guido van Rossum | 1999-04-12 | 2 | -4738/+5 |
|
|
* | Clarify PC build instructions (point to PCbuild). | Guido van Rossum | 1999-04-12 | 1 | -5/+6 |
|
|
* | Cast added by Jack Jansen (for Mac port). | Guido van Rossum | 1999-04-12 | 1 | -1/+2 |
|
|
* | Forgot to add this file. CDROM device parameters. | Guido van Rossum | 1999-04-12 | 2 | -0/+153 |
|
|
* | Two different changes. | Guido van Rossum | 1999-04-12 | 1 | -2/+5 |
|
|
* | Removed reference to the PSA (PSA membership no longer needed for CVS | Jack Jansen | 1999-04-12 | 1 | -13/+14 |
|
|
* | No longer needed. | Guido van Rossum | 1999-04-10 | 1 | -2/+0 |
|
|
* | Correct missed character in Andrew Dalke's name. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
|
|
* | Add DEC Ultrix notes (from Donn Cave's email). | Guido van Rossum | 1999-04-10 | 1 | -0/+3 |
|
|
* | The usual | Guido van Rossum | 1999-04-10 | 1 | -5/+5 |
|
|
* | Quote a bunch of shell variables used in test, related to long-long. | Guido van Rossum | 1999-04-10 | 1 | -4/+4 |
|
|
* | casts for picky compilers. | Guido van Rossum | 1999-04-10 | 3 | -3/+4 |
|
|
* | 3-arg gethostbyname_r doesn't really work on OSF/1. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
|
|
* | Avoid totally empty files. | Guido van Rossum | 1999-04-10 | 3 | -0/+3 |
|
|
* | Misspellling: "occurance" --> "occurrence" | Fred Drake | 1999-04-09 | 1 | -1/+1 |
|
|
* | Use re instead of regex. | Guido van Rossum | 1999-04-09 | 1 | -10/+11 |
|
|
* | Use #!/usr/bin/env python instead of #!/usr/local/bin/python. | Fred Drake | 1999-04-09 | 1 | -1/+1 |
|
|
* | Get rid of #! line | Guido van Rossum | 1999-04-09 | 2 | -2/+0 |
|
|
* | Oops, try again. Test checkin (empty line) to see whether the new mailman-bas... | Jack Jansen | 1999-04-09 | 1 | -1/+0 |
|
|