| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Bastian Kleineidam: 'copy_file()' now returns the output filename, rather | Greg Ward | 2000-06-23 | 1 | -6/+5 |
|
|
* | Release the global interpreter lock around the most important | Andrew M. Kuchling | 2000-06-23 | 1 | -12/+45 |
|
|
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 25 | -15/+170 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-21 | 1 | -1/+6 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-06-21 | 1 | -4/+4 |
|
|
* | Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two | Greg Ward | 2000-06-21 | 1 | -0/+181 |
|
|
* | Fix inspired by Rene Liebscher: if setup script is newer than the | Greg Ward | 2000-06-21 | 1 | -3/+26 |
|
|
* | Delete spurious comment. | Greg Ward | 2000-06-21 | 1 | -1/+0 |
|
|
* | Build the 'outfiles' list so 'get_outputs()' has something to return. | Greg Ward | 2000-06-21 | 2 | -5/+15 |
|
|
* | Rene Liebscher: when fixing up directories with an alternate root, include | Greg Ward | 2000-06-21 | 1 | -1/+2 |
|
|
* | Fleshed out and added a bunch of useful stuff, notably 'check_func()', | Greg Ward | 2000-06-21 | 1 | -32/+176 |
|
|
* | Oops, import 'grok_environment_error()'. | Greg Ward | 2000-06-21 | 1 | -0/+1 |
|
|
* | Added 'preprocess()' method to CCompiler interface, and implemented | Greg Ward | 2000-06-21 | 2 | -0/+48 |
|
|
* | Minor grammatical fix | Andrew M. Kuchling | 2000-06-21 | 1 | -1/+1 |
|
|
* | Document .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+22 |
|
|
* | Added .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+19 |
|
|
* | Added an optional debug handler that traps and prints all unknown appleevents. | Jack Jansen | 2000-06-20 | 13 | -13/+24 |
|
|
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat... | Jack Jansen | 2000-06-20 | 14 | -21/+21 |
|
|
* | verify that Python raises SyntaxError for long and deeply-nested expressions | Jeremy Hylton | 2000-06-20 | 2 | -0/+20 |
|
|
* | Add new parser error code, E_OVERFLOW. This error is returned when | Jeremy Hylton | 2000-06-20 | 5 | -18/+28 |
|
|
* | add minimal test of exception use. verify that each exception can be | Jeremy Hylton | 2000-06-20 | 1 | -0/+12 |
|
|
* | mark SyntaxError__str__ as METH_VARARGS | Jeremy Hylton | 2000-06-20 | 1 | -1/+1 |
|
|
* | Pekka Pessi <Pekka.Pessi@nokia.com>: | Fred Drake | 2000-06-20 | 1 | -3/+3 |
|
|
* | Fredrik Lundh <effbot@telia.com>: | Fred Drake | 2000-06-20 | 1 | -8/+4 |
|
|
* | Added a new debug method sys.gettotalrefcount(), which returns the total numb... | Mark Hammond | 2000-06-20 | 1 | -1/+14 |
|
|
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 3 | -2/+44 |
|
|
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 2 | -0/+84 |
|
|
* | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
|
|
* | Christopher Fandrich <cfandrich@8cs.com>: | Fred Drake | 2000-06-20 | 1 | -3/+6 |
|
|
* | Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and | Fred Drake | 2000-06-19 | 1 | -0/+8 |
|
|
* | Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-06-19 | 1 | -1/+1 |
|
|
* | Patch from Michael Hudson to fix flatten recursive data structures: | Andrew M. Kuchling | 2000-06-19 | 1 | -5/+8 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-18 | 1 | -6/+4 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-18 | 1 | -1/+2 |
|
|
* | Fix bug when the replacement template is a callable object | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+1 |
|
|