summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-284-380/+715
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+103
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+12212
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+20
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
* Added documentation for PyOS_AfterFork().Fred Drake2000-06-281-0/+7
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-287-1/+146
* typos fixed by Rob HooftJeremy Hylton2000-06-2832-41/+41
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-1/+4
* Changed the #error to a #warning when checking gcc versions, andFred Drake2000-06-281-1/+1
* Added section on cycle GCAndrew M. Kuchling2000-06-281-11/+94
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-283-11/+21
* Typo fix.Greg Ward2000-06-281-1/+1
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-281-0/+344
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* Fixes for compiling on Tru64.Andrew M. Kuchling2000-06-271-8/+13
* Fix two typos (, instead of ;)Andrew M. Kuchling2000-06-271-3/+2
* Fix comment typo noticed by Rob HooftAndrew M. Kuchling2000-06-271-1/+1
* Changed obsolete e-mail aliasAndrew M. Kuchling2000-06-272-3/+3
* Added support for mouse functions: mousemask(), mouseinterval(),Andrew M. Kuchling2000-06-271-0/+130
* Oops, only do that AIX hack on AIX.Greg Ward2000-06-271-1/+1
* Fixed LDSHARED for AIX, based on a patch by Rene Liebscher.Greg Ward2000-06-271-15/+12
* A-ha! Read Thomas' patch a little more carefully and figured it out:Greg Ward2000-06-271-1/+2
* Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support.Greg Ward2000-06-271-9/+21
* Thomas Heller's "bdist_wininst" command (unreviewed, untested).Greg Ward2000-06-271-0/+448
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-272-0/+3
* Added 'include_dirs' parameters all over the place.Greg Ward2000-06-271-19/+39
* Sync to ESR's current versionAndrew M. Kuchling2000-06-271-22/+28
* Drop back to old version of wrapper(); ESR reports that it broke things,Andrew M. Kuchling2000-06-271-4/+16
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-272-20/+121
* Added support for passing Unicode strings to Expat handlers by default.Andrew M. Kuchling2000-06-271-485/+663
* Dcoumentation for ascii.py. I've changed two references from ascii toAndrew M. Kuchling2000-06-261-0/+131
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-262-0/+261
* Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindingsAndrew M. Kuchling2000-06-261-0/+16
* 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