Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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 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 |
| | | | | (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 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 |
| | | | | | its creation. I'm assuming these were once valid references to "Jim Roskind's profile"... | ||||
* | 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 |
| | | | | | | 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 by | Guido van Rossum | 1999-04-12 | 1 | -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 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 |
| | | | | remove the VC++ 4.0 project file; remove the unused _tkinter extern defs. | ||||
* | 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 |
| | | | | | | | | | | 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 CVS | Jack Jansen | 1999-04-12 | 1 | -13/+14 |
| | | | | | access). New location for MacCVS. | ||||
* | 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 |
| | | | | | Don't rewrite the file in place. (Reported by Andy Dustman.) | ||||
* | 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 ↵ | Jack Jansen | 1999-04-09 | 1 | -1/+0 |
| | | | | mailman-based PythonMac-checkins mailing list works. | ||||
* | Test checkin (empty line) to see whether the new mailman-based ↵ | Jack Jansen | 1999-04-09 | 1 | -0/+1 |
| | | | | PythonMac-checkins mailing list works. | ||||
* | Use the Tcl 8.0.5 installer. | Guido van Rossum | 1999-04-08 | 1 | -4/+7 |
| | | | | Add a variable %_TCL_% that makes it easier to switch to a different version. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r152c1'.v1.5.2c1 | cvs2svn | 1999-04-08 | 1 | -0/+1 |
| | |||||
* | Release 1.5.2c1. Add IDLE and Uninstall to program group. | Guido van Rossum | 1999-04-08 | 1 | -15/+40 |
| | | | | Don't distribute zlib.dll. Tweak some comments. | ||||
* | Now using static zlib 1.1.3 | Guido van Rossum | 1999-04-08 | 1 | -4/+4 |
| | |||||
* | # File location for tut.tex and URL for Aaron Watters' tutorial have changed. | Guido van Rossum | 1999-04-08 | 1 | -5/+5 |
| | |||||
* | # TODO entries changed | Guido van Rossum | 1999-04-08 | 2 | -4/+6 |
| | |||||
* | The usual | Guido van Rossum | 1999-04-08 | 17 | -94/+476 |
| | |||||
* | Release 1.5.2c1 | Guido van Rossum | 1999-04-08 | 1 | -4/+4 |
| | |||||
* | Release 1.5.2c1. | Guido van Rossum | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | # Bah. The same problem occurred a second time. | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
| | |||||
* | News for the 1.5.2c1 release. | Guido van Rossum | 1999-04-08 | 1 | -0/+944 |
| | |||||
* | On Windows, we suddenly find, strftime() may return "" for an | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
| | | | | | | | unsupported format string. (I guess this is because the logic for deciding whether to reallocate the buffer or not has been improved.) This caused the test code to crash on result[0]. Fix this by assuming an empty result also means the format is not supported. | ||||
* | This demo imported some private code from Matt. Make it cripple along. | Guido van Rossum | 1999-04-08 | 1 | -3/+10 |
| | |||||
* | Delete an accidentally checked-in feature that actually broke more | Guido van Rossum | 1999-04-08 | 1 | -9/+0 |
| | | | | | | | | than was worth it: when deleting a canvas item, it would try to automatically delete the bindings for that item. Since there's nothing that says you can't reuse the tag and still have the bindings, this is not correct. Also, it broke at least one demo (Demo/tkinter/matt/rubber-band-box-demo-1.py). |