summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-1113-18/+29
* Use __module__ attribute when available instead of using isclass() predicateJohannes Gijsbers2004-09-111-1/+1
* Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman!Johannes Gijsbers2004-09-111-2/+2
* [Bug #1023359] Make code match inheritance diagramAndrew M. Kuchling2004-09-101-1/+1
* Template: remove __slots__ since that interferes with the ability to mix inBarry Warsaw2004-09-101-1/+0
* Add some stdlib items; remove 'other changes' section; fix sorting error in l...Andrew M. Kuchling2004-09-101-30/+32
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-105-5/+5
* Bump version numberAndrew M. Kuchling2004-09-101-1/+1
* Do not include extpy[w].exe anymoreMartin v. Löwis2004-09-101-4/+0
* Generate the product code properlyMartin v. Löwis2004-09-101-1/+1
* Update PEP292 sectionAndrew M. Kuchling2004-09-101-10/+5
* Change all extensions to unadvertised.Martin v. Löwis2004-09-101-42/+76
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-103-5/+16
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-102-0/+27
* __slots__ went missing from Template.Raymond Hettinger2004-09-101-0/+1
* Many updates to PEP 292 templates. Summary:Barry Warsaw2004-09-102-63/+136
* document the exceptions raised by sgmllib, htmllib, and HTMLParserFred Drake2004-09-103-6/+34
* fix typo in markupFred Drake2004-09-101-1/+1
* make_nav_panel(): Don't cause side-effects on the input variables;Fred Drake2004-09-091-10/+10
* clean up the API a little; exceptions are defined by this moduleFred Drake2004-09-091-5/+13
* add name that should be considered public to __all__Fred Drake2004-09-091-1/+1
* remove unnecessary override of base class methodFred Drake2004-09-081-13/+0
* add tests that make sure buffer boundaries are handled properly for SGML comm...Fred Drake2004-09-082-0/+26
* Revert creation of launcher.exe.Martin v. Löwis2004-09-081-9/+11
* Revert creation of launcher.exeMartin v. Löwis2004-09-083-224/+0
* Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .Brett Cannon2004-09-081-3/+9
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-0712-176/+422
* Apply patch from http://python.org/sf/728330 to fix socket module compilation...Trent Mick2004-09-071-1/+13
* Add support for launcher.exeMartin v. Löwis2004-09-071-0/+30
* Implement conditional extensions through launcher.exe.Martin v. Löwis2004-09-071-21/+11
* Support Python 2.2.Martin v. Löwis2004-09-071-0/+5
* Remove debugging print (not triggered by test suite) and add XXX comment abou...Jeremy Hylton2004-09-071-1/+1
* Add launcher programMartin v. Löwis2004-09-072-0/+194
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-076-447/+407
* Ported test__locale to unittest.Brett Cannon2004-09-062-26/+95
* Remove redunandant assertions from last checkin.Raymond Hettinger2004-09-061-9/+0
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-062-5/+26
* Fix erroneous docstring comment.Raymond Hettinger2004-09-063-6/+9
* Add test_difflib_expect.html.Martin v. Löwis2004-09-061-5/+6
* Markup nits.Raymond Hettinger2004-09-061-4/+6
* Add missing close parenthesis.Raymond Hettinger2004-09-061-3/+3
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
* Rework some wording.Brett Cannon2004-09-051-1/+1
* Fulfill Martin's request to use try/except rather than a "look beforeRaymond Hettinger2004-09-052-18/+13
* Teach a test about the different kinds of functions.Raymond Hettinger2004-09-041-2/+2
* SF bug #1020540: a wrong link from "frame object" in lib indexRaymond Hettinger2004-09-041-3/+4
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-041-3/+6
* Change the strategy for coping with time intensive tests fromRaymond Hettinger2004-09-042-8/+17
* Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explainedTim Peters2004-09-043-32/+116
* Added a couple names to __all__.Tim Peters2004-09-041-0/+2