summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-013-2/+103
* Simplify write_bytecode for importlib.Brett Cannon2009-02-011-30/+7
* Update importlib notes.Brett Cannon2009-02-011-12/+11
* Ditch read_source() and read_bytecode() and replace with *_path() andBrett Cannon2009-02-012-40/+8
* Expose source_path and bytecode_path on _PyFileLoader.Brett Cannon2009-02-012-11/+13
* Remove an outdated todo item from importlib.Brett Cannon2009-02-011-6/+0
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-0110-92/+99
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-0122-191/+163
* Do not execute the .pyc/.pyo files as well as the .py files.Brett Cannon2009-02-011-1/+4
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-018-113/+123
* Move source loader tests (including reload tests) over toBrett Cannon2009-02-013-77/+72
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-013-20/+57
* Move extension module loader tests over to importlib.test.abc.LoaderTests.Brett Cannon2009-02-012-4/+22
* Move built-in loader tests to importlib.test.abc.LoaderTests.Brett Cannon2009-02-012-5/+24
* Merged revisions 68840,68881,68943,68945 via svnmerge fromBenjamin Peterson2009-01-301-0/+5
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-303-32/+70
* The trace module was trying to turn ints into ints since co_lnotab was changedBrett Cannon2009-01-301-1/+1
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-306-47/+45
* Merged revisions 69106 via svnmerge fromTarek Ziadé2009-01-291-9/+6
* Merged revisions 69100 via svnmerge fromAntoine Pitrou2009-01-292-1/+29
* Fix issue5076: bdist_wininst fails on py3kMark Hammond2009-01-292-0/+0
* Merged revisions 69094 via svnmerge fromMark Hammond2009-01-292-0/+0
* Beef-up tests for collections ABCs.Raymond Hettinger2009-01-282-3/+64
* Issue #4707: round(x, n) now returns an integer when x is an integer.Mark Dickinson2009-01-282-3/+78
* Merged revisions 69060-69063 via svnmerge fromGuilherme Polo2009-01-285-9/+43
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-2812-0/+3668
* Fix an occurrence of cmp that was missed in r69025Mark Dickinson2009-01-271-5/+9
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-2731-200/+207
* 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
* Issue 5021: doctest.testfile should set __name__Raymond Hettinger2009-01-272-1/+5
* 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
* Initial take on importlib.test.loader_tests.Brett Cannon2009-01-272-8/+66
* Update importlib NOTES.Brett Cannon2009-01-271-2/+9
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
* Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-8/+27
* Make importlib.test.finder_tests an ABC.Brett Cannon2009-01-271-14/+14
* Move importlib.test.extension.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-2/+19
* Forward port r68985: Idle startup message.Raymond Hettinger2009-01-271-12/+2
* 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
* Merged revisions 68951 via svnmerge fromTarek Ziadé2009-01-262-11/+70
* 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-264-62/+2
* Update NOTES for importlib.Brett Cannon2009-01-261-18/+8