Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore the \seealso formatting that got lost when I updated the math | Fred Drake | 1997-10-13 | 2 | -2/+6 |
| | | | | module documentation. | ||||
* | Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. | Fred Drake | 1997-10-13 | 1 | -0/+47 |
| | | | | This seems to take care of everything but tables and equations. | ||||
* | Remove macpath entry -- it is already documented. | Fred Drake | 1997-10-13 | 2 | -4/+0 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | |||||
* | Remove superfluous comman from between "not" and "in" when describing the | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | | | | "not in" operator. | ||||
* | struct _frozen: | Fred Drake | 1997-10-13 | 2 | -8/+8 |
| | | | | | | | | Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen | ||||
* | Shared libraries didn't quite work under AIX because of the change in | Guido van Rossum | 1997-10-10 | 1 | -0/+11 |
| | | | | | status of the GNU readline interface. Here's a patch, by Vladimir Marangozov. | ||||
* | Darn. When thread support is disabled, the BEGIN/END macros don't | Guido van Rossum | 1997-10-10 | 2 | -4/+8 |
| | | | | | | save and restore the tstate, but explicitly calling PyEval_SaveThread() does reset it! While I think about how to fix this for real, here's a fix that avoids getting a fatal error. | ||||
* | Updated (but still not up to date) | Jack Jansen | 1997-10-10 | 1 | -7/+11 |
| | |||||
* | Build balloon help for EditPythonPrefs | Jack Jansen | 1997-10-10 | 2 | -4/+72 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | 1.5a4 relnotes | Jack Jansen | 1997-10-10 | 1 | -16/+27 |
| | |||||
* | Projects used for 1.5a4 | Jack Jansen | 1997-10-10 | 11 | -2394/+2442 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r15a4'.v1.5a4 | cvs2svn | 1997-10-09 | 1 | -0/+1 |
| | |||||
* | Final touch -- Don's SGI_ABI patches. | Guido van Rossum | 1997-10-09 | 1 | -0/+4 |
| | |||||
* | Don Beaudry's changes to support SGI_ABI on Irix 6.x. | Guido van Rossum | 1997-10-09 | 4 | -209/+342 |
| | |||||
* | Remove requirement for strdup() since it causes so many troubles for too many | Fred Drake | 1997-10-09 | 1 | -4/+4 |
| | | | | platforms. Argh! | ||||
* | Typo in description of news in errno; added setlocale() call. | Guido van Rossum | 1997-10-08 | 1 | -1/+4 |
| | |||||
* | Add call to setlocale(LC_ALL, ""). | Guido van Rossum | 1997-10-08 | 1 | -1/+8 |
| | |||||
* | Add checks for setlocale() and <locale.h> | Guido van Rossum | 1997-10-08 | 3 | -5/+11 |
| | |||||
* | Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. | Guido van Rossum | 1997-10-08 | 1 | -0/+3 |
| | | | | | This should make everybody happy, especially since we don't say what the argument type is (there is disagreement on that, too :-( ). | ||||
* | 1.5a3 relnotes (1.5a4 to follow later) | Jack Jansen | 1997-10-08 | 1 | -4/+24 |
| | |||||
* | Updated for 1.5a4 | Jack Jansen | 1997-10-08 | 1 | -12/+31 |
| | |||||
* | Added pcre module | Jack Jansen | 1997-10-08 | 1 | -0/+2 |
| | |||||
* | Bug fix for fast module location | Jack Jansen | 1997-10-08 | 1 | -1/+1 |
| | |||||
* | Upped version to 1.5a4, changed sys.path initialization to match new | Jack Jansen | 1997-10-08 | 2 | -284/+283 |
| | | | | directory structure. | ||||
* | 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 |
| | | | | | Open files in binary mode (Jack) | ||||
* | 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 |
| | | | | | 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 Rossum | 1997-10-08 | 1 | -193/+0 |
| | |||||
* | Checking in AMK's latest installement. | Guido van Rossum | 1997-10-08 | 2 | -130/+68 |
| | | | | (Two small changes to shup up gcc added.) | ||||
* | 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 |
| | | | | import.c (yes Guido, I'll send it tomorrow) | ||||
* | 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 |
| | | | | What's "xlib"? I took the line that mentioned it out. | ||||
* | Fix EventHook (the trick to make widgets appear when using GNU | Guido van Rossum | 1997-10-07 | 1 | -3/+19 |
| | | | | | readline) to create and use a new thread state object -- otherwise it would dump core! | ||||
* | 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 |
| |