summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* verify that Python raises SyntaxError for long and deeply-nested expressionsJeremy Hylton2000-06-202-0/+20
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-205-18/+28
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-201-0/+12
* mark SyntaxError__str__ as METH_VARARGSJeremy Hylton2000-06-201-1/+1
* Pekka Pessi <Pekka.Pessi@nokia.com>:Fred Drake2000-06-201-3/+3
* Fredrik Lundh <effbot@telia.com>:Fred Drake2000-06-201-8/+4
* Added a new debug method sys.gettotalrefcount(), which returns the total numb...Mark Hammond2000-06-201-1/+14
* Made to work under carbon.Jack Jansen2000-06-203-2/+44
* Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access.Jack Jansen2000-06-202-0/+84
* Made argc/argv processing work again under carbon.Jack Jansen2000-06-201-2/+2
* Christopher Fandrich <cfandrich@8cs.com>:Fred Drake2000-06-201-3/+6
* Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified andFred Drake2000-06-191-0/+8
* Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.Fred Drake2000-06-191-1/+1
* Patch from Michael Hudson to fix flatten recursive data structures:Andrew M. Kuchling2000-06-191-5/+8
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-6/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-1/+2
* Fix bug when the replacement template is a callable objectAndrew M. Kuchling2000-06-181-1/+1
* Patch from Lorenzo M. Catucci:Andrew M. Kuchling2000-06-181-0/+5
* Patch from /F:Andrew M. Kuchling2000-06-182-0/+106
* Patch from /F:Andrew M. Kuchling2000-06-183-22/+56
* 'get_platform()' now just returns 'sys.platform' on all platforms.Greg Ward2000-06-181-12/+4