summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Converted to new exception style (Jack)Guido van Rossum1997-10-081-6/+2
|
* Mac does support createfilehandler now (Jack)Guido van Rossum1997-10-081-1/+1
|
* Moved mac-specific speedup to a different place (Jack)Guido van Rossum1997-10-081-5/+5
|
* Fixed for WITHOUT_COMPLEX compilation (Jack)Guido van Rossum1997-10-081-1/+2
|
* Open files in binary mode (Jack)Guido van Rossum1997-10-081-1/+1
|
* Use better timer on the macGuido van Rossum1997-10-081-1/+18
| | | | | Open files in binary mode (Jack)
* Allow open file as parameter (must be seekable) (Jack)Guido van Rossum1997-10-081-4/+10
|
* Generate new style exception initializer (Jack).Guido van Rossum1997-10-081-1/+1
|
* Ready for the release, I'd say.Guido van Rossum1997-10-081-102/+145
|
* Change test for re.sub() involving g<...> to use a multi-characterGuido van Rossum1997-10-081-1/+1
| | | | | identifier. The previous re.py had a bug that wouldn't show up with single-char identifier...
* Checking in AMK's latest installement.Guido van Rossum1997-10-081-193/+0
|
* Checking in AMK's latest installement.Guido van Rossum1997-10-082-130/+68
| | | | (Two small changes to shup up gcc added.)
* Implemented nositepython and oldexceptions flagsJack Jansen1997-10-071-0/+2
|
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
| | | | import.c (yes Guido, I'll send it tomorrow)
* 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
| | | | What's "xlib"? I took the line that mentioned it out.
* Fix EventHook (the trick to make widgets appear when using GNUGuido van Rossum1997-10-071-3/+19
| | | | | readline) to create and use a new thread state object -- otherwise it would dump core!
* 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
| | | | | Solaris 2.6 and with a threaded interpreter. I also included my name and email address.
* 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
| | | | expecting the caller to do so.
* 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
| | | | | Adapted the example (lying slightly about the string printed by login()).
* Fix join to support multiple arguments.Guido van Rossum1997-10-071-9/+12
| | | | (Why isn't this file identical to ntpath.py?)
* 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
| | | | (It should probably be withdrawn :-( )
* Add optional arguments lo and hi to insort() and bisect(), to supportGuido van Rossum1997-10-071-4/+6
| | | | using arrays containing leading or trailing garbage.
* 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
| | | | on the StandardError class.
* Added pointer to api.tex and note about the out-of-date-ness of thisGuido van Rossum1997-10-072-0/+14
| | | | document.
* 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
| | | | which appears to be out of fashion in this file.
* 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
| | | | should have been blank.
* 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
| | | | Added docs for symbol and token modules at the end.
* Documentation for the keyword module.Fred Drake1997-10-062-0/+18
|