summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 'warn()' method now takes an optional line number.Greg Ward1999-04-151-4/+6
|
* Removed dbhash from the undocumented list.Fred Drake1999-04-151-4/+1
|
* Add libdbhash.tex.Fred Drake1999-04-151-0/+1
|
* Document the dbhash module, and link to it from appropriate places.Fred Drake1999-04-154-3/+94
|
* Correct documentation for <file>.read(); Python makes a seriousFred Drake1999-04-141-6/+8
| | | | | | best-effort to return 'size' bytes. Point out that this may mean multiple fread() calls. Reported by Anders Hammarquist <iko@iko.pp.se> via the Debian crew.
* Use the standard stylesheet here as well.Fred Drake1999-04-141-0/+1
|
* Use the tools/mkdvi.sh script to generate DVI and PDF output for theFred Drake1999-04-141-24/+11
| | | | library reference now that it's sufficiently capable.
* Further refinement, to allow this to handle the library reference asFred Drake1999-04-141-5/+5
| | | | well as the other "manual" documents.
* Typo: "Otherwose" --> "Otherwise" (reported by Joakim SernbrantFred Drake1999-04-141-29/+29
| | | | | | <joakim.sernbrant@front.se>). Misc. small fixes to the logical markup.
* Add some support for the module index, so this can be used to buildFred Drake1999-04-141-0/+13
| | | | the .aux file for any of the "manual" class documents.
* For now, comment out the \ignorePlatformAnnotation; the global indexFred Drake1999-04-131-1/+1
| | | | doesn't really work with this.
* Don't include the verbatim style; the default handling is better.Fred Drake1999-04-132-2/+2
|
* Fix problem of LaTeX leakage in the module synopsis tables at theFred Drake1999-04-131-1/+1
| | | | | beginning of chapters. Known problem reported by Barry Scott <barry@scottb.demon.co.uk>.
* Fix availability declaration for popen2 module; report by Barry ScottFred Drake1999-04-131-1/+1
| | | | <barry@scottb.demon.co.uk>.
* Minor cleanup.Fred Drake1999-04-131-6/+7
|
* Fix availability declaration for stat module; report by Barry ScottFred Drake1999-04-131-1/+1
| | | | <barry@scottb.demon.co.uk>.
* Work around problems with HTML conversion by making the break andFred Drake1999-04-131-6/+2
| | | | | tbreak synopses be all on one line (each). Known problem, most recently reported by Barry Scott <barry@scottb.demon.co.uk>.
* Just in case a copy of the documentation gets released somehow...Fred Drake1999-04-131-1/+1
|
* This commit was manufactured by cvs2svn to create tag 'r152'.v1.5.2cvs2svn1999-04-131-0/+1
|
* News for 1.5.2 (final).Guido van Rossum1999-04-131-1/+134
|
* Bump version to 1.5.2 (final)Guido van Rossum1999-04-131-2/+2
|
* Added shamodule.cGuido van Rossum1999-04-131-0/+4
|
* Added sha module!Guido van Rossum1999-04-131-0/+2
|
* Prepare for final release.Guido van Rossum1999-04-132-6/+7
|
* More (Cameron Laird is honorary; the others are 1.5.2c1 testers).Guido van Rossum1999-04-131-0/+4
|
* While I can't really test this thoroughly, Pat Knight and the SolarisGuido van Rossum1999-04-131-1/+2
| | | | | | man pages suggest that the proper thing to do is to add THR_NEW_LWP to the flags on thr_create(), and that there really isn't a downside, so I'll do that.
* Bunch of new names who helped iron out the last wrinkles of 1.5.2.Guido van Rossum1999-04-131-0/+5
|
* Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3.Guido van Rossum1999-04-131-2/+2
| | | | (I can't even display this on NT, maybe Win/98 can?)
* Class around PixMap objects that allows more python-like access. By Joe Strout.Jack Jansen1999-04-131-0/+216
|
* Fix mysterious references to jprofile that were in the source sinceGuido van Rossum1999-04-131-1/+1
| | | | | its creation. I'm assuming these were once valid references to "Jim Roskind's profile"...
* Removed; since long subsumed in Doc/lib/libthreading.texGuido van Rossum1999-04-131-638/+0
|
* Put back __osf__ support for gethostbyname_r(); the real bug was thatGuido van Rossum1999-04-131-1/+5
| | | | | | it was being used even without threads. This of course might be an all-platform problem so now we only use the _r variant when we are using threads.
* Fix accidentally reversed NULL test in load_mark(). Suggested byGuido van Rossum1999-04-121-1/+1
| | | | | Tamito Kajiyama. (This caused a bug only on platforms where malloc(0) returns NULL.)
* Add note about popen2 problem on Linux noticed by Pablo Bleyer.Guido van Rossum1999-04-121-0/+6
|
* Add note about -D_REENTRANT for HP-UX 10.20.Guido van Rossum1999-04-121-1/+5
|
* 'clean' target should remove hassignal.Guido van Rossum1999-04-121-1/+2
|
* Ignore the doc/ directory ("Documenting Python").Fred Drake1999-04-121-0/+1
|
* Remove all VC++ info (except VC 1.5) from readme.txt;Guido van Rossum1999-04-122-4738/+5
| | | | remove the VC++ 4.0 project file; remove the unused _tkinter extern defs.
* Clarify PC build instructions (point to PCbuild).Guido van Rossum1999-04-121-5/+6
|
* Cast added by Jack Jansen (for Mac port).Guido van Rossum1999-04-121-1/+2
|
* Forgot to add this file. CDROM device parameters.Guido van Rossum1999-04-122-0/+153
|
* Two different changes.Guido van Rossum1999-04-121-2/+5
| | | | | | | | | | 1. Jack Jansen reports that on the Mac, the time may be negative, and solves this by adding a write32u() function that writes an unsigned long. 2. On 64-bit platforms the CRC comparison fails; I've fixed this by casting both values to be compared to "unsigned long" i.e. modulo 0x100000000L.
* Removed reference to the PSA (PSA membership no longer needed for CVSJack Jansen1999-04-121-13/+14
| | | | | access). New location for MacCVS.
* No longer needed.Guido van Rossum1999-04-101-2/+0
|
* Correct missed character in Andrew Dalke's name.Guido van Rossum1999-04-101-1/+1
|
* Add DEC Ultrix notes (from Donn Cave's email).Guido van Rossum1999-04-101-0/+3
|
* The usualGuido van Rossum1999-04-101-5/+5
|
* Quote a bunch of shell variables used in test, related to long-long.Guido van Rossum1999-04-101-4/+4
|
* casts for picky compilers.Guido van Rossum1999-04-103-3/+4
|
* 3-arg gethostbyname_r doesn't really work on OSF/1.Guido van Rossum1999-04-101-1/+1
|