| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -10/+22 |
|
|
* | Added 'extra_preargs' and 'extra_postargs' parameters to most methods, | Greg Ward | 1999-09-29 | 1 | -47/+94 |
|
|
* | More tweaks to 'mkpath()': | Greg Ward | 1999-09-29 | 1 | -0/+5 |
|
|
* | Added 'ready' flag and 'ensure_ready()' method to Command: together | Greg Ward | 1999-09-29 | 1 | -28/+53 |
|
|
* | Patch by Tim Peters fixing PR#88: | Guido van Rossum | 1999-09-27 | 1 | -1/+7 |
|
|
* | Patch by Tim Peters fixing PR#89: | Guido van Rossum | 1999-09-27 | 1 | -0/+5 |
|
|
* | Initial checkin of IDE scripts. (jvr) | Just van Rossum | 1999-09-26 | 19 | -0/+334 |
|
|
* | Added support for global default font settings. (jvr) | Just van Rossum | 1999-09-26 | 2 | -23/+33 |
|
|
* | 1) added "typingcasesens" keyword arg to constructor, and support for case se... | Just van Rossum | 1999-09-26 | 1 | -8/+20 |
|
|
* | added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+9 |
|
|
* | added getdefaultfont() function. Returns default font settings. (jvr) | Just van Rossum | 1999-09-26 | 1 | -0/+6 |
|
|
* | 1 - added "set default window font" menu | Just van Rossum | 1999-09-26 | 1 | -2/+7 |
|
|
* | minor cleanup, avoiding rare traceback (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+1 |
|
|
* | "make clobber" should remove modindex.html as well. | Fred Drake | 1999-09-24 | 1 | -2/+2 |
|
|
* | icons/ should not be ignored here now that this is it's real home. | Fred Drake | 1999-09-24 | 1 | -1/+0 |
|
|
* | Added --about option to specify the file to load "About this | Fred Drake | 1999-09-23 | 1 | -1/+8 |
|
|
* | Tell mkhowto to use stdabout.dat for the documents it processes here. | Fred Drake | 1999-09-23 | 1 | -4/+4 |
|
|
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -6/+14 |
|
|
* | Remove the "Comments and Questions" section, allowing this to be used | Fred Drake | 1999-09-23 | 1 | -43/+22 |
|
|
* | Version of about.dat that should only be used for the standard | Fred Drake | 1999-09-23 | 1 | -0/+44 |
|
|
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -4/+4 |
|
|
* | Oops, missed this one! | Fred Drake | 1999-09-23 | 1 | -0/+0 |
|
|
* | img_tag(): Tighten up the generated SRC attribute a bit; if the image | Fred Drake | 1999-09-23 | 1 | -3/+6 |
|
|
* | do_cmd_rfc(): Simplify the generated markup. | Fred Drake | 1999-09-22 | 1 | -2/+2 |
|
|
* | Added --image-type option to allow use of either GIF or PNG images. | Fred Drake | 1999-09-22 | 1 | -11/+38 |
|
|
* | Some updates to allow ../tools/mkhowto to add various bits to the | Fred Drake | 1999-09-22 | 1 | -46/+86 |
|
|
* | main(): wrap the device.setinfo() call around an exception handler. | Barry Warsaw | 1999-09-22 | 1 | -1/+7 |
|
|
* | Added docstring and RCS id (apparently some Windows tar extractors | Greg Ward | 1999-09-22 | 1 | -0/+11 |
|
|
* | PNG version of the icons, converted from the GIFs | Fred Drake | 1999-09-22 | 6 | -0/+0 |
|
|
* | Ditched the whole notion of "alias options": this meant dropping the | Greg Ward | 1999-09-21 | 1 | -39/+21 |
|
|
* | Added 'write_file()' function. | Greg Ward | 1999-09-21 | 1 | -1/+22 |
|
|
* | In 'link_shared_object()', try to be less sensitive to missing input files | Greg Ward | 1999-09-21 | 1 | -1/+11 |
|
|
* | Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). | Greg Ward | 1999-09-21 | 1 | -0/+8 |
|
|
* | Added docstring, brought __all__ up-to-date. | Greg Ward | 1999-09-21 | 1 | -2/+19 |
|
|
* | Added 'install_path' option for giving non-packagized module | Greg Ward | 1999-09-21 | 1 | -12/+82 |
|
|
* | Only run build_py if we have pure Python modules, and build_ext if we | Greg Ward | 1999-09-21 | 1 | -5/+9 |
|
|
* | Some option changes: | Greg Ward | 1999-09-21 | 1 | -17/+30 |
|
|
* | Basically a complete rewrite to support dealing with modules in whole | Greg Ward | 1999-09-21 | 1 | -36/+197 |
|
|
* | Added section about where to send comments, questions, & bug reports. | Fred Drake | 1999-09-21 | 1 | -0/+20 |
|
|
* | parser__pickler(): Don't drop the third argument to | Fred Drake | 1999-09-20 | 1 | -5/+11 |
|
|
* | Added comment with web location of bsddb windows port. | Guido van Rossum | 1999-09-20 | 1 | -1/+4 |
|
|
* | Peter Haight discovered that this code uses a mutable default for cnf | Guido van Rossum | 1999-09-20 | 1 | -1/+3 |
|
|
* | Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. | Guido van Rossum | 1999-09-18 | 1 | -2/+11 |
|
|
* | Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. | Guido van Rossum | 1999-09-17 | 2 | -158/+160 |
|
|
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
|
|
* | Added documentation for inet_aton() and inet_ntoa(), from Ben | Fred Drake | 1999-09-16 | 1 | -0/+28 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | After much hemming and hawing, we decided to roll back Fred's change. | Guido van Rossum | 1999-09-15 | 1 | -5/+5 |
|
|
* | (1) On Linux, we really need to trust the configure script to select | Guido van Rossum | 1999-09-15 | 1 | -2/+13 |
|
|
* | Typo: the method called is do_SPAM, not handle_SPAM. | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|