summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix Unicode .join() method to raise a TypeError for sequenceMarc-André Lemburg2001-09-201-1/+0
* Update test output after the unicode() change.Marc-André Lemburg2001-09-201-0/+1
* Python part of the UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+27
* Implement the changes proposed in patch #413333. unicode(obj) nowMarc-André Lemburg2001-09-201-0/+5
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-202-1/+32
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* run_suite(): Oops, update a docstring.Barry Warsaw2001-09-201-1/+1
* run_suite(): Factor this out of run_unittest() for tests that buildBarry Warsaw2001-09-201-2/+7
* Since inspect.isfunction(obj) is a precondition for callingTim Peters2001-09-201-6/+6
* Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) neverTim Peters2001-09-201-5/+8
* After much thrashing, I believe this is a truly minimal patch to teachTim Peters2001-09-202-4/+27
* Patch #461321: Support None as a timeout in poll2 and poll3.Martin v. Löwis2001-09-191-4/+6
* Keep tabnanny happy.Guido van Rossum2001-09-191-1/+1
* Fixed search function error reporting in the encodings packageMarc-André Lemburg2001-09-191-7/+11
* Added new helpers for easy access to codecs. Docs will follow.Marc-André Lemburg2001-09-191-0/+42
* Patch to bug #461754: CDATA should not undergo entity subst.Martin v. Löwis2001-09-191-1/+1
* Add additional coercion support for "self subtypes" to int, long,Guido van Rossum2001-09-191-0/+28
* Enable two checks for comparing a complex to a complex subtypeGuido van Rossum2001-09-191-3/+4
* Enable some comparison tests that failed before. Still having problemsTim Peters2001-09-181-3/+3
* Add a similar test for rich comparisons.Guido van Rossum2001-09-181-1/+67
* fixed #449964: sre.sub raises an exception if the template contains aFredrik Lundh2001-09-183-9/+14
* Hopefully fix 3-way comparisons. This unfortunately adds yet anotherGuido van Rossum2001-09-181-0/+28
* Get rid of a superfluous space after "--" in the message printed for aGuido van Rossum2001-09-181-2/+1
* Fix typo in commentAndrew M. Kuchling2001-09-181-1/+1
* Test for the safety check in wrap_cmpfunc().Guido van Rossum2001-09-181-0/+15
* an SRE bugfix a day keeps Guido away...Fredrik Lundh2001-09-182-4/+11
* 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
* - Some tests that check that assignments are not allowed expect thisGuido van Rossum2001-09-181-85/+95
* 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
* 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-171-1/+158
* API change:Jeremy Hylton2001-09-173-10/+109
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-171-577/+603
* Last set of change to get regression tests to passJeremy Hylton2001-09-173-5/+10
* Handle more syntax errors.Jeremy Hylton2001-09-172-29/+77
* Add utility to set filename attribute on all nodesJeremy Hylton2001-09-171-0/+9
* Brian Quinlan's XML-RPC server framework.Fredrik Lundh2001-09-171-0/+254
* support true divisionJeremy Hylton2001-09-171-1/+3
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-175-0/+34
* PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist,Tim Peters2001-09-171-0/+8
* In a world with a growing number of subclassable types, replaceTim Peters2001-09-161-10/+8
* 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-151-0/+13
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-151-0/+25
* Add code generator for yield stmtJeremy Hylton2001-09-141-0/+5