| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Renamed 'install_path' to 'extra_path'. | Greg Ward | 2000-03-22 | 1 | -2/+6 |
|
|
* | Yet another complete rewrite. Hopefully the *last* complete rewrite of | Greg Ward | 2000-03-22 | 1 | -129/+299 |
|
|
* | Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- | Greg Ward | 2000-03-22 | 1 | -2/+2 |
|
|
* | Took out what looks like old debugging code that probably should never | Greg Ward | 2000-03-22 | 1 | -2/+1 |
|
|
* | Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. | Jack Jansen | 2000-03-21 | 2 | -4/+92 |
|
|
* | Added a GetControlRect() method to controls which returns the bounding rectan... | Jack Jansen | 2000-03-21 | 3 | -0/+24 |
|
|
* | Updated comment: in PyTypeObject: | Fred Drake | 2000-03-21 | 1 | -1/+1 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 9 | -39/+61 |
|
|
* | Started on support for callbacks for UserPane controls. Unfinished and untested. | Jack Jansen | 2000-03-20 | 2 | -16/+251 |
|
|
* | Simplified doc string. | Greg Ward | 2000-03-18 | 1 | -11/+2 |
|
|
* | Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- | Greg Ward | 2000-03-18 | 1 | -2/+3 |
|
|
* | Tweaked all over: | Greg Ward | 2000-03-18 | 1 | -9/+29 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -16/+2 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. | Greg Ward | 2000-03-18 | 1 | -1/+20 |
|
|
* | Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -0/+44 |
|
|
* | In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. | Greg Ward | 2000-03-18 | 1 | -0/+3 |
|
|
* | Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' | Greg Ward | 2000-03-18 | 3 | -4/+20 |
|
|
* | Third attempt at documenting an installation scheme; this one feels like | Greg Ward | 2000-03-18 | 1 | -192/+301 |
|
|
* | Of course, I forget how to type long ago... | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInt... | Jack Jansen | 2000-03-17 | 2 | -0/+42 |
|
|
* | "write marshalled" --> "writes marshalled" (in docstring); noted by | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | Oops, another in the same file; I should read the mail fully before | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | "intput" --> "input" (in docstring); noted by Detlef Lannert | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | complete rewrite | Jeremy Hylton | 2000-03-16 | 4 | -1600/+1662 |
|
|
* | simplify visitor walker class | Jeremy Hylton | 2000-03-16 | 2 | -64/+44 |
|
|
* | fix list.append problems | Jeremy Hylton | 2000-03-16 | 2 | -6/+6 |
|
|
* | change name of Set method: items -> elements (avoids confusion with | Jeremy Hylton | 2000-03-16 | 2 | -2/+2 |
|
|
* | Script to annotate api.tex with reference count information. | Fred Drake | 2000-03-15 | 1 | -0/+63 |
|
|
* | AETransactionID was mistakenly defined as a short (it is a long). Fixed. | Jack Jansen | 2000-03-14 | 2 | -2/+2 |
|
|
* | Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. | Jeremy Hylton | 2000-03-14 | 1 | -5/+4 |
|
|