summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Various sundry changes for 2.2 compatibilityJeremy Hylton2001-09-144-274/+188
* The object-being sliced in an assignment to a slice is referenced, notJeremy Hylton2001-09-142-4/+4
* the new new doesn't define CO_xxx as the old new didJeremy Hylton2001-09-142-2/+18
* the names attribute of Global is not a nodeJeremy Hylton2001-09-144-4/+4
* Update the warning about transporting marshals across boxes with differentTim Peters2001-09-141-13/+8
* Supply code objects a new-style tp_members slot and tp_getattr impl.Jeremy Hylton2001-09-141-16/+34
* tp_new_wrapper(): A subtle change in the check for safe use.Guido van Rossum2001-09-141-1/+1
* Add call_maybe(): a variant of call_method() that returnsGuido van Rossum2001-09-141-10/+67
* Markup adjustments for consistency.Fred Drake2001-09-141-5/+6
* call_method():Guido van Rossum2001-09-141-36/+27
* PyObject_CallObject(): this may as well call PyEval_CallObject()Guido van Rossum2001-09-141-16/+1
* Mention SMTP additions and hmac module.Guido van Rossum2001-09-141-0/+6
* Add support for SMTP TLSAndrew M. Kuchling2001-09-141-0/+5
* SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplibGuido van Rossum2001-09-142-2/+62
* _PyObject_Dump(): print the type of the object. This is by far theGuido van Rossum2001-09-141-2/+8
* The end of [#460467] file objects should be subclassable.Tim Peters2001-09-141-30/+63
* Changed the dict implementation to take "string shortcuts" only whenTim Peters2001-09-142-15/+52
* Get rid of builtin_open() entirely (the C code and docstring, not theTim Peters2001-09-132-22/+5
* _PyBuiltin_Init(): For clarity, macroize this purely repetitive code.Tim Peters2001-09-131-49/+25
* Now that file objects are subclassable, you can get at the file constructorTim Peters2001-09-133-2/+52
* Use the keyword form of file() instead of open() to create TESTFN.Tim Peters2001-09-131-2/+2
* Added simple tests of keyword arguments in the basic type constructors.Tim Peters2001-09-131-0/+24
* type_call(): Change in policy. The keyword args (if any) are now passedTim Peters2001-09-132-3/+14
* based upon a suggestion in c.l.py, this slight expansion of theSkip Montanaro2001-09-131-1/+1
* Admit that we'll never add the args for a "call" event to the profileFred Drake2001-09-132-11/+9
* Comment tweak: point to Robin Dunn's pybsddb project on SourceForge.Greg Ward2001-09-131-2/+2
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-137-53/+170
* SF bug #461073: mailbox __iter__ bug, by Andrew Dalke.Guido van Rossum2001-09-131-3/+3
* Added items about significant subclass bugfixes.Tim Peters2001-09-121-0/+10
* Added subclass equality tests. Almost all of these are commented out now,Tim Peters2001-09-121-0/+11
* build_class(): one more (hopefully the last) step on the way toGuido van Rossum2001-09-121-14/+21
* Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-124-12/+45
* When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silenceGuido van Rossum2001-09-121-1/+4
* If interning an instance of a string subclass, intern a real string objectTim Peters2001-09-122-4/+34
* str_subtype_new, unicode_subtype_new:Tim Peters2001-09-123-15/+36
* More on bug 460020: disable many optimizations of unicode subclasses.Tim Peters2001-09-122-12/+66
* More bug 460020: lots of string optimizations inhibited for stringTim Peters2001-09-122-81/+71
* Add missing "}".Fred Drake2001-09-121-1/+1
* long_invert(): tiny speed and space optimization.Tim Peters2001-09-111-2/+1
* Add info about Windows filesystem limits.Tim Peters2001-09-111-1/+5
* More bug 460020. Disable a number of long optimizations for long subclasses.Tim Peters2001-09-112-18/+39
* More bug 460020: when F is a subclass of float, disable the unary plusTim Peters2001-09-112-2/+7
* More bug 460020. When I is a subclass of int, disable the +I(whatever),Tim Peters2001-09-112-10/+15
* These modules now live under the Carbon package.Jack Jansen2001-09-111-42/+76
* Added applesingle, macresource, Nav and videoreader.Jack Jansen2001-09-111-9/+67
* Added a note that these are not available under Carbon (orJack Jansen2001-09-112-3/+8
* Another documentation contributor.Fred Drake2001-09-111-0/+1
* Document clearly that the only way to retrieve the return code from theFred Drake2001-09-112-0/+13
* The endless 460020 bug.Tim Peters2001-09-112-6/+18
* Added Donovan Preston.Jack Jansen2001-09-111-0/+1