- bdcc96c Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan by Fred Drake · 25 years ago
- bc9476e __pushtodev(): Ignore transient sunaudiodev.errors when setting the by Barry Warsaw · 25 years ago
- b2ba9d8 eval_code2(): Oops, in the last checkin, we shouldn't check for by Barry Warsaw · 25 years ago
- 4961ef7 eval_code2(): In the extended calling syntax opcodes, you must check by Barry Warsaw · 25 years ago
- 918429b Moved robotparser.py to the Lib directory. by Guido van Rossum · 25 years ago
- 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 25 years ago
- 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 25 years ago
- ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 25 years ago
- 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 25 years ago
- da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 25 years ago
- 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
- f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 25 years ago
- ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 25 years ago
- e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 25 years ago
- ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 25 years ago
- ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 25 years ago
- 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 25 years ago
- 8b2e95e Deleted some crufty comments and code. by Greg Ward · 25 years ago
- 15a57a7 Update for creating and linking with python16.dll. by Guido van Rossum · 25 years ago
- a29b360 Updated for Python 1.6 and VC++ 6.0. by Guido van Rossum · 25 years ago
- 9c94a88 Version -> 1.6. by Guido van Rossum · 25 years ago
- e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 25 years ago
- 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 25 years ago
- 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 25 years ago
- 632de27 The Tcl_Obj patch discussed on the patches list. by Guido van Rossum · 25 years ago
- e4fb958 remove reference (vestigal) to CALL_FUNCTION_STAR by Jeremy Hylton · 25 years ago
- a403d7d remove reference to CALL_FUNCTION_STAR in comment by Jeremy Hylton · 25 years ago
- 003663d fix previous checkin by Jeremy Hylton · 25 years ago
- aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
- 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
- 93a7c0f Fredrik Lundh: by Guido van Rossum · 25 years ago
- 1916b35 Fredrik Lundh: by Guido van Rossum · 25 years ago
- 8f11d8e Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools:CGI: stuff. Later. (jvr) by Just van Rossum · 25 years ago
- f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 25 years ago
- 09fca8d Mark Hammond: add winreg module as new subproject. by Guido van Rossum · 25 years ago
- 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 25 years ago
- de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 25 years ago
- 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 66d4513 Piers Lauder: by Guido van Rossum · 25 years ago
- 8430624 Fix suggested by Magnus Kessler: in class Page, it is possible for by Guido van Rossum · 25 years ago
- a80649b Patch by Neil Schemenauer to remove support for Tcl/Tk versions before by Guido van Rossum · 25 years ago
- c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 25 years ago
- f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 25 years ago
- 4011723 - new version of PythonCGISlave by Just van Rossum · 25 years ago
- b7a40ba MBCS codecs. (Win32 only.) By Mark Hammond. by Guido van Rossum · 25 years ago
- efec115 Prototypes added for MBCS codecs. (Win32 only.) by Guido van Rossum · 25 years ago
- 50fbb15 Typo fixed by Mark Hammond. by Guido van Rossum · 25 years ago
- 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 25 years ago
- e187b0e Add a call to Tcl_FindExecutable(). This was inspired by a patch by by Guido van Rossum · 25 years ago
- dc8b798 Skip Montanaro: by Guido van Rossum · 25 years ago
- 0c3baaf my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) by Just van Rossum · 25 years ago
- 7ec7c8a fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr) by Just van Rossum · 25 years ago
- 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 25 years ago
- a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 25 years ago
- cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 25 years ago
- 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 25 years ago
- e21dabe Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to by Greg Ward · 25 years ago
- f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 25 years ago
- 158ce42 realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference. by Just van Rossum · 25 years ago
- 13ff8eb Christian Tismer: by Guido van Rossum · 25 years ago
- d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 27fc3c0 Fix all routines to use PyArg_ParseTuple(), and add ":name" to the by Guido van Rossum · 25 years ago
- 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 25 years ago
- 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 25 years ago
- c24ca4b Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of by Andrew M. Kuchling · 25 years ago
- 70b5d47 From Sjoerd Mullender <sjoerd@oratrix.nl>: by Fred Drake · 25 years ago
- a7540bd Import fix. by Greg Ward · 25 years ago
- e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 25 years ago
- 297dd9f Fixed the class name. by Greg Ward · 25 years ago
- deb6373 Data of type Point is passed by value, not by reference. by Jack Jansen · 25 years ago
- 8e14f05 Fix small errors in description of Mac, Windows installation schemes. by Greg Ward · 25 years ago
- 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 25 years ago
- 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 25 years ago
- 55753d4 Renamed install_py.py to install_lib.py, since it now handles installing all by Greg Ward · 25 years ago
- 5b001f1 Obsolete command -- no longer relevant since we now build all modules, pure by Greg Ward · 25 years ago
- 1497b61 Dropped the evil and misguided 'set_peer_option()' method -- it's no by Greg Ward · 25 years ago
- 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 25 years ago
- 1b4ede5 Improved an error message in 'mkpath()'. by Greg Ward · 25 years ago
- 7f6ef6c Renamed 'install_path' to 'extra_path'. by Greg Ward · 25 years ago
- a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 25 years ago
- 531349f Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- by Greg Ward · 25 years ago
- 4620f30 Took out what looks like old debugging code that probably should never by Greg Ward · 25 years ago
- a27e9fb Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. by Jack Jansen · 25 years ago
- 1a7d5b1 Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API... by Jack Jansen · 25 years ago
- 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 25 years ago
- 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
- abc411b Started on support for callbacks for UserPane controls. Unfinished and untested. by Jack Jansen · 25 years ago
- fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 25 years ago
- 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 25 years ago
- 11fc7e4 Tweaked all over: by Greg Ward · 25 years ago
- 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 25 years ago
- 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 25 years ago
- d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 25 years ago
- 2957656 Third attempt at documenting an installation scheme; this one feels like by Greg Ward · 25 years ago
- bae57a8 Of course, I forget how to type long ago... by Fred Drake · 25 years ago