| Commit message (Expand) | Author | Age | Files | Lines |
* | the names attribute of Global is not a node | Jeremy Hylton | 2001-09-14 | 4 | -4/+4 |
|
|
* | Update the warning about transporting marshals across boxes with different | Tim Peters | 2001-09-14 | 1 | -13/+8 |
|
|
* | Supply code objects a new-style tp_members slot and tp_getattr impl. | Jeremy Hylton | 2001-09-14 | 1 | -16/+34 |
|
|
* | tp_new_wrapper(): A subtle change in the check for safe use. | Guido van Rossum | 2001-09-14 | 1 | -1/+1 |
|
|
* | Add call_maybe(): a variant of call_method() that returns | Guido van Rossum | 2001-09-14 | 1 | -10/+67 |
|
|
* | Markup adjustments for consistency. | Fred Drake | 2001-09-14 | 1 | -5/+6 |
|
|
* | call_method(): | Guido van Rossum | 2001-09-14 | 1 | -36/+27 |
|
|
* | PyObject_CallObject(): this may as well call PyEval_CallObject() | Guido van Rossum | 2001-09-14 | 1 | -16/+1 |
|
|
* | Mention SMTP additions and hmac module. | Guido van Rossum | 2001-09-14 | 1 | -0/+6 |
|
|
* | Add support for SMTP TLS | Andrew M. Kuchling | 2001-09-14 | 1 | -0/+5 |
|
|
* | SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib | Guido van Rossum | 2001-09-14 | 2 | -2/+62 |
|
|
* | _PyObject_Dump(): print the type of the object. This is by far the | Guido van Rossum | 2001-09-14 | 1 | -2/+8 |
|
|
* | The end of [#460467] file objects should be subclassable. | Tim Peters | 2001-09-14 | 1 | -30/+63 |
|
|
* | Changed the dict implementation to take "string shortcuts" only when | Tim Peters | 2001-09-14 | 2 | -15/+52 |
|
|
* | Get rid of builtin_open() entirely (the C code and docstring, not the | Tim Peters | 2001-09-13 | 2 | -22/+5 |
|
|
* | _PyBuiltin_Init(): For clarity, macroize this purely repetitive code. | Tim Peters | 2001-09-13 | 1 | -49/+25 |
|
|
* | Now that file objects are subclassable, you can get at the file constructor | Tim Peters | 2001-09-13 | 3 | -2/+52 |
|
|
* | Use the keyword form of file() instead of open() to create TESTFN. | Tim Peters | 2001-09-13 | 1 | -2/+2 |
|
|
* | Added simple tests of keyword arguments in the basic type constructors. | Tim Peters | 2001-09-13 | 1 | -0/+24 |
|
|
* | type_call(): Change in policy. The keyword args (if any) are now passed | Tim Peters | 2001-09-13 | 2 | -3/+14 |
|
|
* | based upon a suggestion in c.l.py, this slight expansion of the | Skip Montanaro | 2001-09-13 | 1 | -1/+1 |
|
|
* | Admit that we'll never add the args for a "call" event to the profile | Fred Drake | 2001-09-13 | 2 | -11/+9 |
|
|
* | Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. | Greg Ward | 2001-09-13 | 1 | -2/+2 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 7 | -53/+170 |
|
|
* | SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. | Guido van Rossum | 2001-09-13 | 1 | -3/+3 |
|
|
* | Added items about significant subclass bugfixes. | Tim Peters | 2001-09-12 | 1 | -0/+10 |
|
|
* | Added subclass equality tests. Almost all of these are commented out now, | Tim Peters | 2001-09-12 | 1 | -0/+11 |
|
|
* | build_class(): one more (hopefully the last) step on the way to | Guido van Rossum | 2001-09-12 | 1 | -14/+21 |
|
|
* | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 4 | -12/+45 |
|
|
* | When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silence | Guido van Rossum | 2001-09-12 | 1 | -1/+4 |
|
|
* | If interning an instance of a string subclass, intern a real string object | Tim Peters | 2001-09-12 | 2 | -4/+34 |
|
|
* | str_subtype_new, unicode_subtype_new: | Tim Peters | 2001-09-12 | 3 | -15/+36 |
|
|
* | More on bug 460020: disable many optimizations of unicode subclasses. | Tim Peters | 2001-09-12 | 2 | -12/+66 |
|
|
* | More bug 460020: lots of string optimizations inhibited for string | Tim Peters | 2001-09-12 | 2 | -81/+71 |
|
|
* | Add missing "}". | Fred Drake | 2001-09-12 | 1 | -1/+1 |
|
|
* | long_invert(): tiny speed and space optimization. | Tim Peters | 2001-09-11 | 1 | -2/+1 |
|
|
* | Add info about Windows filesystem limits. | Tim Peters | 2001-09-11 | 1 | -1/+5 |
|
|
* | More bug 460020. Disable a number of long optimizations for long subclasses. | Tim Peters | 2001-09-11 | 2 | -18/+39 |
|
|
* | More bug 460020: when F is a subclass of float, disable the unary plus | Tim Peters | 2001-09-11 | 2 | -2/+7 |
|
|
* | More bug 460020. When I is a subclass of int, disable the +I(whatever), | Tim Peters | 2001-09-11 | 2 | -10/+15 |
|
|
* | These modules now live under the Carbon package. | Jack Jansen | 2001-09-11 | 1 | -42/+76 |
|
|
* | Added applesingle, macresource, Nav and videoreader. | Jack Jansen | 2001-09-11 | 1 | -9/+67 |
|
|
* | Added a note that these are not available under Carbon (or | Jack Jansen | 2001-09-11 | 2 | -3/+8 |
|
|
* | Another documentation contributor. | Fred Drake | 2001-09-11 | 1 | -0/+1 |
|
|
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 2 | -0/+13 |
|
|
* | The endless 460020 bug. | Tim Peters | 2001-09-11 | 2 | -6/+18 |
|
|
* | Added Donovan Preston. | Jack Jansen | 2001-09-11 | 1 | -0/+1 |
|
|
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 2 | -0/+2 |
|
|
* | Documentation for the new login() method of the smtplib.SMTP class, | Fred Drake | 2001-09-11 | 1 | -0/+18 |
|
|
* | Documentation for the new hmac module, contributed by Gerhard Häring. | Fred Drake | 2001-09-11 | 1 | -0/+48 |
|
|