summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
* New exception interfaceJack Jansen1997-10-074-18/+5
* Use `...` around binary strings.Guido van Rossum1997-10-071-1/+1
* initparser(): Use PyErr_NewException() to create the exception.Fred Drake1997-10-071-1/+1
* A few last-minute additions and some rearrangements and corrections.Guido van Rossum1997-10-071-13/+16
* Fix EventHook (the trick to make widgets appear when using GNUGuido van Rossum1997-10-071-3/+19
* Remove this pathetic little module!Fred Drake1997-10-071-241/+0
* Add the Setup line for the pcre module.Guido van Rossum1997-10-071-1/+2
* Updated for Python 1.5, including my experiences with Purify onBarry Warsaw1997-10-071-22/+31
* Map .shtml to text/html.Guido van Rossum1997-10-071-0/+1
* Version 0.8.1.Guido van Rossum1997-10-071-1/+1
* Add "set -e" to lock command.Guido van Rossum1997-10-071-1/+1
* The target directory is now called dos-8x3, not dos_8x3.Guido van Rossum1997-10-071-5/+5
* Check that all base classes are indeed class objects, rather thanGuido van Rossum1997-10-071-5/+30
* Add get_line_buffer() and insert_text(), suggested by Michael McLay.Guido van Rossum1997-10-071-0/+40
* Whole bunch of additions...Guido van Rossum1997-10-071-1/+23
* Temporary fix to valid_identifier().Guido van Rossum1997-10-071-8/+7
* Return the error code from most commands, rather than swallowing it.Guido van Rossum1997-10-071-16/+25
* Fix join to support multiple arguments.Guido van Rossum1997-10-071-9/+12
* Add XXX note about wanting support for copy_reg.py...Guido van Rossum1997-10-071-0/+2
* Add Jeff Epler's interact() function. Note that it is broken.Guido van Rossum1997-10-071-0/+52
* Add optional arguments lo and hi to insort() and bisect(), to supportGuido van Rossum1997-10-071-4/+6
* Use K&R function prototypes.Guido van Rossum1997-10-071-7/+12
* The sequence behavior is now on the Exception root class rather thanGuido van Rossum1997-10-072-6/+8
* Added pointer to api.tex and note about the out-of-date-ness of thisGuido van Rossum1997-10-072-0/+14
* Set Oct 10 as the release date.Guido van Rossum1997-10-072-2/+2
* Change title to {Python/C API Reference Manual}; remove \bcode \ecodeGuido van Rossum1997-10-072-22/+22
* Typo discovered by Case Roole.Guido van Rossum1997-10-071-1/+1
* Be more careful with closing fd's 0,1,2.Guido van Rossum1997-10-071-3/+5
* Add note about condition.py.Guido van Rossum1997-10-071-0/+1
* Completed the changes between 1.5a3 and now. Not yet sorted though.Guido van Rossum1997-10-071-9/+273
* And "ni" has been documented...Fred Drake1997-10-062-4/+0
* Oops; don't know if this was my typo or not: There was a "p" on a line thatFred Drake1997-10-062-2/+2
* Updated the section "Parsing Python".Fred Drake1997-10-062-24/+2
* Added keyword module entry.Fred Drake1997-10-062-0/+2
* Minor nits (Lib/token.py is a file, token is a module...).Fred Drake1997-10-062-4/+104
* Documentation for the keyword module.Fred Drake1997-10-062-0/+18
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+4
* Move the pprint docs after the code docs, so that all parser/codegen typeFred Drake1997-10-062-2/+2
* Fix comment to add the all-important trailing colon to the example.Guido van Rossum1997-10-061-9/+16
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+3
* Done with adding changes from 1.4 till 1.5a3.Guido van Rossum1997-10-061-76/+321
* Don't do weird things with the "import parser"; just do it. Sheesh...Fred Drake1997-10-061-11/+11
* The usual (and some new modules).Guido van Rossum1997-10-0617-285/+1011
* A variant on webchecker that creates a mirror copy of a remote site.Guido van Rossum1997-10-061-0/+131
* Several changes:Guido van Rossum1997-10-061-6/+24
* Document the mapping object's new get() method.Barry Warsaw1997-10-062-0/+10
* UserDict.get(): New method to mirror built-in dictionaries' get()Barry Warsaw1997-10-061-0/+5
* dict_get(): New method for item access with different semantics thanBarry Warsaw1997-10-061-0/+38
* Move the __getitem__() definition from StandardException to Exception.Fred Drake1997-10-061-1/+3