2002-03-28 |
Fred Drake | The new files included by \verbatiminput in newtypes... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Move some of the longer example code to external fragme... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Jeremy Hylton | Fix getcomments() so that it doesn't fail with TypeErrors. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Added index entries. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Extend \verbatiminput so that the typeset version provi... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Skip Montanaro | new script - helps track down symbols exported by modul... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Tim Peters | test_trashcan: reword obscure code. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Tim Peters | New test_traschcan() test in test_gc, which reliably... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Minor wording change. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Neil Schemenauer | Add _Py_AS_GC macro. It will be used by the trashcan... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Neil Schemenauer | Add missing "void" to function. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Neil Schemenauer | Add type cast. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Skip Montanaro | add comment reminding people about class hierarchy... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Skip Montanaro | add exception class hierarchy. This should probably... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Guido van Rossum | This is Neil's fix for SF bug 535905 (Evil Trashcan... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Allow a page break in a code longish example. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Guido van Rossum | Fix an issue that was reported in but unrelated to... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Add documentation on the hasfree data object. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Martin v. Löwis | Reindent. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Add a simple test of the METH_CLASS and METH_STATIC... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Martin v. Löwis | Patch #536117: Typo in turtle.py. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Minor consistency adjustments. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Tim Peters | PYMALLOC_DEBUG routines: The "check API family" gimmic... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Fred Drake | Introduce two new flag bits that can be set in a PyMeth... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Fred Drake | Ignore new output directory. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Martin v. Löwis | Expose C library's gettext. Fixes #516412. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Martin v. Löwis | Destroy and unlink deleted NoteBook panes. Fixes #516703. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Skip Montanaro | add seealso referring to site module doc where people... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Martin v. Löwis | Ignore widgets with unknown names in winfo_children... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Neil Schemenauer | Remove weakref free list. This has the side effect... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Skip Montanaro | fix a typo in PyErr_Format table and add row for 'p... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Neal Norwitz | Change sys_exit to use METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Martin v. Löwis | Don't imply XPG4 constants from CODESET presence. Fixes... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Steven M. Gava | further work on new config system; |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Andrew M. Kuchling | Fill in this document a bit, adding reminders of items... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Steven M. Gava | further work on new config system; |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Steven M. Gava | _finally_ tracked down and eliminated a major problem |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | Add the "What's New" document to the index of HTML... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neil Schemenauer | Implement iterator protocol. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Barry Warsaw | __init__(): We'll try to be more RFC 2821 compliant... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | The <link> to the stylesheet should include the type... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | Wire up the makefile to more fully support the "What... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | Wire in the "What's New" document. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | Add a starter for the next "What's New" document. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Fred Drake | Make \url to force horizontal mode. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neal Norwitz | time and socket were already imported in the module... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neal Norwitz | re was already imported in the module, no need to re... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neal Norwitz | os was already imported in the module, no need to re... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neal Norwitz | Cleanup x so it is not left in module |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Neal Norwitz | Missed change METH_OLDARGS to METH_NOARGS for two alias... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Just van Rossum | Make object browser work in OSX (by rewriting the old... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Skip Montanaro | operate as a filter when no files or directories appear... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Guido van Rossum | Fix for SF 502085. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Remove last occurrance of PyArg_GetInt. It is deprecated, |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Add a comment that PyArg_GetInt is deprecated and shoul... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Skip Montanaro | make default banner match what the real interpreter... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Skip Montanaro | remove unqualified excepts - catch ImportError when... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Skip Montanaro | eliminate unqualified except when checking for presence... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Skip Montanaro | tighten up unqualified except in currentframe() |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Missed change METH_OLDARGS to METH_NOARGS for two alias... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Remove many uses of PyArg_NoArgs macro, change METH_OLD... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Fred Drake | Document the finditer() function and method. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tim Peters | Update master Windows build-number list for 2.2.1c2. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Walter Dörwald | Add tests for the iterkeys, itervalues and iteritems |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Walter Dörwald | Add missing methods iterkeys, itervalues and iteritems to |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Fred Drake | Added description of binhex.Error. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Jack Jansen | Include obmalloc.c in the build. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Jack Jansen | Due to interaction between the MSL C library and the... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Fix SF # 532618 517704, install problems when building... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Walter Dörwald | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tim Peters | Remove bug.py. This is something I sent to Guido via... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tim Peters | I've been waiting 8 years for KSR to re-emerge from... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Barry Warsaw | SMTP.__init__(): Fixed minor typo in docstring. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Quote href properly. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Remove unnecessary \b. It was causing the RE to miss... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Expose RLIM_INFINITY constant. Closes SF patch 489066. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | If possible, set FD_CLOEXEC flag on file descriptors... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | tighten up except - os.close only raises OSError |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tim Peters | SF bug 480215: softspace confused in nested print |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | oops - export InvalidURL in __all__ |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | document InvalidURL exception |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add test for InvalidURL |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add test of InvalidURL |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add InvalidURL exception - raised if port is given... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | tighten up except - in this context, AttributeError... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add local_hostname to SMTP.__init__(). |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add local_hostname option to SMTP.__init__. If supplie... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Try /var/mail before trying /usr/mail. Most new system... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add more tests for built-in types. Add tests for buffe... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add get_history_item, get_current_history_length, and... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tim Peters | _PyMalloc_DebugRealloc(): simplify decl of "fresh". |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Use linecache for loading source code. Closes SF patch... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Add namespace selection for rlcompleter. Closes SF... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | Minor code cleanup -- no semantic changes. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Fix example for PyErr_SetFromErrno() (need to pass... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Fix wording of sys.exit docstring. Close SF bug 534113. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Flush stdout before reading next command. Closes SF... |
commit | commitdiff | tree | snapshot |
next |