summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "select all" by clicking on (0,0) cell.Guido van Rossum2002-11-021-19/+40
* Fix SF # 551504, python -v sometimes fails to find init (HPUX)Neal Norwitz2002-11-021-1/+1
* Fix compiler warning on HP-UX.Neal Norwitz2002-11-021-2/+2
* Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O.Neal Norwitz2002-11-021-4/+4
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* Fix SF #632624, test_resource failure on alpha/64bitNeal Norwitz2002-11-022-1/+3
* Remove extra argument in mknod. Fixes #632628.Martin v. Löwis2002-11-021-1/+1
* Need to quote test for posix_threads on HPUX11Neal Norwitz2002-11-022-3/+3
* Move introductory sentence to where it belongs.Walter Dörwald2002-11-021-3/+3
* Add ESC key binding -- undo current cell editing.Guido van Rossum2002-11-021-12/+19
* Major breakthrough in selection -- drag-select multiple cells nowGuido van Rossum2002-11-021-10/+87
* Correct erroneous parenthesis placement in the delta from 1.63 to 1.64.Raymond Hettinger2002-11-021-2/+2
* Update example for the type() function to use the currently acceptedFred Drake2002-11-011-2/+13
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2
* patch #624180 (part 2 of 2):Fredrik Lundh2002-11-011-1/+1
* [SF bug 631713] use the import exeption message in the TestFailedFinn Bock2002-11-011-3/+3
* Define abstract way to get the normal and smaller font sizes that workFred Drake2002-10-311-16/+28
* Add a missing % to a Windows-style environment variable expression.Fred Drake2002-10-311-27/+32
* Ad test_funky_hyphens() to test some screwy edge cases reported in SFGreg Ward2002-10-311-5/+18
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-311-0/+2
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Add docstrings to register, lookup, register_errorWalter Dörwald2002-10-311-4/+36
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Add a couple of comments about the use of \normalsize andFred Drake2002-10-301-1/+3
* Still more magical <link> elements.Fred Drake2002-10-301-1/+18
* Hackish way to generate an up-<link> for the title page if we haveFred Drake2002-10-301-4/+16
* More <link> support for generated pages.Fred Drake2002-10-302-3/+24
* Two more <link> elements.Fred Drake2002-10-301-0/+2
* Add some relevant <link> elements.Fred Drake2002-10-302-0/+5
* Use personal e-mail addressAndrew M. Kuchling2002-10-304-5/+4
* Minor rearranging.Fred Drake2002-10-301-3/+5
* Add notes to the asctime() and ctime() descriptions to make itFred Drake2002-10-301-0/+2
* Sprinkle with --favicon options.Fred Drake2002-10-301-1/+3
* Added support for --favicon.Fred Drake2002-10-301-2/+15
* Added support for --favicon.Fred Drake2002-10-301-1/+7
* Add support for using a "favicon".Fred Drake2002-10-301-16/+20
* Make use of the new "favicon" image.Fred Drake2002-10-302-0/+2
* Added "favicon" image.Fred Drake2002-10-301-0/+0
* Added missing class to __all__.Raymond Hettinger2002-10-301-1/+1
* Added __all__.Raymond Hettinger2002-10-301-0/+2
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* Added new move() function to __all__.Raymond Hettinger2002-10-301-1/+1
* SF bug 630824: pydoc Helper keywords missing 'yield'Tim Peters2002-10-301-0/+1
* Patrick K. O'Brien notices that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Forward port of 1.12.14.3 (which has an incorrect log message):Jack Jansen2002-10-291-1/+4
* Added test for this fix to classobject.c:Guido van Rossum2002-10-291-0/+27
* Since properties are supported here, is possible thatGuido van Rossum2002-10-291-13/+12
* Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING.Martin v. Löwis2002-10-292-90/+119
* Chapter titles that get split over multiple lines in the typesetFred Drake2002-10-281-5/+3
* Minor simplification.Fred Drake2002-10-281-2/+1