| Commit message (Expand) | Author | Age | Files | Lines |
* | NSEW is also valid for -sticky | Barry Warsaw | 1998-10-01 | 1 | -0/+1 |
|
|
* | Added NS and EW constants, which are meaningful values for grid's | Barry Warsaw | 1998-10-01 | 1 | -1/+3 |
|
|
* | Fix suggested by Sjoerd (long ago!) to get a better error message when | Guido van Rossum | 1998-09-29 | 1 | -1/+9 |
|
|
* | New version from Piers Lauder, who writes: | Guido van Rossum | 1998-09-28 | 1 | -88/+115 |
|
|
* | Don't set a local variable named __args__; this feature no longer | Guido van Rossum | 1998-09-28 | 1 | -1/+1 |
|
|
* | Changes by Eric Raymond: | Guido van Rossum | 1998-09-28 | 1 | -14/+32 |
|
|
* | Updated the docstring and class hierarchy diagram | Barry Warsaw | 1998-09-25 | 1 | -12/+20 |
|
|
* | Add two constants (with the same value) to specify the on-board CD input. | Guido van Rossum | 1998-09-24 | 1 | -0/+2 |
|
|
* | Reworked it quite a bit. There are now two classes: a base class, | Guido van Rossum | 1998-09-22 | 1 | -102/+206 |
|
|
* | Do the check for lacking sys.stdin.fileno() *before* testing for | Guido van Rossum | 1998-09-22 | 1 | -4/+4 |
|
|
* | When sys.stdin.fileno() doesn't work, fall back to default_getpass() | Guido van Rossum | 1998-09-21 | 1 | -1/+4 |
|
|
* | After the previous changes, func_normalize() turned out to be redundant. | Guido van Rossum | 1998-09-21 | 1 | -60/+5 |
|
|
* | Changes so that JPython can also use this version of profile.py. | Guido van Rossum | 1998-09-21 | 1 | -25/+4 |
|
|
* | Get rid of the classes RModuleLoader and RModuleImporter -- these were | Guido van Rossum | 1998-09-21 | 1 | -16/+3 |
|
|
* | Comment out 't = t[0] + t[1]' in profiler_simulation() -- this | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
|
|
* | Untabified and applied Richard Wolff's changes (plus my own reflowing | Guido van Rossum | 1998-09-17 | 1 | -160/+110 |
|
|
* | Richard Wolff's additional changes; some layout nits, and change the | Guido van Rossum | 1998-09-17 | 1 | -11/+11 |
|
|
* | In load_inst(), when instantiating an instance the old way (i.e. when | Guido van Rossum | 1998-09-15 | 1 | -4/+7 |
|
|
* | Ignore the TclError exception raised when deleting the registration | Guido van Rossum | 1998-09-14 | 1 | -1/+4 |
|
|
* | There was a confusion in my checkin of the code to support list() with | Guido van Rossum | 1998-09-14 | 1 | -4/+4 |
|
|
* | Print serious errors to stderr instead of stdout. | Guido van Rossum | 1998-09-14 | 1 | -4/+11 |
|
|
* | Patch by Marc-Andre Lemburg: use re module to compare test results. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-12 | 1 | -67/+185 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -59/+351 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -23/+172 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -1/+16 |
|
|
* | Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned | Guido van Rossum | 1998-09-08 | 1 | -0/+2 |
|
|
* | Easy optimizations of urlparse for the common case of parsing an http URL. | Jeremy Hylton | 1998-09-02 | 1 | -8/+33 |
|
|
* | Fix suggested by movits@lockstar.com (plus doc string by myself) | Guido van Rossum | 1998-09-02 | 1 | -4/+7 |
|
|
* | Make bind variants without a sequence return a tuple of sequences | Guido van Rossum | 1998-08-31 | 1 | -1/+27 |
|
|
* | Changes by Richard Wolff: | Guido van Rossum | 1998-08-27 | 1 | -13/+21 |
|
|
* | fix typo in keyword argument 'allow_frament' should be 'allow_fragment' | Jeremy Hylton | 1998-08-25 | 1 | -6/+6 |
|
|
* | There was still something wrong. The original NOTTESTS are replaced | Guido van Rossum | 1998-08-25 | 1 | -3/+6 |
|
|
* | Patch by Chris Herborth (posted to comp.lang.python)to make it behave | Guido van Rossum | 1998-08-24 | 1 | -3/+3 |
|
|
* | Should pass explicit arguments to findtests(). Should initialize 'nottests'. | Guido van Rossum | 1998-08-24 | 1 | -2/+4 |
|
|
* | The .subn() method wasn't setting _num_regs, which is used by the .groups() | Andrew M. Kuchling | 1998-08-21 | 1 | -0/+1 |
|
|
* | Raise the right exception (ValueError) for attempted I/O on closed StringIO | Fred Drake | 1998-08-18 | 1 | -1/+14 |
|
|
* | Change interface to sendmail: if the destination address is a string | Jeremy Hylton | 1998-08-13 | 1 | -1/+6 |
|
|
* | Add Tim Peters' test for long ints | Guido van Rossum | 1998-08-13 | 2 | -0/+144 |
|
|
* | The usual. | Guido van Rossum | 1998-08-12 | 25 | -181/+363 |
|
|
* | Fredrik Lundh's font wrapper. | Guido van Rossum | 1998-08-11 | 1 | -0/+192 |
|
|
* | Added coords() and identify() methods to Scale class. | Guido van Rossum | 1998-08-11 | 1 | -0/+4 |
|
|
* | Use repr() on the filename in EnvironmentError.__str__(). This | Guido van Rossum | 1998-08-11 | 1 | -2/+2 |
|
|
* | Guess what -- BSD has bifurcated again. :-( | Guido van Rossum | 1998-08-11 | 1 | -1/+1 |
|
|
* | On the mac, shouldn't change the creator+type of the *source* file! | Guido van Rossum | 1998-08-11 | 1 | -1/+0 |
|
|
* | Checking in BeOS specific socket module. | Guido van Rossum | 1998-08-10 | 2 | -0/+266 |
|
|
* | Nannified. | Guido van Rossum | 1998-08-10 | 1 | -3/+2 |
|
|
* | Nannified, and re-indented with 4 spaces. | Guido van Rossum | 1998-08-10 | 1 | -88/+88 |
|
|
* | Fixed a few lines that tabnanny complained about (one space before the | Guido van Rossum | 1998-08-10 | 1 | -5/+5 |
|
|
* | Untabified and deleted trailing blank lines. | Guido van Rossum | 1998-08-10 | 1 | -9/+7 |
|
|