Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. | Guido van Rossum | 1998-10-02 | 1 | -1/+1 | |
| | ||||||
* | Some new blood and some updated versions. | Guido van Rossum | 1998-10-02 | 7 | -14/+1105 | |
| | ||||||
* | A few new ones... | Guido van Rossum | 1998-10-02 | 1 | -0/+4 | |
| | ||||||
* | New test_long.py from Tim Peters. | Guido van Rossum | 1998-10-02 | 2 | -12/+126 | |
| | ||||||
* | Lots of good UI working, but not yet update-while-dragging | Barry Warsaw | 1998-10-01 | 1 | -13/+31 | |
| | ||||||
* | *** empty log message *** | Barry Warsaw | 1998-10-01 | 1 | -0/+98 | |
| | ||||||
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -90/+0 | |
| | ||||||
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -15/+15 | |
| | | | | (Also removed whitespace after # in some BEOS related cpp directives.) | |||||
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 | |
| | ||||||
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 10 | -10/+14 | |
| | ||||||
* | Fix encoding of \ in some string literals in the discussion of "raw" | Fred Drake | 1998-10-01 | 1 | -2/+2 | |
| | | | | strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | |||||
* | Fix some confusion in the __repr__() and __str__() descriptions. | Fred Drake | 1998-10-01 | 1 | -82/+85 | |
| | | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | |||||
* | Fix encoding of \n in a couple of places (reported by Lorenzo | Fred Drake | 1998-10-01 | 1 | -11/+11 | |
| | | | | M. Catucci <lorenzo@argon.roma2.infn.it>). | |||||
* | Believe it or not, Solaris 2.6 strtod() can move the end pointer | Guido van Rossum | 1998-10-01 | 1 | -1/+6 | |
| | | | | | *beyond* the null byte at the end of the input string, when the input is inf(inity). Discovered by Greg Ward. | |||||
* | Change some init order | Barry Warsaw | 1998-10-01 | 1 | -5/+10 | |
| | ||||||
* | update_views_current(): New method | Barry Warsaw | 1998-10-01 | 1 | -0/+9 | |
| | ||||||
* | Added View button and popup of text widget | Barry Warsaw | 1998-10-01 | 1 | -1/+22 | |
| | ||||||
* | *** empty log message *** | Barry Warsaw | 1998-10-01 | 1 | -0/+95 | |
| | ||||||
* | Correctly add dependencies and build rules for Modules/python.o. | Guido van Rossum | 1998-10-01 | 1 | -1/+4 | |
| | ||||||
* | On second though, NEXITFUNCS should be defined in pythonrun.c and not | Guido van Rossum | 1998-10-01 | 1 | -2/+0 | |
| | | | | | here; pystate.h doesn't use it (I thought I wanted to move the array there but that won't work). | |||||
* | On second though, NEXITFUNCS should be defined here and not in | Guido van Rossum | 1998-10-01 | 1 | -1/+1 | |
| | | | | | pystate.h; pystate.h doesn't use it (I thought I wanted to move the array there but that won't work). | |||||
* | Typo reported by Greg Stein: "modifiable" is the correct spelling. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 | |
| | ||||||
* | NSEW is also valid for -sticky | Barry Warsaw | 1998-10-01 | 1 | -0/+1 | |
| | ||||||
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 | |
| | ||||||
* | builtin_apply(): Second argument type check is relaxed to allow any sequence. | Barry Warsaw | 1998-10-01 | 1 | -6/+18 | |
| | ||||||
* | While scalling sys.modules, skip entries that don't have string keys, | Guido van Rossum | 1998-10-01 | 1 | -4/+4 | |
| | | | | | to protect us from jokers who put items with non-string keys in sys.modules. Reported by Greg Stein. | |||||
* | Gridify this widget | Barry Warsaw | 1998-10-01 | 1 | -2/+2 | |
| | ||||||
* | Make sure the menubar is stretched | Barry Warsaw | 1998-10-01 | 1 | -1/+1 | |
| | ||||||
* | Add a nice divider | Barry Warsaw | 1998-10-01 | 2 | -4/+14 | |
| | ||||||
* | Added NS and EW constants, which are meaningful values for grid's | Barry Warsaw | 1998-10-01 | 1 | -1/+3 | |
| | | | | -sticky option. | |||||
* | Fixed toggle b/w hex and decimal | Barry Warsaw | 1998-10-01 | 1 | -4/+21 | |
| | ||||||
* | Added options to visible window | Barry Warsaw | 1998-10-01 | 1 | -11/+16 | |
| | ||||||
* | Groove for debugging | Barry Warsaw | 1998-10-01 | 1 | -2/+2 | |
| | ||||||
* | Get rid of Edit menu | Barry Warsaw | 1998-10-01 | 1 | -14/+0 | |
| | ||||||
* | Added options to visible window | Barry Warsaw | 1998-10-01 | 1 | -9/+19 | |
| | ||||||
* | In FreeBSD when using ELF, an underscore is needed in front of the | Guido van Rossum | 1998-09-30 | 1 | -1/+1 | |
| | | | | function name. (Vladimir Kushnir by way of Thomas Gellekum.) | |||||
* | Disable python event handling in mainloop (discovered by Tasselli Marco) | Jack Jansen | 1998-09-30 | 1 | -0/+2 | |
| | ||||||
* | Added interface to get/set colordb | Barry Warsaw | 1998-09-29 | 1 | -1/+5 | |
| | ||||||
* | Removed old cruft, added raw about dialog | Barry Warsaw | 1998-09-29 | 1 | -44/+13 | |
| | ||||||
* | Changed interface for nearest() method to take individual red, green, | Barry Warsaw | 1998-09-29 | 1 | -2/+1 | |
| | | | | blue values instead of tuple | |||||
* | Got updating with Return/Tab working | Barry Warsaw | 1998-09-29 | 1 | -9/+7 | |
| | ||||||
* | Un PMW-ified | Barry Warsaw | 1998-09-29 | 1 | -115/+81 | |
| | ||||||
* | Added an extra frame in widget heirarchy in case I want to add | Barry Warsaw | 1998-09-29 | 2 | -4/+7 | |
| | | | | separators later | |||||
* | Fix suggested by Sjoerd (long ago!) to get a better error message when | Guido van Rossum | 1998-09-29 | 1 | -1/+9 | |
| | | | | | | | | there's a syntax error. (In particular, display the correct filename). This changes the API: if there's a syntax error, the function now returns normally after dumping the error to sys.stderr. I changed Sjoerd's use of string.join(string.split(...)) with string.replace(). | |||||
* | Un PMW-ified | Barry Warsaw | 1998-09-29 | 1 | -71/+84 | |
| | ||||||
* | Rework startup | Barry Warsaw | 1998-09-28 | 1 | -26/+10 | |
| | ||||||
* | simplify | Barry Warsaw | 1998-09-28 | 1 | -9/+3 | |
| | ||||||
* | triplet_to_brightness(): New function | Barry Warsaw | 1998-09-28 | 1 | -0/+9 | |
| | ||||||
* | De PMW-ify | Barry Warsaw | 1998-09-28 | 1 | -201/+110 | |
| | ||||||
* | Fixed the brightness calculation | Barry Warsaw | 1998-09-28 | 1 | -1/+1 | |
| |