| Commit message (Expand) | Author | Age | Files | Lines |
* | - fixed split | Fredrik Lundh | 2000-06-29 | 2 | -101/+78 |
|
|
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 1 | -0/+318 |
|
|
* | Nils Fischbeck: added doc strings to everything. Martin von Loewis | Guido van Rossum | 2000-06-29 | 1 | -9/+1087 |
|
|
* | Change string exceptions to class exceptions. | Guido van Rossum | 2000-06-29 | 1 | -2/+3 |
|
|
* | Whoops! We just discovered that Gordon's revamp of this module was | Guido van Rossum | 2000-06-29 | 1 | -49/+310 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-29 | 1 | -0/+4 |
|
|
* | - make sure group names are valid identifiers | Fredrik Lundh | 2000-06-29 | 1 | -5/+25 |
|
|
* | - last patch broke parse_template; fixed by changing some | Fredrik Lundh | 2000-06-29 | 1 | -10/+10 |
|
|
* | - removed "alpha only" licensing restriction | Fredrik Lundh | 2000-06-29 | 3 | -52/+13 |
|
|
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 4 | -90/+184 |
|
|
* | Convert to use class-based exceptions. | Fred Drake | 2000-06-29 | 1 | -2/+3 |
|
|
* | Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, | Greg Ward | 2000-06-29 | 1 | -1/+1 |
|
|
* | Fixed 'findall()' so it only returns regular files -- no directories. | Greg Ward | 2000-06-29 | 1 | -18/+54 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-28 | 1 | -2/+54 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+3 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+75 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -16/+57 |
|
|
* | Added the atexit module and documentation from Skip Montanaro | Fred Drake | 2000-06-28 | 3 | -0/+82 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 29 | -38/+38 |
|
|
* | Lyle Johnson: pass in temp directory as 'build_temp' argument when calling | Greg Ward | 2000-06-28 | 1 | -1/+2 |
|
|
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 3 | -11/+21 |
|
|
* | Typo fix. | Greg Ward | 2000-06-28 | 1 | -1/+1 |
|
|
* | Lyle Johnson's interface to Borland C++, with a few editorial comments by me. | Greg Ward | 2000-06-28 | 1 | -0/+344 |
|
|
* | Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" | Greg Ward | 2000-06-28 | 1 | -28/+20 |
|
|
* | Fixed to use 'reinitialize_command()' to fetch the "install" command object. | Greg Ward | 2000-06-28 | 1 | -6/+1 |
|
|
* | Fix comment typo noticed by Rob Hooft | Andrew M. Kuchling | 2000-06-27 | 1 | -1/+1 |
|
|
* | Oops, only do that AIX hack on AIX. | Greg Ward | 2000-06-27 | 1 | -1/+1 |
|
|
* | Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. | Greg Ward | 2000-06-27 | 1 | -15/+12 |
|
|
* | A-ha! Read Thomas' patch a little more carefully and figured it out: | Greg Ward | 2000-06-27 | 1 | -1/+2 |
|
|
* | Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support. | Greg Ward | 2000-06-27 | 1 | -9/+21 |
|
|
* | Thomas Heller's "bdist_wininst" command (unreviewed, untested). | Greg Ward | 2000-06-27 | 1 | -0/+448 |
|
|
* | Infrastructure support for the "bdist_wininst" command. | Greg Ward | 2000-06-27 | 2 | -0/+3 |
|
|
* | Added 'include_dirs' parameters all over the place. | Greg Ward | 2000-06-27 | 1 | -19/+39 |
|
|
* | Sync to ESR's current version | Andrew M. Kuchling | 2000-06-27 | 1 | -22/+28 |
|
|
* | Drop back to old version of wrapper(); ESR reports that it broke things, | Andrew M. Kuchling | 2000-06-27 | 1 | -4/+16 |
|
|
* | Change pyexpat test suite to exercise the .returns_unicode attribute, | Andrew M. Kuchling | 2000-06-27 | 2 | -20/+121 |
|
|
* | Added two modules for ASCII characters and a simple editing form (ESR) | Andrew M. Kuchling | 2000-06-26 | 2 | -0/+261 |
|
|
* | Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindings | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+16 |
|
|
* | now that imputil is in the main Python repository, clean up the header | Greg Stein | 2000-06-26 | 1 | -16/+3 |
|
|
* | initial commit of a new HTTP library, supporting HTTP/1.1 and persistent | Greg Stein | 2000-06-26 | 1 | -228/+734 |
|
|
* | update output file to reflect new test of exception object str-ness | Jeremy Hylton | 2000-06-25 | 1 | -0/+18 |
|
|
* | Define the 'executables' class attribute so the CCompiler constructor | Greg Ward | 2000-06-25 | 1 | -1/+8 |
|
|
* | Removed some debugging code that slipped into the last checkin. | Greg Ward | 2000-06-25 | 1 | -4/+3 |
|
|
* | Fixed the "pre-link hook" so it actually works, mainly by renaming it | Greg Ward | 2000-06-25 | 1 | -41/+33 |
|
|
* | Added PreprocessError and UnknownFileError (both used by CCompiler). | Greg Ward | 2000-06-25 | 1 | -1/+5 |
|
|
* | Call 'customize_compiler()' after getting CCompiler object. | Greg Ward | 2000-06-25 | 1 | -0/+2 |
|
|
* | Fixed a few silly bugs in my SWIG support code. (Hey, I said it was | Greg Ward | 2000-06-25 | 1 | -3/+5 |
|
|
* | Added the 'customize_compiler()' function, which plugs in the essential | Greg Ward | 2000-06-25 | 1 | -0/+20 |
|
|
* | Introduced some bureaucracy for setting and tracking the executables | Greg Ward | 2000-06-25 | 1 | -3/+58 |
|
|
* | Got rid of direct dependence on the sysconfig module. Mainly, this | Greg Ward | 2000-06-25 | 1 | -67/+35 |
|
|