summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-202-42/+60
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-205-1/+392
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* SF bug [#463093] File methods need doc strings.Tim Peters2001-09-201-14/+94
* 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
* News about compiler and pydoc.Guido van Rossum2001-09-201-3/+9
* AFAICT pydoc/inspect do the right thing again.Guido van Rossum2001-09-201-2/+3
* After much thrashing, I believe this is a truly minimal patch to teachTim Peters2001-09-202-4/+27
* Install the compiler package under Lib.Tim Peters2001-09-201-26/+8
* The compiler package is now part of the standard library.Jeremy Hylton2001-09-2012-5811/+0
* Patch #461321: Support None as a timeout in poll2 and poll3.Martin v. Löwis2001-09-191-4/+6
* Patch #462849: Pass Unicode objects to file's .write method.Martin v. Löwis2001-09-192-3/+13
* 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
* Docs and News item for the codecs.py additions.Marc-André Lemburg2001-09-192-0/+36
* Added new helpers for easy access to codecs. Docs will follow.Marc-André Lemburg2001-09-191-0/+42
* Fix for bug #462737.Marc-André Lemburg2001-09-191-3/+3
* Include ctype.h after Python.h.Martin v. Löwis2001-09-191-1/+1
* Patch to bug #461753: Allow None in ExternalEntityParserCreate.Martin v. Löwis2001-09-191-1/+1
* 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-194-1/+50
* Enable two checks for comparing a complex to a complex subtypeGuido van Rossum2001-09-191-3/+4
* complex_coerce(): add explicit PyComplex_Check() test. Previously,Guido van Rossum2001-09-191-0/+5
* 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-184-21/+30
* Hopefully fix 3-way comparisons. This unfortunately adds yet anotherGuido van Rossum2001-09-184-6/+53
* 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