| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose C library's gettext. Fixes #516412. | Martin v. Löwis | 2002-03-27 | 6 | -342/+448 |
|
|
* | Destroy and unlink deleted NoteBook panes. Fixes #516703. | Martin v. Löwis | 2002-03-27 | 1 | -1/+2 |
|
|
* | add seealso referring to site module doc where people can learn how to | Skip Montanaro | 2002-03-27 | 1 | -0/+6 |
|
|
* | Ignore widgets with unknown names in winfo_children. Fixes #518283. | Martin v. Löwis | 2002-03-27 | 1 | -3/+11 |
|
|
* | Remove weakref free list. This has the side effect of fixing a memory | Neil Schemenauer | 2002-03-27 | 1 | -26/+11 |
|
|
* | fix a typo in PyErr_Format table and add row for 'p' format char | Skip Montanaro | 2002-03-27 | 1 | -1/+2 |
|
|
* | Change sys_exit to use METH_VARARGS. | Neal Norwitz | 2002-03-27 | 2 | -2/+8 |
|
|
* | Don't imply XPG4 constants from CODESET presence. Fixes #534153. | Martin v. Löwis | 2002-03-27 | 1 | -1/+4 |
|
|
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 3 | -8/+79 |
|
|
* | Fill in this document a bit, adding reminders of items that should be included | Andrew M. Kuchling | 2002-03-27 | 1 | -5/+99 |
|
|
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 5 | -26/+56 |
|
|
* | _finally_ tracked down and eliminated a major problem | Steven M. Gava | 2002-03-27 | 1 | -4/+7 |
|
|
* | Add the "What's New" document to the index of HTML documents. | Fred Drake | 2002-03-26 | 2 | -11/+30 |
|
|
* | Implement iterator protocol. | Neil Schemenauer | 2002-03-26 | 1 | -4/+13 |
|
|
* | __init__(): We'll try to be more RFC 2821 compliant by providing for a | Barry Warsaw | 2002-03-26 | 1 | -2/+11 |
|
|
* | The <link> to the stylesheet should include the type attribute. | Fred Drake | 2002-03-26 | 1 | -1/+1 |
|
|
* | Wire up the makefile to more fully support the "What's New" documents. | Fred Drake | 2002-03-26 | 1 | -2/+14 |
|
|
* | Wire in the "What's New" document. | Fred Drake | 2002-03-26 | 1 | -4/+21 |
|
|
* | Add a starter for the next "What's New" document. | Fred Drake | 2002-03-26 | 1 | -0/+21 |
|
|
* | Make \url to force horizontal mode. | Fred Drake | 2002-03-26 | 1 | -0/+1 |
|
|
* | time and socket were already imported in the module, no need to re-import | Neal Norwitz | 2002-03-26 | 1 | -3/+1 |
|
|
* | re was already imported in the module, no need to re-import | Neal Norwitz | 2002-03-26 | 1 | -1/+0 |
|
|
* | os was already imported in the module, no need to re-import | Neal Norwitz | 2002-03-26 | 1 | -1/+0 |
|
|
* | 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 |
|
|