summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for the powerset() recipe.Raymond Hettinger2009-01-271-0/+6
* Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r...Raymond Hettinger2009-01-271-0/+2
* More exhaustive combinatoric checks.Raymond Hettinger2009-01-271-16/+28
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-271-1/+5
* Add tests to verify combinatoric relationships.Raymond Hettinger2009-01-271-0/+26
* Beautify grouper() recipe in docs.Raymond Hettinger2009-01-271-1/+1
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-271-38/+78
* Fix test so as to also pass in debug modeAntoine Pitrou2009-01-261-1/+1
* Followup of #4705: we can't skip the binary buffering layer for stdin because...Antoine Pitrou2009-01-261-0/+10
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-261-8/+32
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-7/+5
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-263-60/+0
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-251-1/+0
* Merged revisions 68903,68906 via svnmerge fromMark Dickinson2009-01-241-0/+10
* Merged revisions 68897 via svnmerge fromMark Dickinson2009-01-241-3/+6
* Merged revisions 68885 via svnmerge fromMartin v. Löwis2009-01-242-1/+25
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-221-1/+11
* Issue #4874: Most builtin decoders now reject unicode input.Antoine Pitrou2009-01-221-0/+31
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-0/+5
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-211-8/+9
* merge r68839 forward to py3kJesse Noller2009-01-211-0/+2
* Merged revisions 68835 via svnmerge fromAntoine Pitrou2009-01-211-0/+11
* Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x.Mark Dickinson2009-01-201-0/+10
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-201-81/+81
* Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ...Raymond Hettinger2009-01-201-2/+44
* Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-193-15/+32
* Merged revisions 68763,68773 via svnmerge fromBenjamin Peterson2009-01-191-2/+1
* merge r68768 to py3kJesse Noller2009-01-191-1/+15
* reenable the invalid fd test for fdopenBenjamin Peterson2009-01-191-1/+1
* Merged revisions 68755 via svnmerge fromBenjamin Peterson2009-01-191-0/+4
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-181-1/+1
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-184-34/+132
* Merge r68708 to py3k, fixes 4449Jesse Noller2009-01-181-2/+14
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+10
* Merged revisions 68676 via svnmerge fromBenjamin Peterson2009-01-171-1/+9
* fix inspect.formatargspec on functions with keyword-only arguments without de...Benjamin Peterson2009-01-172-0/+11
* Make test_io fasterAntoine Pitrou2009-01-171-1/+5
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-162-0/+17
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-152-9/+1
* Merged revisions 68611-68613 via svnmerge fromMark Dickinson2009-01-151-0/+4
* Issue #1696199: Add collections.Counter().Raymond Hettinger2009-01-141-2/+95
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-131-0/+67
* Merged revisions 68560 via svnmerge fromAmaury Forgeot d'Arc2009-01-122-53/+22
* Issue #4910 (1st patch of a series): fix int() and the correspondingMark Dickinson2009-01-121-4/+18
* Fixes issue #3826 and #4791:Gregory P. Smith2009-01-121-0/+33
* Merged revisions 68499 via svnmerge fromMark Dickinson2009-01-101-1/+0
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-102-1/+43
* Issue #4604: Some objects of the I/O library could still be used afterAntoine Pitrou2009-01-091-0/+39
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-091-0/+17