summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF Patch 1022003: Change bdist_rpm _topdir to useSean Reifschneider2004-09-171-1/+1
* SF bug #1028306: date-datetime comparisonTim Peters2004-09-161-0/+43
* Whitespace normalization.Tim Peters2004-09-162-2/+2
* Remove tabs.Brett Cannon2004-09-152-6/+6
* Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.Martin v. Löwis2004-09-151-0/+2
* Strip square brackets from IPv6 address.Martin v. Löwis2004-09-142-3/+10
* missed the obvious test case and corresponding fixSkip Montanaro2004-09-142-2/+3
* Search from the end of the host/port combination to find the colon whichSkip Montanaro2004-09-142-1/+8
* Make the hint about the None default less ambiguous.Walter Dörwald2004-09-141-1/+1
* Enhance the docstrings for unicode.split() and string.split()Walter Dörwald2004-09-141-1/+1
* Fix small bugs in Template code.Raymond Hettinger2004-09-142-15/+30
* SF #1027105: HardwareRandom should be renamed OSRandomRaymond Hettinger2004-09-132-15/+17
* The 4th group is now 'invalid' instead of 'bogus'.Barry Warsaw2004-09-131-1/+1
* Raymond's good suggestion to re-order the tests in the convert() helper so theBarry Warsaw2004-09-131-13/+16
* substitute(), safe_substitute(): Paul Moore provides a better hack for dealingBarry Warsaw2004-09-131-11/+19
* Added a test for # positional arguments > 1.Barry Warsaw2004-09-131-0/+4
* exclude_empty: make the default True for DocTestFinder, and introduce itTim Peters2004-09-132-14/+27
* Add tests for keyword arguments and combining mapping and keyword arguments.Barry Warsaw2004-09-131-0/+28
* Accepted Raymond's patch to combine mapping and keyword arguments, with slightBarry Warsaw2004-09-131-5/+32
* Added new parameter exclude_empty to DocTestFinder.__init__, whichEdward Loper2004-09-132-12/+34
* DocTestFinder._find(): for tests derived from a module __test__ global,Tim Peters2004-09-133-9/+9
* Reluctantly, rehabilitate doctest.master.Tim Peters2004-09-131-9/+26
* Tester.run___test__(): This couldn't possibly work at all. I'm afraidTim Peters2004-09-121-1/+1
* Tester.__init__(): this couldn't possibly work when a module argumentTim Peters2004-09-121-1/+1
* Whitespace normalization.Tim Peters2004-09-125-23/+23
* Document not-completely-obvious behavior in a test.Johannes Gijsbers2004-09-111-0/+7
* Recover from inspect.getmodule() changes. It returns a module forTim Peters2004-09-111-25/+42
* Use __module__ attribute when available instead of using isclass() predicateJohannes Gijsbers2004-09-111-1/+1
* Template: remove __slots__ since that interferes with the ability to mix inBarry Warsaw2004-09-101-1/+0
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-101-1/+1
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-3/+12
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-101-0/+25
* __slots__ went missing from Template.Raymond Hettinger2004-09-101-0/+1
* Many updates to PEP 292 templates. Summary:Barry Warsaw2004-09-102-63/+136
* 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
* 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-076-116/+235
* Remove debugging print (not triggered by test suite) and add XXX comment abou...Jeremy Hylton2004-09-071-1/+1
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-074-408/+376
* Ported test__locale to unittest.Brett Cannon2004-09-061-26/+34
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-0/+10
* Fix erroneous docstring comment.Raymond Hettinger2004-09-061-2/+3
* 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 #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-042-32/+84