summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the __getattr__ hook back. The rules are now:Guido van Rossum2001-09-212-5/+43
* Bump version number.Fred Drake2001-09-212-2/+2
* Added reference to Tutorial section on user-defined exceptions forFred Drake2001-09-211-9/+15
* Exceptions in interactive examlpes did not always include the indication ofFred Drake2001-09-211-19/+85
* reportdiff(): print a "plain diff" style diff.Guido van Rossum2001-09-211-4/+30
* Oops. I didn't expect that some tests (test_cookie) have expectedGuido van Rossum2001-09-212-9/+3
* Change the way unexpected output is reported: rather than stopping atGuido van Rossum2001-09-212-94/+52
* Change the name of the __getattr__ special method for new-styleGuido van Rossum2001-09-213-11/+11
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-213-5/+18
* Add tests for repr() of strings containing string quotes as well.Guido van Rossum2001-09-211-0/+4
* Fix a bug in rendering of \\ by repr() -- it rendered as \\\ insteadGuido van Rossum2001-09-211-0/+1
* Test basic functioning of unicode repr(). (If this breaks Jython,Guido van Rossum2001-09-211-0/+11
* Add a small test to verify that member and getset descriptors now haveGuido van Rossum2001-09-201-0/+8
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-2010-26/+43
* Change testdescr.py to use the test_main() approach.Guido van Rossum2001-09-201-4/+4
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-2034-39/+229
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-2017-251/+313
* Fill in a few more descriptions for xml.parsers.expat.Fred Drake2001-09-201-5/+24
* Document new file() constructor, with the body of open()'s text, plus aTim Peters2001-09-201-37/+45
* Document all the Py*_CheckExact() functions.Fred Drake2001-09-202-26/+174
* PyLocale_setlocale(): silence compiler warning about free() of a constGuido van Rossum2001-09-201-1/+1
* Fix Unicode .join() method to raise a TypeError for sequenceMarc-André Lemburg2001-09-202-2/+11
* Update test output after the unicode() change.Marc-André Lemburg2001-09-201-0/+1
* Update description of Tools/compilerJeremy Hylton2001-09-201-3/+2
* Remove setup.py, unnecessary since compiler package is the stdJeremy Hylton2001-09-202-14/+2
* Moved to Tools/compiler along with astgen.pyJeremy Hylton2001-09-201-87/+0
* _PyObject_GetDictPtr(): when the offset is negative, always align --Guido van Rossum2001-09-201-11/+6
* Note about enhancements to unicode().Marc-André Lemburg2001-09-201-0/+6
* 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