- da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
- df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
- ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
- b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
- fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
- d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
- 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
- 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
- dbb9625 Some option changes: by Greg Ward · 25 years ago
- 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
- ea7364c Peter Haight discovered that this code uses a mutable default for cnf by Guido van Rossum · 25 years ago
- f3c5f5c After much hemming and hawing, we decided to roll back Fred's change. by Guido van Rossum · 25 years ago
- ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 25 years ago
- 0079b28 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
- c2b6de5 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
- fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
- c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
- 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
- 68bdf3e Comment addition. by Greg Ward · 25 years ago
- 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
- 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
- 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
- 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
- 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
- 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
- 81ffe75 Message.__delitem__(): If the key doesn't exist in the dictionary, by Fred Drake · 25 years ago
- 75ae7e7 Fix for PR#74 -- use int() instead of eval() to extract the exponent. by Guido van Rossum · 25 years ago
- 148ffbc canonic(): This used to be equivalent to str() but that caused too by Barry Warsaw · 25 years ago
- 2bee8fe Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in by Barry Warsaw · 25 years ago
- a41c691 Make the maxsize constructor argument default to 0 (an unlimited queue size). by Guido van Rossum · 25 years ago
- 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
- 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
- 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
- c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
- f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
- a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
- 2d813e5 Fixed 'return EOFError' that should be 'raise EOFError', caught by by Andrew M. Kuchling · 25 years ago
- a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
- 183fd40 Fix indent error in __format(): del context[objid] at the end should by Guido van Rossum · 25 years ago
- 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
- 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
- 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
- 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
- 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
- 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
- 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
- 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
- dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago
- b35d684 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
- 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
- e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
- 008edbf A nit to make Fred proud. by Barry Warsaw · 25 years ago
- 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
- f8e390b New version by Mark-Andre Lemburg (generated by a script, parseentities.py). by Guido van Rossum · 25 years ago
- 1ebcf6a Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
- 959fa01 Typo in comment (on Mac, it's the *resource* fork that's not copied, by Guido van Rossum · 25 years ago
- 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
- 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
- e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
- b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago
- 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
- e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
- 7f65c65 Comment tweak. by Greg Ward · 25 years ago
- 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
- 8c66b69 Added DistutilsExecError, DistutilsValueError. by Greg Ward · 25 years ago
- 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
- abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
- 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
- a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
- 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
- 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
- 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
- ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
- 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
- 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
- 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
- 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
- ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
- ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
- 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
- d5f173b FTP.dir(): Fix typo in docstring. by Fred Drake · 25 years ago
- 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
- b5879ca Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
- b8690fb Define NotANumber as a subclass of ValueError when using class-based exceptions. by Fred Drake · 25 years ago
- 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 25 years ago
- 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
- 624a191 Patch from Sjoerd Mullender: by Fred Drake · 25 years ago
- 59834f1 Mikael Lyngvig writes: by Guido van Rossum · 25 years ago
- 3aa9ca1 Patch by Mikael Lyngvig: by Guido van Rossum · 25 years ago
- 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
- ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
- 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 25 years ago
- 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
- 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
- 4f29869 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
- 9e480ad Patch suggested (and partially provided) by Lars Damerow: instead of by Guido van Rossum · 25 years ago
- bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
- f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 25 years ago
- 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 25 years ago
- 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 25 years ago