summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* __pushtodev(): Ignore transient sunaudiodev.errors when setting theBarry Warsaw2000-03-291-1/+5
* eval_code2(): Oops, in the last checkin, we shouldn't check forBarry Warsaw2000-03-291-6/+2
* eval_code2(): In the extended calling syntax opcodes, you must checkBarry Warsaw2000-03-291-0/+8
* Moved robotparser.py to the Lib directory.Guido van Rossum2000-03-291-97/+0
* Put the Python "system" include dir last, rather than first.Greg Ward2000-03-291-1/+3
* Call 'find_exe()', not '_find_exe()'.Greg Ward2000-03-291-3/+3
* Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-291-12/+7
* Changed 'copy_tree()' so it returns the list of all files that were copied orGreg Ward2000-03-291-11/+12
* Documented Bastian's patch.Greg Ward2000-03-291-7/+9
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-291-3/+5
* Added 'make_tarball()' and 'make_zipfile()' functions in preparationGreg Ward2000-03-291-2/+90
* Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.utilGreg Ward2000-03-291-53/+4
* Added the "distribution query" methods: 'has_pure_modules()',Greg Ward2000-03-291-2/+22
* Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.Greg Ward2000-03-291-2/+2
* Be sure to run both 'build_py' and 'build_ext', now that this commandGreg Ward2000-03-291-5/+47
* Changed so the sub-commands we rely on to do the real work is specifiedGreg Ward2000-03-291-4/+24
* Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'Greg Ward2000-03-291-3/+3
* 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