summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the large letter at the top of each section use the sans-serif font,Fred Drake1998-06-221-1/+1
* Added texinputs/pypaper.sty to the list of manual style files, so that theFred Drake1998-06-221-1/+1
* Bugfix to ESR's code reported by himself: should use hasattr() to testGuido van Rossum1998-06-221-1/+1
* Fix unclear wording pointed out by Tim Peters, about the interaction betweenAndrew M. Kuchling1998-06-222-4/+6
* There's no point in mentioning F6 as an alternate EOF on DOS -- itGuido van Rossum1998-06-221-1/+1
* Revert the change of revision 1.30. While it's in general a laudableGuido van Rossum1998-06-221-1/+1
* Add check in long-to-int conversion for at least one digit.Guido van Rossum1998-06-221-0/+7
* Fix the tests for various anomalies in the string-to-numbersGuido van Rossum1998-06-221-12/+8
* Translated to use re instead of regex. Also replaced one use ofGuido van Rossum1998-06-191-33/+45
* eval() example: Removed final interpreter prompt; other examples don't haveFred Drake1998-06-191-1/+0
* Somewhat updated, but not checked for everything (just the stuff I was using).Fred Drake1998-06-191-14/+15
* Added Py_{Get,Set}PythonHome.Guido van Rossum1998-06-191-0/+2
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-192-0/+85
* Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.Guido van Rossum1998-06-191-1/+1
* Different trick to get the _test() window to pop up.Guido van Rossum1998-06-191-1/+5
* Added <ctype.h>, needed for Windows.Guido van Rossum1998-06-191-0/+1
* Added _localeGuido van Rossum1998-06-191-0/+2
* There was an error check in a loop in PythonCmd which calledGuido van Rossum1998-06-191-1/+1
* Added a stronger warning about changing the dictionary returned byGuido van Rossum1998-06-181-2/+3
* Piers' latest version -- authentication added by Donn Cave.Guido van Rossum1998-06-181-41/+175
* # Untabified the example :-(Guido van Rossum1998-06-171-2/+2
* Documented that by default the output goes to stderr, and that a fileGuido van Rossum1998-06-171-12/+111
* In class _Subfile, make sure read(n) can't read beyond EOF. AlsoGuido van Rossum1998-06-171-2/+5
* Change the description of input() -- it is exactly equivalent toGuido van Rossum1998-06-171-5/+1
* Minor cleanup by Tim after my changes:Guido van Rossum1998-06-171-25/+19
* Add __getitem__ to AddressList object, to make it a sequence.Guido van Rossum1998-06-161-0/+4
* Some extra notes, and describe a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-2/+44
* Some extra comments and docstrings, and a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-1/+48
* Tim's latest, with some of my changes (also a TP suggestion) added:Guido van Rossum1998-06-161-218/+551
* Fixed the UDP server -- this never worked. Ray Loyzaga deservesGuido van Rossum1998-06-161-2/+7
* Subject: Bug in PC/import_nt.cGuido van Rossum1998-06-151-1/+4
* Lots of changes to get this in sync with the Frame version.Guido van Rossum1998-06-151-50/+217
* Two small additions to make it identical to the obsolete Frame version.Guido van Rossum1998-06-151-1/+5
* NewNew abstract, copied from the obsolete Frame version.Guido van Rossum1998-06-151-20/+20
* # This is a new module I wrote over the weekend. Again, you missed theGuido van Rossum1998-06-151-16/+37
* # Note: a previous checkin message was lost because I can now use CVSGuido van Rossum1998-06-151-36/+7
* Primitive GUI for websucker.Guido van Rossum1998-06-151-0/+185
* Fix the way a trailing / is changed to /index.html so that itGuido van Rossum1998-06-151-2/+3
* sort the urls in the todo listGuido van Rossum1998-06-151-1/+3
* # (My first checkin from Windows NT using remote CVS!)Guido van Rossum1998-06-151-52/+134
* Fixed the EventHook() code so that it also works on Windows, sort of.Guido van Rossum1998-06-131-6/+26
* In completer(), return None instead of raising an IndexError whenGuido van Rossum1998-06-121-1/+4
* On Windows, make the pipe() call return Unix file descriptors insteadGuido van Rossum1998-06-121-2/+5
* Keep Microsoft's compiler happy.Guido van Rossum1998-06-121-4/+1
* Don't catch interrupts in getpass() -- the finally clause will resetGuido van Rossum1998-06-121-2/+3
* In tcsetattr(), first initialize the mode structure by callingGuido van Rossum1998-06-121-0/+3
* Use the getpass module instead of having platform-specific echo on/offGuido van Rossum1998-06-121-18/+5
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+2
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+4
* With the recent change that makes numbers compare smaller than anything,Guido van Rossum1998-06-111-3/+3