1999-09-30 |
Jack Jansen | Distribution files for 1.5.1c1. |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Jack Jansen | 1.5.2c1 version. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Guido van Rossum | Duncan Grisby noted a typo in _DummyThread. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Added 'list_only' option (and modified 'run()' to respe... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Added all documentation. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | New command to generate source distribution based on... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Added 'package' option. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Renamed 'dir' option to be consistent with other commands. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Renamed many options to be consistent across commands. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Catch up with latest changes in CCompiler: |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Catch up with latest changes in CCompiler: |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Added 'extra_preargs' and 'extra_postargs' parameters... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | More tweaks to 'mkpath()': |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Greg Ward | Added 'ready' flag and 'ensure_ready()' method to Comma... |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Guido van Rossum | Patch by Tim Peters fixing PR#88: |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Guido van Rossum | Patch by Tim Peters fixing PR#89: |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | Initial checkin of IDE scripts. (jvr) |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | Added support for global default font settings. (jvr) |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | 1) added "typingcasesens" keyword arg to constructor... |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | added do_setwindowfont() menu callback: brings up a... |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | added getdefaultfont() function. Returns default font... |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | 1 - added "set default window font" menu |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Just van Rossum | minor cleanup, avoiding rare traceback (jvr) |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Fred Drake | "make clobber" should remove modindex.html as well. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Fred Drake | icons/ should not be ignored here now that this is... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Added --about option to specify the file to load "About... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Tell mkhowto to use stdabout.dat for the documents... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Remove some <SPAN> elements that were used only to... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Remove the "Comments and Questions" section, allowing... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Version of about.dat that should only be used for the... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Remove some <SPAN> elements that were used only to... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | Oops, missed this one! |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Fred Drake | img_tag(): Tighten up the generated SRC attribute... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Fred Drake | do_cmd_rfc(): Simplify the generated markup. |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Fred Drake | Added --image-type option to allow use of either GIF... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Fred Drake | Some updates to allow ../tools/mkhowto to add various... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Barry Warsaw | main(): wrap the device.setinfo() call around an except... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Greg Ward | Added docstring and RCS id (apparently some Windows... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Fred Drake | PNG version of the icons, converted from the GIFs |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Ditched the whole notion of "alias options": this meant... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Added 'write_file()' function. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | In 'link_shared_object()', try to be less sensitive... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Typecheck elements of 'macros' parameter in 'gen_prepro... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Added docstring, brought __all__ up-to-date. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Added 'install_path' option for giving non-packagized... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Only run build_py if we have pure Python modules, and... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Some option changes: |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Greg Ward | Basically a complete rewrite to support dealing with... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Fred Drake | Added section about where to send comments, questions... |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Fred Drake | parser__pickler(): Don't drop the third argument to |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Guido van Rossum | Added comment with web location of bsddb windows port. |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Guido van Rossum | Peter Haight discovered that this code uses a mutable... |
commit | commitdiff | tree | snapshot |
1999-09-18 |
Guido van Rossum | Tim Peters fixed PR#75: very long lines cause incorrect... |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Guido van Rossum | Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Fred Drake | os.name: Note that 'java' is one of the registered... |
commit | commitdiff | tree | snapshot |
1999-09-16 |
Fred Drake | Added documentation for inet_aton() and inet_ntoa(... |
commit | commitdiff | tree | snapshot |
1999-09-15 |
Guido van Rossum | Tim Peters writes: |
commit | commitdiff | tree | snapshot |
1999-09-15 |
Guido van Rossum | After much hemming and hawing, we decided to roll back... |
commit | commitdiff | tree | snapshot |
1999-09-15 |
Guido van Rossum | (1) On Linux, we really need to trust the configure... |
commit | commitdiff | tree | snapshot |
1999-09-15 |
Guido van Rossum | Typo: the method called is do_SPAM, not handle_SPAM. |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Guido van Rossum | Put Sam Rushing's original RCS ID string back, without... |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Guido van Rossum | Put Sam Rushing's original RCS ID string back, without... |
commit | commitdiff | tree | snapshot |
1999-09-14 |
Fred Drake | Added "import string" to a couple of examples that... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Changed selection of installation directories (in ... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Straightened up the selection of installation directori... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added support for 'package' option, including where... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Comment addition. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Now run 'build_ext'. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Guido van Rossum | Tim Peters discovered a bug in the Python-supplied... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added 'output_dir' parameter to 'compile()' and 'link_s... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | New command -- install_ext to install extension modules. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added 'newer_pairwise()' and 'newer_group()'. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added 'output_dir' attribute, and 'output_dir' paramete... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Fixed some goofs in 'alias_options'. |
commit | commitdiff | tree | snapshot |
1999-09-10 |
Fred Drake | Message.__delitem__(): If the key doesn't exist in... |
commit | commitdiff | tree | snapshot |
1999-09-10 |
Guido van Rossum | Fix for PR#74 -- use int() instead of eval() to extract... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Barry Warsaw | canonic(): This used to be equivalent to str() but... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Barry Warsaw | Pdb.lineinfo(): Don't use os.popen('egrep ...') to... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | It appears that inet_aton() doesn't really exist except... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | Make the maxsize constructor argument default to 0... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Fred Drake | Added keyword parameter support to all public interface... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Fred Drake | Name the parameter to expr() and suite() "source" inste... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | A few new TODO entries. |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Barry Warsaw | call_trace(): A fix for PR#73, if an exception occurred... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Changed to reflect the new "command options" regime... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Careful rethink of command options, distribution option... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Ditched redundant docstrings and comments (overlap... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Ditched '_gen_preprocess_options()' and '_gen_lib_optio... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | os.name is "posix" or "nt" or we don't care. |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | [from 1999/08/28] |
commit | commitdiff | tree | snapshot |
1999-09-07 |
Guido van Rossum | Fixed memory leak in ratecv, in response to PR#72.... |
commit | commitdiff | tree | snapshot |
1999-09-06 |
Andrew M. Kuchling | Fixed 'return EOFError' that should be 'raise EOFError... |
commit | commitdiff | tree | snapshot |
1999-09-03 |
Guido van Rossum | Correct typo in AddressList.__getitem__. By Moshe... |
commit | commitdiff | tree | snapshot |
1999-09-02 |
Guido van Rossum | Fix indent error in __format(): del context[objid]... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: caught up with changes in CComp... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: tweaks to Windows support. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: support for Windows. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: import types module. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: typo fix, make sure we only... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: OK for list of modules to be... |
commit | commitdiff | tree | snapshot |
next |