| Commit message (Expand) | Author | Age | Files | Lines |
* | Added \" to escapes so embedded escaped double quotes are handled | Barry Warsaw | 1999-12-06 | 1 | -0/+1 |
|
|
* | Complete the integration of Sam Bayer's fixes. | Guido van Rossum | 1999-11-17 | 2 | -912/+10 |
|
|
* | Changed fron importing wcnew back to webchecker. | Guido van Rossum | 1999-11-17 | 2 | -6/+2 |
|
|
* | Integrated Sam Bayer's wcnew.py code. It seems silly to keep two | Guido van Rossum | 1999-11-17 | 1 | -46/+185 |
|
|
* | # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, | Guido van Rossum | 1999-11-17 | 1 | -204/+203 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -4/+12 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -17/+46 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -154/+178 |
|
|
* | Samuel L. Bayer: | Guido van Rossum | 1999-11-17 | 1 | -1/+6 |
|
|
* | Several improvements, some of where were contributed by Bernhard | Barry Warsaw | 1999-11-03 | 1 | -44/+86 |
|
|
* | Python equivalent of xgettext(1). This was originally released | Barry Warsaw | 1999-11-03 | 1 | -0/+1 |
|
|
* | Fix a bug reported by Toby Dickenson (on 18 May 1999). | Guido van Rossum | 1999-11-02 | 1 | -1/+2 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-11-02 | 3 | -1/+3 |
|
|
* | main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the | Barry Warsaw | 1999-10-07 | 1 | -3/+2 |
|
|
* | Patches by Jack Jansen: new type OptionalInBuffer allows | Guido van Rossum | 1999-09-30 | 2 | -1/+14 |
|
|
* | Patch by Jack Jansen to add with_ifdef option, which places #ifndef | Guido van Rossum | 1999-09-30 | 1 | -1/+5 |
|
|
* | main(): wrap the device.setinfo() call around an exception handler. | Barry Warsaw | 1999-09-22 | 1 | -1/+7 |
|
|
* | A few new TODO entries. | Guido van Rossum | 1999-09-09 | 1 | -0/+4 |
|
|
* | Add Python Documentation entry to Help menu. | Guido van Rossum | 1999-08-26 | 1 | -0/+3 |
|
|
* | Find the help.txt file relative to __file__ or ".", not in sys.path. | Guido van Rossum | 1999-08-26 | 1 | -8/+14 |
|
|
* | Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. | Guido van Rossum | 1999-08-19 | 1 | -0/+65 |
|
|
* | Bump to version 1.1 | Barry Warsaw | 1999-08-18 | 1 | -1/+1 |
|
|
* | __update(): Jeremy Hylton reports occurances of sunaudiodev.error | Barry Warsaw | 1999-08-18 | 1 | -5/+14 |
|
|
* | Initial implementation | Barry Warsaw | 1999-08-13 | 1 | -0/+268 |
|
|
* | Initial revision | Barry Warsaw | 1999-08-11 | 1 | -0/+1 |
|
|
* | Moshe noticed an inconsistency in his comment, so I'm rephrasing it to | Guido van Rossum | 1999-08-11 | 1 | -2/+1 |
|
|
* | Patch inspired by Moshe Zadka to search for the Icons directory in the | Guido van Rossum | 1999-08-11 | 1 | -5/+11 |
|
|
* | Mark Hammond writes: | Guido van Rossum | 1999-07-30 | 2 | -2/+6 |
|
|
* | New wishes. | Guido van Rossum | 1999-07-15 | 1 | -1/+5 |
|
|
* | Make the color for stderr red (i.e. the standard warning/danger/stop | Guido van Rossum | 1999-07-10 | 1 | -1/+1 |
|
|
* | make_view_popups(): Catch import error which can occur if a viewer is | Barry Warsaw | 1999-07-06 | 1 | -1/+7 |
|
|
* | Close debugger when closing. This may break a cycle. | Guido van Rossum | 1999-06-25 | 1 | -0/+1 |
|
|
* | Break cycle on close. | Guido van Rossum | 1999-06-25 | 1 | -0/+2 |
|
|
* | Destroy the tree when closing. | Guido van Rossum | 1999-06-25 | 1 | -1/+2 |
|
|
* | Add destroy() method to recursively destroy a tree. | Guido van Rossum | 1999-06-25 | 1 | -0/+6 |
|
|
* | Extend _close() to break cycles. | Guido van Rossum | 1999-06-25 | 1 | -13/+18 |
|
|
* | Add _close() method that does the actual cleanup (close() asks the | Guido van Rossum | 1999-06-25 | 1 | -10/+26 |
|
|
* | Add close() method that breaks cycles. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Add unregister() method. | Guido van Rossum | 1999-06-25 | 1 | -4/+12 |
|
|
* | Add close() method that breaks a cycle. | Guido van Rossum | 1999-06-25 | 3 | -4/+23 |
|
|
* | Simplified version of a patch by Chih-Hao Huang, who wrote: | Guido van Rossum | 1999-06-23 | 1 | -2/+3 |
|
|
* | Patch submitted by Toby Dickenson and approved by Mark Hammond. | Guido van Rossum | 1999-06-21 | 1 | -2/+2 |
|
|
* | Tim Peters smart.patch: | Guido van Rossum | 1999-06-11 | 3 | -59/+77 |
|
|
* | Code by Mark Hammond to format paragraphs embedded in comments. | Guido van Rossum | 1999-06-10 | 1 | -10/+55 |
|
|
* | Added abstraction get_selection_index() (Mark Hammond). Also | Guido van Rossum | 1999-06-10 | 1 | -14/+23 |
|
|
* | Adapt to the new pyclbr's support of listing top-level functions. If | Guido van Rossum | 1999-06-10 | 1 | -33/+34 |
|
|
* | Fix off-by-one error in Tim's recent change to comment_region(): the | Guido van Rossum | 1999-06-10 | 1 | -1/+1 |
|
|
* | Mark Hammond writes: Here is another change that allows it to work for | Guido van Rossum | 1999-06-10 | 1 | -14/+37 |
|
|
* | Mark Hammond writes: Tim's suggestion of copying the font for the | Guido van Rossum | 1999-06-10 | 1 | -1/+2 |
|
|
* | Append "..." if the appropriate flag (for varargs) in co_flags is set. | Guido van Rossum | 1999-06-09 | 1 | -1/+3 |
|
|