| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two typos (, instead of ;) | Andrew M. Kuchling | 2000-06-27 | 1 | -3/+2 |
|
|
* | Fix comment typo noticed by Rob Hooft | Andrew M. Kuchling | 2000-06-27 | 1 | -1/+1 |
|
|
* | Changed obsolete e-mail alias | Andrew M. Kuchling | 2000-06-27 | 2 | -3/+3 |
|
|
* | Added support for mouse functions: mousemask(), mouseinterval(), | Andrew M. Kuchling | 2000-06-27 | 1 | -0/+130 |
|
|
* | 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 support for passing Unicode strings to Expat handlers by default. | Andrew M. Kuchling | 2000-06-27 | 1 | -485/+663 |
|
|
* | Dcoumentation for ascii.py. I've changed two references from ascii to | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+131 |
|
|
* | 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 |
|
|
* | Fredrik Lundh: get rid of warning in pythonrun.c | Guido van Rossum | 2000-06-26 | 1 | -0/+1 |
|
|
* | initial commit of a new HTTP library, supporting HTTP/1.1 and persistent | Greg Stein | 2000-06-26 | 1 | -228/+734 |
|
|
* | Fix typos and errors noticed by Skip Montanaro | Andrew M. Kuchling | 2000-06-25 | 1 | -14/+19 |
|
|
* | update output file to reflect new test of exception object str-ness | Jeremy Hylton | 2000-06-25 | 1 | -0/+18 |
|
|
* | Minor wording tweaks. | Greg Ward | 2000-06-25 | 1 | -5/+6 |
|
|
* | 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 |
|
|
* | Added 'split_quoted()' function to deal with strings that are quoted in | Greg Ward | 2000-06-24 | 1 | -0/+67 |
|
|
* | Docstring reformatting/tweaking binge. | Greg Ward | 2000-06-24 | 1 | -249/+253 |
|
|
* | Print a warning if we install a data file right in install_dir. | Greg Ward | 2000-06-24 | 1 | -3/+7 |
|
|
* | Changed the default installation directory for data files (used by | Greg Ward | 2000-06-24 | 1 | -4/+4 |
|
|
* | Changed 'object_filenames()' to raise exception instead of silently carrying | Greg Ward | 2000-06-24 | 1 | -1/+3 |
|
|
* | Some clarifications to the 'A simple example' section. | Greg Ward | 2000-06-24 | 1 | -6/+8 |
|
|
* | Fixed a grab-bag of typos spotted by Detlef Lannert. | Greg Ward | 2000-06-24 | 2 | -17/+16 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 5 | -41/+56 |
|
|
* | More stylistic tweaks to the generic '--help-xxx' code. | Greg Ward | 2000-06-24 | 1 | -12/+15 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 7 | -42/+72 |
|
|
* | Experimental, completely untested SWIG support. | Greg Ward | 2000-06-24 | 1 | -5/+74 |
|
|
* | Revised docstring so 'sources' isn't necessarily all C/C++ files (to | Greg Ward | 2000-06-24 | 1 | -3/+5 |
|
|
* | (py-execute-region): Make sure the new temporary buffer is current for | Barry Warsaw | 2000-06-23 | 1 | -3/+4 |
|
|
* | part 2 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 7 | -20/+36 |
|
|
* | traverse functions should return 0 on success | Jeremy Hylton | 2000-06-23 | 1 | -2/+2 |
|
|
* | raise TypeError when PyObject_Get/SetAttr called with non-string name | Jeremy Hylton | 2000-06-23 | 1 | -5/+17 |
|
|
* | Round 1 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 6 | -3/+218 |
|
|