summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-245-41/+56
* More stylistic tweaks to the generic '--help-xxx' code.Greg Ward2000-06-241-12/+15
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-247-42/+72
* Experimental, completely untested SWIG support.Greg Ward2000-06-241-5/+74
* Revised docstring so 'sources' isn't necessarily all C/C++ files (toGreg Ward2000-06-241-3/+5
* Bastian Kleineidam: 'copy_file()' now returns the output filename, ratherGreg Ward2000-06-231-6/+5
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-211-1/+6
* Sjoerd Mullender:Guido van Rossum2000-06-211-4/+4
* Implementation of the CCompiler class for Cygwin and Mingw32, ie. the twoGreg Ward2000-06-211-0/+181
* Fix inspired by Rene Liebscher: if setup script is newer than theGreg Ward2000-06-211-3/+26
* Delete spurious comment.Greg Ward2000-06-211-1/+0
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-212-5/+15
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-211-1/+2
* Fleshed out and added a bunch of useful stuff, notably 'check_func()',Greg Ward2000-06-211-32/+176
* Oops, import 'grok_environment_error()'.Greg Ward2000-06-211-0/+1
* Added 'preprocess()' method to CCompiler interface, and implementedGreg Ward2000-06-212-0/+48
* verify that Python raises SyntaxError for long and deeply-nested expressionsJeremy Hylton2000-06-202-0/+20
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-201-0/+12
* Pekka Pessi <Pekka.Pessi@nokia.com>:Fred Drake2000-06-201-3/+3
* Fix bug when the replacement template is a callable objectAndrew M. Kuchling2000-06-181-1/+1
* Patch from /F:Andrew M. Kuchling2000-06-181-0/+6
* 'get_platform()' now just returns 'sys.platform' on all platforms.Greg Ward2000-06-181-12/+4
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-182-1/+36
* Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',Greg Ward2000-06-171-36/+63
* Renamed PATH_CREATED to _path_created, on the grounds that it's private andGreg Ward2000-06-171-8/+8
* Changed 'remove_tree()' to use the new 'grok_environment_error()' functionGreg Ward2000-06-171-7/+6
* Changed to use the new 'grok_environment_error()' function instead ofGreg Ward2000-06-171-10/+1
* Added 'grok_environment_error()' function to deal with the variousGreg Ward2000-06-171-0/+20
* Bastian Kleineidam: added 'remove_tree()' function. Needed so thatGreg Ward2000-06-171-10/+25
* Fixed install directory for header files on Unix.Greg Ward2000-06-171-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-141-6/+0
* James C. Ahlstron <jim@interet.com>:Fred Drake2000-06-131-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-3/+12
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-2/+2
* Applied simplifications suggested by Greg Stein.Andrew M. Kuchling2000-06-101-15/+4
* Add contents of curses packageAndrew M. Kuchling2000-06-102-0/+68
* Added test for linnuxaudiodev module; directly adapted from sunaudiodevFred Drake2000-06-102-0/+21
* Comment out an apparent debug printAndrew M. Kuchling2000-06-101-1/+1
* Patch from /F: this patch brings the CVS version of SRE in sync with theAndrew M. Kuchling2000-06-091-118/+178
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-3/+61
* Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb ifGreg Ward2000-06-081-0/+2
* Include setup.cfg in the list of default files to distribute.Greg Ward2000-06-081-1/+5
* Moved the code that prunes the file list after reading the manifestGreg Ward2000-06-081-9/+14
* Renamed 'find_defaults()' to 'add_defaults()'.Greg Ward2000-06-081-13/+5
* Docstring addition binge.Greg Ward2000-06-081-15/+44
* Fixed so we print more than just the first line of help for options withGreg Ward2000-06-081-3/+3
* Docstring reformatting binge.Greg Ward2000-06-081-28/+23
* Cosmetic tweaks to imports, the 'show_formats()' function, and theGreg Ward2000-06-081-11/+19
* Made all debug output go through the 'debug_print()' method instead ofGreg Ward2000-06-081-75/+90