summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added 'get_outputs()' in prepartion for the 'bdist' command.Greg Ward2000-03-291-8/+29
* Deleted some crufty comments and code.Greg Ward2000-03-291-36/+49
* Update for creating and linking with python16.dll.Guido van Rossum2000-03-297-85/+3163
* Updated for Python 1.6 and VC++ 6.0.Guido van Rossum2000-03-291-5/+6
* Version -> 1.6.Guido van Rossum2000-03-291-2/+2
* Changes to completely ignore the registry when it detects that you areGuido van Rossum2000-03-291-25/+30
* Change the pragmas to use python16.lib instead of python15.lib. (TookGuido van Rossum2000-03-291-2/+2
* Version updated to 1.6; API version to 1009.Guido van Rossum2000-03-292-7/+9
* The Tcl_Obj patch discussed on the patches list.Guido van Rossum2000-03-291-82/+77
* remove reference (vestigal) to CALL_FUNCTION_STARJeremy Hylton2000-03-291-1/+1
* remove reference to CALL_FUNCTION_STAR in commentJeremy Hylton2000-03-291-1/+1
* fix previous checkinJeremy Hylton2000-03-283-24/+8
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-284-2/+174
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-287-148/+241
* Fredrik Lundh:Guido van Rossum2000-03-287-9/+9
* Fredrik Lundh:Guido van Rossum2000-03-281-10/+21
* Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools...Just van Rossum2000-03-281-2/+2
* added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr)Just van Rossum2000-03-281-0/+2
* Mark Hammond: add winreg module as new subproject.Guido van Rossum2000-03-282-7/+144
* Mark Hammond: new winreg module; updated dllbase file.Guido van Rossum2000-03-283-8/+2954
* Mark Hammond: test suite for new winreg module.Guido van Rossum2000-03-282-0/+151
* Marc-Andre Lemburg:Guido van Rossum2000-03-289-56/+116
* Piers Lauder:Guido van Rossum2000-03-281-26/+49
* Fix suggested by Magnus Kessler: in class Page, it is possible forGuido van Rossum2000-03-281-1/+4
* Patch by Neil Schemenauer to remove support for Tcl/Tk versions beforeGuido van Rossum2000-03-281-111/+21
* small fix: don't depend on the exact location of PythonCGISlave within the Py...Just van Rossum2000-03-281-1/+3
* Added getaboutmenutext() method. (jvr)Just van Rossum2000-03-281-1/+4
* - new version of PythonCGISlaveJust van Rossum2000-03-285-0/+383
* MBCS codecs. (Win32 only.) By Mark Hammond.Guido van Rossum2000-03-281-0/+59
* Prototypes added for MBCS codecs. (Win32 only.)Guido van Rossum2000-03-281-0/+20
* Typo fixed by Mark Hammond.Guido van Rossum2000-03-281-2/+2
* MBCS codecs for Windows. Contributed by Mark Hammond.Guido van Rossum2000-03-281-0/+37
* Add a call to Tcl_FindExecutable(). This was inspired by a patch byGuido van Rossum2000-03-271-0/+6
* Skip Montanaro:Guido van Rossum2000-03-272-34/+34
* my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)Just van Rossum2000-03-271-3/+4
* fixed several event handling buglets, added command Q support, added a new mo...Just van Rossum2000-03-271-23/+37
* Beefed up error-handling in 'setup()' a smidge:Greg Ward2000-03-261-1/+3
* Duh, it helps if '_nt_quote_args()' actually returns the mutated list,Greg Ward2000-03-261-1/+1
* Fixed a bunch of screwed-up logic and inconsistent terminology.Greg Ward2000-03-261-19/+33
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn thatGreg Ward2000-03-261-6/+11
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed toGreg Ward2000-03-261-9/+13
* Added 'runtime_library_dirs' parameter to 'link_*()' methods.Greg Ward2000-03-261-28/+43
* realcgitest.py: added import MacOS, it now works again. Removed NetPresenz re...Just van Rossum2000-03-262-1/+2
* Christian Tismer:Guido van Rossum2000-03-251-2/+8
* Marc-Andre Lemburg:Guido van Rossum2000-03-245-6/+259
* Fix all routines to use PyArg_ParseTuple(), and add ":name" to theGuido van Rossum2000-03-241-58/+71
* Fix the test so that connect() and bind() are called with a singleGuido van Rossum2000-03-241-2/+2
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-8/+6
* Regenerated with test for 'contains'.Guido van Rossum2000-03-241-0/+1
* Fix probable bug; if errno == EINTR, floatsleep() doesn't break out ofAndrew M. Kuchling2000-03-241-1/+1