| Commit message (Expand) | Author | Age | Files | Lines |
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 7 | -148/+241 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 7 | -9/+9 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -10/+21 |
|
|
* | Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools... | Just van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) | Just van Rossum | 2000-03-28 | 1 | -0/+2 |
|
|
* | Mark Hammond: add winreg module as new subproject. | Guido van Rossum | 2000-03-28 | 2 | -7/+144 |
|
|
* | Mark Hammond: new winreg module; updated dllbase file. | Guido van Rossum | 2000-03-28 | 3 | -8/+2954 |
|
|
* | Mark Hammond: test suite for new winreg module. | Guido van Rossum | 2000-03-28 | 2 | -0/+151 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 9 | -56/+116 |
|
|
* | Piers Lauder: | Guido van Rossum | 2000-03-28 | 1 | -26/+49 |
|
|
* | Fix suggested by Magnus Kessler: in class Page, it is possible for | Guido van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | Patch by Neil Schemenauer to remove support for Tcl/Tk versions before | Guido van Rossum | 2000-03-28 | 1 | -111/+21 |
|
|
* | small fix: don't depend on the exact location of PythonCGISlave within the Py... | Just van Rossum | 2000-03-28 | 1 | -1/+3 |
|
|
* | Added getaboutmenutext() method. (jvr) | Just van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | - new version of PythonCGISlave | Just van Rossum | 2000-03-28 | 5 | -0/+383 |
|
|
* | MBCS codecs. (Win32 only.) By Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -0/+59 |
|
|
* | Prototypes added for MBCS codecs. (Win32 only.) | Guido van Rossum | 2000-03-28 | 1 | -0/+20 |
|
|
* | Typo fixed by Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | MBCS codecs for Windows. Contributed by Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -0/+37 |
|
|
* | Add a call to Tcl_FindExecutable(). This was inspired by a patch by | Guido van Rossum | 2000-03-27 | 1 | -0/+6 |
|
|
* | Skip Montanaro: | Guido van Rossum | 2000-03-27 | 2 | -34/+34 |
|
|
* | my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) | Just van Rossum | 2000-03-27 | 1 | -3/+4 |
|
|
* | fixed several event handling buglets, added command Q support, added a new mo... | Just van Rossum | 2000-03-27 | 1 | -23/+37 |
|
|
* | Beefed up error-handling in 'setup()' a smidge: | Greg Ward | 2000-03-26 | 1 | -1/+3 |
|
|
* | Duh, it helps if '_nt_quote_args()' actually returns the mutated list, | Greg Ward | 2000-03-26 | 1 | -1/+1 |
|
|
* | Fixed a bunch of screwed-up logic and inconsistent terminology. | Greg Ward | 2000-03-26 | 1 | -19/+33 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that | Greg Ward | 2000-03-26 | 1 | -6/+11 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to | Greg Ward | 2000-03-26 | 1 | -9/+13 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods. | Greg Ward | 2000-03-26 | 1 | -28/+43 |
|
|
* | realcgitest.py: added import MacOS, it now works again. Removed NetPresenz re... | Just van Rossum | 2000-03-26 | 2 | -1/+2 |
|
|
* | Christian Tismer: | Guido van Rossum | 2000-03-25 | 1 | -2/+8 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 5 | -6/+259 |
|
|
* | Fix all routines to use PyArg_ParseTuple(), and add ":name" to the | Guido van Rossum | 2000-03-24 | 1 | -58/+71 |
|
|
* | Fix the test so that connect() and bind() are called with a single | Guido van Rossum | 2000-03-24 | 1 | -2/+2 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 1 | -8/+6 |
|
|
* | Regenerated with test for 'contains'. | Guido van Rossum | 2000-03-24 | 1 | -0/+1 |
|
|
* | Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of | Andrew M. Kuchling | 2000-03-24 | 1 | -1/+1 |
|
|
* | From Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-03-23 | 1 | -1/+0 |
|
|
* | Import fix. | Greg Ward | 2000-03-23 | 1 | -1/+1 |
|
|
* | Fixed '_nt_quote_args()': backwards logic reversed, and now it actually | Greg Ward | 2000-03-23 | 1 | -2/+2 |
|
|
* | Fixed the class name. | Greg Ward | 2000-03-23 | 1 | -1/+1 |
|
|
* | Data of type Point is passed by value, not by reference. | Jack Jansen | 2000-03-22 | 4 | -10/+10 |
|
|
* | Fix small errors in description of Mac, Windows installation schemes. | Greg Ward | 2000-03-22 | 1 | -4/+4 |
|
|
* | Revised tons of comments to reflect the current state of affairs better. | Greg Ward | 2000-03-22 | 1 | -72/+39 |
|
|
* | Run 'install_lib' instead of 'install_py', and ditch 'install_ext' | Greg Ward | 2000-03-22 | 1 | -13/+4 |
|
|
* | Renamed install_py.py to install_lib.py, since it now handles installing all | Greg Ward | 2000-03-22 | 1 | -76/+0 |
|
|
* | Obsolete command -- no longer relevant since we now build all modules, pure | Greg Ward | 2000-03-22 | 1 | -43/+0 |
|
|
* | Dropped the evil and misguided 'set_peer_option()' method -- it's no | Greg Ward | 2000-03-22 | 1 | -20/+0 |
|
|
* | Dropped any notion of allowing the user to specify the build directories: | Greg Ward | 2000-03-22 | 1 | -13/+10 |
|
|
* | Improved an error message in 'mkpath()'. | Greg Ward | 2000-03-22 | 1 | -7/+47 |
|
|