summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a superfluous space after "--" in the message printed for aGuido van Rossum2001-09-181-2/+1
* [Patch #462258] On Cygwin, don't build Tkinter unless the X header filesAndrew M. Kuchling2001-09-181-0/+7
* Fix typo in commentAndrew M. Kuchling2001-09-181-1/+1
* Properly repr classes without module names.Martin v. Löwis2001-09-181-1/+1
* Test for the safety check in wrap_cmpfunc().Guido van Rossum2001-09-181-0/+15
* wrap_cmpfunc(): added a safety check for the __cmp__ wrapper. We canGuido van Rossum2001-09-181-0/+9
* an SRE bugfix a day keeps Guido away...Fredrik Lundh2001-09-183-13/+25
* Fix minor usage and consistency nits.Fred Drake2001-09-181-4/+5
* All the news that fits, we print.Guido van Rossum2001-09-181-4/+58
* SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLFGuido van Rossum2001-09-181-1/+13
* softspace(): be prepared to catch AttributeError as well as TypeErrorGuido van Rossum2001-09-181-1/+2
* This module didn't work at all anymore -- blew up with AttributeErrorTim Peters2001-09-181-2/+6
* Undo some (but not all) of the more lenient acceptance ofGuido van Rossum2001-09-181-9/+9
* Redo the PyMethod attributes using a dir()-friendly approach, creatingGuido van Rossum2001-09-181-37/+69
* - Some tests that check that assignments are not allowed expect thisGuido van Rossum2001-09-181-85/+95
* Sort the headers in PYTHON_HEADERS alphabetically. AddGuido van Rossum2001-09-181-31/+32
* 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