summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If --debug was used, don't delete the temporary .perl file used toFred Drake1998-10-071-1/+3
| | | | pass options to latex2html.
* BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net.Guido van Rossum1998-10-071-1/+22
| | | | | | | | | | | Also (non-BSDI specific): - Change the CHECK_STATUS() macro so it tests for nonzero error codes instead of negative error codes only (this was needed for BSDI, but appears to be correct according to the PTHREADS spec). - use memset() to zero out the allocated lock structure. Again, this was needed for BSDI, but can't hurt elsewhere either.
* Make gcc -Wall happy.Guido van Rossum1998-10-072-6/+8
|
* Make gcc -Wall happy:Guido van Rossum1998-10-071-12/+0
| | | | Remove unused decls of getloclock() and is_lockobject().
* Make gcc -Wall happy:Guido van Rossum1998-10-071-6/+8
| | | | | (1) add dummy decl for strptime(); (2) move the code to set accept2dyear to the front of inittime().
* Make gcc -Wall happy.Guido van Rossum1998-10-071-5/+4
|
* Support PYTHONOPTIMIZE variable; by Marc Lemburg.Guido van Rossum1998-10-071-0/+2
|
* Documented PYTHONOPTIMIZE; by Marc Lemburg.Guido van Rossum1998-10-071-1/+1
|
* Make the version variable static (it has no business being exported).Guido van Rossum1998-10-071-1/+1
|
* Add buffer module entry points.Guido van Rossum1998-10-071-0/+6
|
* Added #! lineGuido van Rossum1998-10-071-0/+1
|
* Clarify sharedinstall commentGuido van Rossum1998-10-071-2/+3
|
* Add Greg Stein's buffer object API.Guido van Rossum1998-10-071-2/+3
|
* Add Greg Stein's buffer object API.Guido van Rossum1998-10-073-0/+661
|
* Don't attempt to add paragraph and subparagraph sections to the PDFFred Drake1998-10-071-1/+7
| | | | | | outline. Work around font-long bogosity caused by ' in docstring.
* Fix two bugs in the fstat() line, reported by Fredruk Lundh.Guido van Rossum1998-10-071-1/+1
|
* Remove a redundant check from list_slice() and list_ass_slice().Guido van Rossum1998-10-071-4/+0
| | | | Noted by Greg Stein.
* Fix append() calls with more than 1 argument.Guido van Rossum1998-10-071-2/+2
|
* Updated about textBarry Warsaw1998-10-071-3/+3
|
* Moved the main pynche.py file to Main.py. Added minimal driverBarry Warsaw1998-10-075-5/+16
| | | | | scripts pynche.py and pynche.pyw for Unix and Windows startup respectively. Document the .pyw file in the README.
* Better layout of options menu and inc/dec buttonsBarry Warsaw1998-10-071-13/+16
|
* Fixes for some type-in strangenessBarry Warsaw1998-10-071-8/+18
|
* Add a note about the console windowBarry Warsaw1998-10-061-4/+6
|
* Never mindBarry Warsaw1998-10-061-0/+0
|
* Add link for WindowsBarry Warsaw1998-10-061-0/+0
|
* RightARrow._create(): justify=RIGHT on the text objectBarry Warsaw1998-10-061-0/+1
|
* A readmeBarry Warsaw1998-10-061-0/+173
|
* Add a SELECTION to the pre-inserted textBarry Warsaw1998-10-061-1/+6
|
* Copyright CNRIBarry Warsaw1998-10-061-2/+1
|
* Added the rgb.txt file from X11R6.4, including the licenseBarry Warsaw1998-10-061-0/+3
|
* Initial revisionBarry Warsaw1998-10-062-0/+782
|
* Better initial color choosingBarry Warsaw1998-10-062-17/+37
|
* Better quittingBarry Warsaw1998-10-063-6/+3
|
* Andrew Dalke's implementation of string.count().Guido van Rossum1998-10-061-0/+47
|
* Converted to newstyle menubarsBarry Warsaw1998-10-061-34/+43
|
* Added a 'Help' special menu to show how this is done.Barry Warsaw1998-10-061-0/+5
|
* The message "Exception in Tkinter callback" should go to stderr.Guido van Rossum1998-10-061-4/+4
| | | | | | | | | Fix bug in NoDefaultRoot() -- _default_root wasn't declared global; and made it reentrant. Don't set _default_root to whatever master gets passed in to BaseWidget._setup() (only set it when we need to create a new Tk() widget).
* Update main window when Update on Click is turned onBarry Warsaw1998-10-061-1/+7
|
* Added version number in the About windowBarry Warsaw1998-10-061-4/+6
|
* Track color changes: disable buttons and their labels when turned offBarry Warsaw1998-10-061-13/+28
|
* Color Variation Ties => Move SlidersBarry Warsaw1998-10-061-15/+15
| | | | Moved buttons to the top
* main(): Better recovery when bogus color given on command lineBarry Warsaw1998-10-061-3/+2
|
* rrggbb_to_triplet(): When color doesn't start with `#' raise aBarry Warsaw1998-10-061-1/+2
| | | | BadColor exception.
* Added a hex button so arrow numbers can display in decimal or hex.Barry Warsaw1998-10-061-7/+30
|
* __togglehex(): SimplifyBarry Warsaw1998-10-061-12/+2
|
* Slight rearrangement of code in lookdict() by Vladimir Marangozov, toGuido van Rossum1998-10-061-4/+3
| | | | make a common case slightly faster.
* hexp() => hexp_var()Barry Warsaw1998-10-061-2/+2
|
* hexp(): New functionBarry Warsaw1998-10-061-0/+3
|
* __normalize(): Preserve the location of the icursor and restore it soBarry Warsaw1998-10-061-0/+3
| | | | that Left/Right arrow keys and C-a C-e all work.
* Changed the grey/magenta/cyan/yellow label text slightly.Barry Warsaw1998-10-061-5/+5
| | | | Changed Color Ties label to Color Variation Ties