summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-03-231-1/+0
* Import fix.Greg Ward2000-03-231-1/+1
* Fixed '_nt_quote_args()': backwards logic reversed, and now it actuallyGreg Ward2000-03-231-2/+2
* Fixed the class name.Greg Ward2000-03-231-1/+1
* Data of type Point is passed by value, not by reference.Jack Jansen2000-03-224-10/+10
* Fix small errors in description of Mac, Windows installation schemes.Greg Ward2000-03-221-4/+4
* Revised tons of comments to reflect the current state of affairs better.Greg Ward2000-03-221-72/+39
* Run 'install_lib' instead of 'install_py', and ditch 'install_ext'Greg Ward2000-03-221-13/+4
* Renamed install_py.py to install_lib.py, since it now handles installing allGreg Ward2000-03-221-76/+0
* Obsolete command -- no longer relevant since we now build all modules, pureGreg Ward2000-03-221-43/+0
* Dropped the evil and misguided 'set_peer_option()' method -- it's noGreg Ward2000-03-221-20/+0
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-221-13/+10
* Improved an error message in 'mkpath()'.Greg Ward2000-03-221-7/+47
* Renamed 'install_path' to 'extra_path'.Greg Ward2000-03-221-2/+6
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-221-129/+299
* Fix how we set 'build_dir' and 'install_dir' options from 'install' options --Greg Ward2000-03-221-2/+2
* Took out what looks like old debugging code that probably should neverGreg Ward2000-03-221-2/+1
* Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.Jack Jansen2000-03-212-4/+92
* Added a GetControlRect() method to controls which returns the bounding rectan...Jack Jansen2000-03-213-0/+24
* Updated comment: in PyTypeObject:Fred Drake2000-03-211-1/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-209-39/+61
* Started on support for callbacks for UserPane controls. Unfinished and untested.Jack Jansen2000-03-202-16/+251
* Simplified doc string.Greg Ward2000-03-181-11/+2
* Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --Greg Ward2000-03-181-2/+3