summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* now that imputil is in the main Python repository, clean up the headerGreg Stein2000-06-261-16/+3
* Fredrik Lundh: get rid of warning in pythonrun.cGuido van Rossum2000-06-261-0/+1
* initial commit of a new HTTP library, supporting HTTP/1.1 and persistentGreg Stein2000-06-261-228/+734
* Fix typos and errors noticed by Skip MontanaroAndrew M. Kuchling2000-06-251-14/+19
* update output file to reflect new test of exception object str-nessJeremy Hylton2000-06-251-0/+18
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
* Define the 'executables' class attribute so the CCompiler constructorGreg Ward2000-06-251-1/+8
* Removed some debugging code that slipped into the last checkin.Greg Ward2000-06-251-4/+3
* Fixed the "pre-link hook" so it actually works, mainly by renaming itGreg Ward2000-06-251-41/+33
* Added PreprocessError and UnknownFileError (both used by CCompiler).Greg Ward2000-06-251-1/+5
* Call 'customize_compiler()' after getting CCompiler object.Greg Ward2000-06-251-0/+2
* Fixed a few silly bugs in my SWIG support code. (Hey, I said it wasGreg Ward2000-06-251-3/+5
* Added the 'customize_compiler()' function, which plugs in the essentialGreg Ward2000-06-251-0/+20
* Introduced some bureaucracy for setting and tracking the executablesGreg Ward2000-06-251-3/+58
* Got rid of direct dependence on the sysconfig module. Mainly, thisGreg Ward2000-06-251-67/+35
* Added 'split_quoted()' function to deal with strings that are quoted inGreg Ward2000-06-241-0/+67
* Docstring reformatting/tweaking binge.Greg Ward2000-06-241-249/+253
* Print a warning if we install a data file right in install_dir.Greg Ward2000-06-241-3/+7
* Changed the default installation directory for data files (used byGreg Ward2000-06-241-4/+4
* Changed 'object_filenames()' to raise exception instead of silently carryingGreg Ward2000-06-241-1/+3
* Some clarifications to the 'A simple example' section.Greg Ward2000-06-241-6/+8
* Fixed a grab-bag of typos spotted by Detlef Lannert.Greg Ward2000-06-242-17/+16
* 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
* (py-execute-region): Make sure the new temporary buffer is current forBarry Warsaw2000-06-231-3/+4
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-237-20/+36
* traverse functions should return 0 on successJeremy Hylton2000-06-231-2/+2
* raise TypeError when PyObject_Get/SetAttr called with non-string nameJeremy Hylton2000-06-231-5/+17
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-236-3/+218
* Bastian Kleineidam: 'copy_file()' now returns the output filename, ratherGreg Ward2000-06-231-6/+5
* Release the global interpreter lock around the most importantAndrew M. Kuchling2000-06-231-12/+45
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-2125-15/+170
* 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
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
* Document .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+22
* Added .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+19
* Added an optional debug handler that traps and prints all unknown appleevents.Jack Jansen2000-06-2013-13/+24
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-2014-21/+21