| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup x so it is not left in module | Neal Norwitz | 2002-03-26 | 1 | -0/+1 |
|
|
* | Missed change METH_OLDARGS to METH_NOARGS for two aliased functions | Neal Norwitz | 2002-03-26 | 1 | -2/+2 |
|
|
* | Make object browser work in OSX (by rewriting the old browser | Just van Rossum | 2002-03-26 | 2 | -2/+146 |
|
|
* | operate as a filter when no files or directories appear on the command line | Skip Montanaro | 2002-03-26 | 1 | -9/+17 |
|
|
* | Fix for SF 502085. | Guido van Rossum | 2002-03-26 | 1 | -1/+5 |
|
|
* | Remove last occurrance of PyArg_GetInt. It is deprecated, | Neal Norwitz | 2002-03-25 | 1 | -1/+1 |
|
|
* | Add a comment that PyArg_GetInt is deprecated and should not be used | Neal Norwitz | 2002-03-25 | 1 | -0/+1 |
|
|
* | make default banner match what the real interpreter displays | Skip Montanaro | 2002-03-25 | 1 | -1/+1 |
|
|
* | remove unqualified excepts - catch ImportError when trying to import | Skip Montanaro | 2002-03-25 | 1 | -7/+2 |
|
|
* | eliminate unqualified except when checking for presence of LC_MESSAGES | Skip Montanaro | 2002-03-25 | 1 | -1/+1 |
|
|
* | tighten up unqualified except in currentframe() | Skip Montanaro | 2002-03-25 | 1 | -2/+2 |
|
|
* | Missed change METH_OLDARGS to METH_NOARGS for two aliased functions | Neal Norwitz | 2002-03-25 | 1 | -2/+2 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 9 | -122/+65 |
|
|
* | Document the finditer() function and method. | Fred Drake | 2002-03-25 | 1 | -2/+26 |
|
|
* | Update master Windows build-number list for 2.2.1c2. | Tim Peters | 2002-03-25 | 1 | -0/+2 |
|
|
* | Add tests for the iterkeys, itervalues and iteritems | Walter Dörwald | 2002-03-25 | 1 | -0/+29 |
|
|
* | Add missing methods iterkeys, itervalues and iteritems to | Walter Dörwald | 2002-03-25 | 1 | -6/+26 |
|
|
* | Added description of binhex.Error. | Fred Drake | 2002-03-25 | 1 | -0/+8 |
|
|
* | Include obmalloc.c in the build. | Jack Jansen | 2002-03-25 | 2 | -0/+0 |
|
|
* | Due to interaction between the MSL C library and the GUSI I/O library I can g... | Jack Jansen | 2002-03-25 | 1 | -0/+5 |
|
|
* | Fix SF # 532618 517704, install problems when building modules fail. | Neal Norwitz | 2002-03-25 | 1 | -3/+8 |
|
|
* | Fix whitespace. | Walter Dörwald | 2002-03-25 | 1 | -15/+15 |
|
|
* | Remove bug.py. This is something I sent to Guido via email in or before | Tim Peters | 2002-03-25 | 2 | -70/+0 |
|
|
* | I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they | Tim Peters | 2002-03-25 | 1 | -4/+0 |
|
|
* | SMTP.__init__(): Fixed minor typo in docstring. | Barry Warsaw | 2002-03-25 | 1 | -1/+1 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-25 | 10 | -18/+18 |
|
|
* | Quote href properly. | Neil Schemenauer | 2002-03-24 | 1 | -1/+2 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-24 | 15 | -3/+3255 |
|
|
* | Remove unnecessary \b. It was causing the RE to miss the tailing | Neil Schemenauer | 2002-03-24 | 1 | -1/+1 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-24 | 1 | -12/+25 |
|
|
* | Expose RLIM_INFINITY constant. Closes SF patch 489066. | Neil Schemenauer | 2002-03-24 | 1 | -1/+13 |
|
|
* | If possible, set FD_CLOEXEC flag on file descriptors opened using | Neil Schemenauer | 2002-03-24 | 1 | -0/+12 |
|
|
* | tighten up except - os.close only raises OSError | Skip Montanaro | 2002-03-24 | 1 | -1/+1 |
|
|
* | SF bug 480215: softspace confused in nested print | Tim Peters | 2002-03-24 | 2 | -10/+26 |
|
|
* | oops - export InvalidURL in __all__ | Skip Montanaro | 2002-03-24 | 1 | -1/+1 |
|
|
* | document InvalidURL exception | Skip Montanaro | 2002-03-24 | 1 | -0/+5 |
|
|
* | add test for InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+2 |
|
|
* | add test of InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+10 |
|
|
* | add InvalidURL exception - raised if port is given but empty or non-numeric | Skip Montanaro | 2002-03-24 | 1 | -1/+7 |
|
|
* | tighten up except - in this context, AttributeError is the only exception | Skip Montanaro | 2002-03-24 | 1 | -2/+2 |
|
|
* | Add local_hostname to SMTP.__init__(). | Neil Schemenauer | 2002-03-24 | 1 | -1/+2 |
|
|
* | Add local_hostname option to SMTP.__init__. If supplied, it is used | Neil Schemenauer | 2002-03-24 | 1 | -10/+10 |
|
|
* | Try /var/mail before trying /usr/mail. Most new systems use /var. | Neil Schemenauer | 2002-03-24 | 1 | -1/+4 |
|
|
* | Add more tests for built-in types. Add tests for buffer objects. | Neil Schemenauer | 2002-03-24 | 2 | -0/+119 |
|
|
* | Add get_history_item, get_current_history_length, and redisplay functions. | Neil Schemenauer | 2002-03-24 | 1 | -2/+61 |
|
|
* | _PyMalloc_DebugRealloc(): simplify decl of "fresh". | Tim Peters | 2002-03-24 | 1 | -5/+15 |
|
|
* | Use linecache for loading source code. Closes SF patch 490374. | Neil Schemenauer | 2002-03-23 | 1 | -7/+5 |
|
|
* | Add namespace selection for rlcompleter. Closes SF patch 490026. | Neil Schemenauer | 2002-03-23 | 1 | -12/+40 |
|
|
* | Minor code cleanup -- no semantic changes. | Tim Peters | 2002-03-23 | 1 | -22/+28 |
|
|
* | Fix example for PyErr_SetFromErrno() (need to pass exception type). | Neil Schemenauer | 2002-03-23 | 1 | -2/+2 |
|
|