summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2001-09-188-21/+18
* Make test_socketserver require the network resource.Tim Peters2001-09-182-0/+3
* I don't expect test_socketserver to get skipped on Windows anymore.Tim Peters2001-09-181-1/+0
* type_new(): Didn't compile anymore, due to change in struct memberlistTim Peters2001-09-181-1/+1
* Rework akin to test_threaded_import, so that this can run under regrtest.Tim Peters2001-09-171-7/+8
* Rewrite function attributes to use the generic routines properly.Guido van Rossum2001-09-172-73/+276
* Track changes to compiler APIJeremy Hylton2001-09-172-9/+15
* API change:Jeremy Hylton2001-09-176-20/+218
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-172-1154/+1206
* Fix calculation of hardest_arg.Jeremy Hylton2001-09-172-6/+6
* Last set of change to get regression tests to passJeremy Hylton2001-09-176-10/+20
* Add support for restricting access based on restricted execution mode.Guido van Rossum2001-09-172-7/+22
* Add -p option to invoke Python profilerJeremy Hylton2001-09-171-5/+11
* Only print attributes that start with co_.Jeremy Hylton2001-09-171-1/+6
* Handle more syntax errors.Jeremy Hylton2001-09-174-58/+154
* Add utility to set filename attribute on all nodesJeremy Hylton2001-09-172-0/+18
* Brian Quinlan's XML-RPC server framework.Fredrik Lundh2001-09-171-0/+254
* support true divisionJeremy Hylton2001-09-172-2/+6
* [Patch #462255, from Jason Tishler] Re-enables building the resouceAndrew M. Kuchling2001-09-172-3/+3
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-176-0/+41
* Add cross-compilation defaults to most AC_TRY_RUN values. TheGuido van Rossum2001-09-172-42/+68
* PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist,Tim Peters2001-09-172-0/+53
* merge_class_dict(): Clear the error if __bases__ doesn't exist.Tim Peters2001-09-161-1/+3
* In a world with a growing number of subclassable types, replaceTim Peters2001-09-161-10/+8
* Improve handling of docstrings. I had feared this was a case ofTim Peters2001-09-161-5/+10
* Fixed typo in new 'p' description.Tim Peters2001-09-151-1/+1
* SF bug [#461674] struct 'p' format doesn't work (maybe)Tim Peters2001-09-151-7/+11
* Since we had a bug with multiplication of dynamic long subclasses, add aTim Peters2001-09-151-1/+6
* A fix for SF bug #461546 (bug in long_mul).Guido van Rossum2001-09-153-14/+33
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-152-0/+27
* Add code generator for yield stmtJeremy Hylton2001-09-142-0/+10
* limit prefix test for lambdaJeremy Hylton2001-09-141-1/+1
* del no longer necessary now that new module is goneJeremy Hylton2001-09-142-4/+0
* 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