| Commit message (Expand) | Author | Age | Files | Lines |
* | The usual. | Guido van Rossum | 1999-01-25 | 6 | -4/+143 |
|
|
* | Allow recognition of attributes even if they don't have space in front | Fred Drake | 1999-01-25 | 1 | -1/+1 |
|
|
* | Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. | Guido van Rossum | 1999-01-25 | 2 | -3/+3 |
|
|
* | Make sure not to call realloc() with a NULL pointer -- call malloc() | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
|
|
* | Include myselect.h -- needed on some platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+1 |
|
|
* | Rearrange the -I flags for compiling _tkinter.c so that | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
|
|
* | Don't die if CodeType doesn't exist -- ignore the error. This could | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
|
|
* | There's a macro PycString_IMPORT which the documentation listed as | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
|
|
* | Correct typo in new function get_breaks(). | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
|
|
* | Change clear syntax to support three alternatives: | Guido van Rossum | 1999-01-25 | 1 | -3/+47 |
|
|
* | Change clear_break() to the old signature clear_break(file, line). | Guido van Rossum | 1999-01-25 | 1 | -26/+40 |
|
|
* | Ai! complex_nonzero() has && which should be ||, else decidedly | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
|
|
* | Only do ttyname() when HAVE_TTYNAME is defined. | Guido van Rossum | 1999-01-25 | 1 | -0/+18 |
|
|
* | Adding sherlock search templates for Python and Python FAQ. | Jack Jansen | 1999-01-25 | 3 | -0/+14 |
|
|
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 3 | -0/+3 |
|
|
* | Set PythonCore version number to sys.hexversion, and removed version | Jack Jansen | 1999-01-25 | 23 | -0/+0 |
|
|
* | Script to synchronize files with / in their name and their _s_ counterparts. | Just van Rossum | 1999-01-24 | 1 | -0/+89 |
|
|
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-23 | 1 | -2/+0 |
|
|
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-22 | 1 | -0/+2 |
|
|
* | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
|
|
* | Header for PyObject_DelItem() mentioned non-existing 3rd argument. | Guido van Rossum | 1999-01-22 | 1 | -1/+1 |
|
|
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-22 | 2 | -7/+7 |
|
|
* | In unpackevent, get the direct object (----) before asking for missed paramet... | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
|
|
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
|
|
* | (py-mode-map): Add back force of RET (aka C-m) to | Barry Warsaw | 1999-01-21 | 1 | -0/+9 |
|
|
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 3 | -1/+374 |
|
|
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
|
|
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 2 | -3/+31 |
|
|
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-21 | 1 | -1/+3 |
|
|
* | Updated for 1.5.2b1 (better late than never:-) | Jack Jansen | 1999-01-21 | 2 | -4/+8 |
|
|
* | Updated the version number in the vers and preffilename resources. | Jack Jansen | 1999-01-21 | 2 | -0/+0 |
|
|
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 2 | -2/+2 |
|
|
* | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
|
|
* | Modified the "sgml" and "xml" targets to stop if the sub-makes fail in | Fred Drake | 1999-01-20 | 1 | -3/+22 |
|
|
* | Add caveat on partial dependence on the "cl" module, only available on | Fred Drake | 1999-01-20 | 1 | -0/+4 |
|
|
* | Move the jpeg module to the SGI section; it is dependent on the "cl" | Fred Drake | 1999-01-20 | 1 | -1/+1 |
|
|
* | create_module_info(): If there's a \moduleauthor, move it to an | Fred Drake | 1999-01-19 | 1 | -20/+18 |
|
|
* | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
|
|
* | handle_labels(): Fix problem for document fragments containing more | Fred Drake | 1999-01-19 | 1 | -12/+14 |
|
|
* | Revised comments on null bytes in pattern string. | Fred Drake | 1999-01-19 | 1 | -5/+6 |
|
|
* | Fix second description of handling 2-digit years (last item in | Fred Drake | 1999-01-19 | 1 | -9/+16 |
|
|
* | convert(): Change the element name remapping to convert <refmodule> | Fred Drake | 1999-01-19 | 1 | -0/+1 |
|
|
* | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
|
|
* | add_module_idx(), add_idx_hook(): | Fred Drake | 1999-01-19 | 1 | -2/+2 |
|
|
* | Enable os.path as a mostly-normal submodule, including "from os.path | Fred Drake | 1999-01-19 | 1 | -0/+2 |
|
|
* | (py-mode-map): Removed special bindings for C-m and C-j to | Barry Warsaw | 1999-01-19 | 1 | -3/+0 |
|
|
* | (py-narrow-to-defun): New command (bound to C-x n d) which mimics the | Barry Warsaw | 1999-01-18 | 1 | -0/+15 |
|
|
* | Added 'warn' method. | Greg Ward | 1999-01-18 | 1 | -1/+10 |
|
|
* | Fix typo spotted by Jeff MacDonald <jam@ans.net>. | Fred Drake | 1999-01-18 | 1 | -2/+2 |
|
|
* | Only deiconify when iconic. | Guido van Rossum | 1999-01-18 | 2 | -4/+8 |
|
|