| Commit message (Expand) | Author | Age | Files | Lines |
* | Upped version to 1.5a4, changed sys.path initialization to match new | Jack Jansen | 1997-10-08 | 2 | -284/+283 |
|
|
* | timezone support for macintosh (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+36 |
|
|
* | Include macbuildno.h here (mac only) (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+4 |
|
|
* | lots of "goto error" replaced by "return" (Jack) | Guido van Rossum | 1997-10-08 | 1 | -264/+264 |
|
|
* | Converted to new exception style (Jack) | Guido van Rossum | 1997-10-08 | 1 | -6/+2 |
|
|
* | Mac does support createfilehandler now (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Moved mac-specific speedup to a different place (Jack) | Guido van Rossum | 1997-10-08 | 1 | -5/+5 |
|
|
* | Fixed for WITHOUT_COMPLEX compilation (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+2 |
|
|
* | Open files in binary mode (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Use better timer on the mac | Guido van Rossum | 1997-10-08 | 1 | -1/+18 |
|
|
* | Allow open file as parameter (must be seekable) (Jack) | Guido van Rossum | 1997-10-08 | 1 | -4/+10 |
|
|
* | Generate new style exception initializer (Jack). | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Ready for the release, I'd say. | Guido van Rossum | 1997-10-08 | 1 | -102/+145 |
|
|
* | Change test for re.sub() involving g<...> to use a multi-character | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Checking in AMK's latest installement. | Guido van Rossum | 1997-10-08 | 1 | -193/+0 |
|
|
* | Checking in AMK's latest installement. | Guido van Rossum | 1997-10-08 | 2 | -130/+68 |
|
|
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
|
|
* | Fixed for new "import dir.module" semantics. Needs accompanying fix in | Jack Jansen | 1997-10-07 | 1 | -0/+9 |
|
|
* | New exception interface | Jack Jansen | 1997-10-07 | 4 | -18/+5 |
|
|
* | Use `...` around binary strings. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | initparser(): Use PyErr_NewException() to create the exception. | Fred Drake | 1997-10-07 | 1 | -1/+1 |
|
|
* | A few last-minute additions and some rearrangements and corrections. | Guido van Rossum | 1997-10-07 | 1 | -13/+16 |
|
|
* | Fix EventHook (the trick to make widgets appear when using GNU | Guido van Rossum | 1997-10-07 | 1 | -3/+19 |
|
|
* | Remove this pathetic little module! | Fred Drake | 1997-10-07 | 1 | -241/+0 |
|
|
* | Add the Setup line for the pcre module. | Guido van Rossum | 1997-10-07 | 1 | -1/+2 |
|
|
* | Updated for Python 1.5, including my experiences with Purify on | Barry Warsaw | 1997-10-07 | 1 | -22/+31 |
|
|
* | Map .shtml to text/html. | Guido van Rossum | 1997-10-07 | 1 | -0/+1 |
|
|
* | Version 0.8.1. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Add "set -e" to lock command. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | The target directory is now called dos-8x3, not dos_8x3. | Guido van Rossum | 1997-10-07 | 1 | -5/+5 |
|
|
* | Check that all base classes are indeed class objects, rather than | Guido van Rossum | 1997-10-07 | 1 | -5/+30 |
|
|
* | Add get_line_buffer() and insert_text(), suggested by Michael McLay. | Guido van Rossum | 1997-10-07 | 1 | -0/+40 |
|
|
* | Whole bunch of additions... | Guido van Rossum | 1997-10-07 | 1 | -1/+23 |
|
|
* | Temporary fix to valid_identifier(). | Guido van Rossum | 1997-10-07 | 1 | -8/+7 |
|
|
* | Return the error code from most commands, rather than swallowing it. | Guido van Rossum | 1997-10-07 | 1 | -16/+25 |
|
|
* | Fix join to support multiple arguments. | Guido van Rossum | 1997-10-07 | 1 | -9/+12 |
|
|
* | Add XXX note about wanting support for copy_reg.py... | Guido van Rossum | 1997-10-07 | 1 | -0/+2 |
|
|
* | Add Jeff Epler's interact() function. Note that it is broken. | Guido van Rossum | 1997-10-07 | 1 | -0/+52 |
|
|
* | Add optional arguments lo and hi to insort() and bisect(), to support | Guido van Rossum | 1997-10-07 | 1 | -4/+6 |
|
|
* | Use K&R function prototypes. | Guido van Rossum | 1997-10-07 | 1 | -7/+12 |
|
|
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 2 | -6/+8 |
|
|
* | Added pointer to api.tex and note about the out-of-date-ness of this | Guido van Rossum | 1997-10-07 | 2 | -0/+14 |
|
|
* | Set Oct 10 as the release date. | Guido van Rossum | 1997-10-07 | 2 | -2/+2 |
|
|
* | Change title to {Python/C API Reference Manual}; remove \bcode \ecode | Guido van Rossum | 1997-10-07 | 2 | -22/+22 |
|
|
* | Typo discovered by Case Roole. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Be more careful with closing fd's 0,1,2. | Guido van Rossum | 1997-10-07 | 1 | -3/+5 |
|
|
* | Add note about condition.py. | Guido van Rossum | 1997-10-07 | 1 | -0/+1 |
|
|
* | Completed the changes between 1.5a3 and now. Not yet sorted though. | Guido van Rossum | 1997-10-07 | 1 | -9/+273 |
|
|
* | And "ni" has been documented... | Fred Drake | 1997-10-06 | 2 | -4/+0 |
|
|
* | Oops; don't know if this was my typo or not: There was a "p" on a line that | Fred Drake | 1997-10-06 | 2 | -2/+2 |
|
|