summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Recorded merge of revisions 74655-74656 via svnmerge fromGeorg Brandl2009-09-040-0/+0
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...Chris Withers2009-09-042-12/+14
* Blocked revisions 74653 via svnmergeGeorg Brandl2009-09-040-0/+0
* Recorded merge of revisions 74650 via svnmerge fromGeorg Brandl2009-09-041-38/+87
* Turn some comments into docstrings.Georg Brandl2009-09-041-20/+16
* Remove pseudo-end markers from http.cookies.Georg Brandl2009-09-041-22/+1
* Remove backwards compatibility stuff from profile/cProfile.Georg Brandl2009-09-042-12/+0
* #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more.Georg Brandl2009-09-041-6/+6
* Merged revisions 74640 via svnmerge fromBrett Cannon2009-09-031-1/+7
* Rework importlib benchmarks so that they measure number of executions within aBrett Cannon2009-09-031-51/+52
* - apply issue 6582 to test all the write methods of telnetlibJack Diederich2009-09-032-5/+60
* Merged revisions 74633 via svnmerge fromGeorg Brandl2009-09-031-6/+8
* Switch more function arguments docs to new-style.Georg Brandl2009-09-0239-160/+134
* Use true booleans and a bit more PEP8.Georg Brandl2009-09-021-9/+9
* Use true kwonly arg instead of **kwds hackaround.Georg Brandl2009-09-021-14/+2
* #6819: fix typo.Georg Brandl2009-09-021-1/+1
* Remove old news entry that got merged.Georg Brandl2009-09-011-3/+0
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-0112-32/+46
* #6732: fix return value of module init function in example.Georg Brandl2009-09-011-0/+1
* #6754: remove old struct member nb_inplace_divide.Georg Brandl2009-09-011-1/+0
* Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-012-6/+16
* #6814: remove traces of xrange().Georg Brandl2009-09-015-11/+8
* Recorded merge of revisions 74608 via svnmerge fromGeorg Brandl2009-08-310-0/+0
* Doc fix for issue2637.Senthil Kumaran2009-08-311-1/+2
* Merged revisions 74604 via svnmerge fromMark Dickinson2009-08-311-1/+2
* Clarify why test_import is failing under importlib.Brett Cannon2009-08-301-2/+3
* Loosen an exception test in test_import to not require an explicit message bu...Brett Cannon2009-08-301-2/+1
* Trying to import a submodule from another module and not a package was raisingBrett Cannon2009-08-304-4/+14
* test_pep3120 is no longer a problem for importlib as the test was tweaked.Brett Cannon2009-08-301-1/+0
* Make the exception message check for malformed UTF-8 source looser so that Sy...Brett Cannon2009-08-301-1/+2
* When the globals argument to importlib.__import__() contained any value forBrett Cannon2009-08-303-11/+20
* Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...Brett Cannon2009-08-301-2/+1
* Raise TypeError if the name given to importlib.__import__() lacks an rpartitionBrett Cannon2009-08-304-1/+28
* Fix the importlib_only test decorator to work again; don't capture the flag v...Brett Cannon2009-08-301-1/+3
* Use the public API, not a private one.Brett Cannon2009-08-301-1/+1
* Allow importlib.__import__ to accept any iterable for fromlist. Discovered whenBrett Cannon2009-08-303-2/+12
* Provide module docstrings for the two main test drivers in importlib thatBrett Cannon2009-08-302-2/+11
* Tweak importlib.test.regrtest to only specify the implicit tests to excludeBrett Cannon2009-08-301-4/+6
* Document the import semantics that if None is found in sys.modules for a modu...Brett Cannon2009-08-302-1/+6
* Have importlib raise ImportError if None is found in sys.modules. This matchesBrett Cannon2009-08-303-5/+22
* Merged revisions 74581 via svnmerge fromAmaury Forgeot d'Arc2009-08-293-4/+33
* Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via s...Benjamin Peterson2009-08-290-0/+0
* Blocked revisions 74575 via svnmergeMark Dickinson2009-08-280-0/+0
* Merged revisions 74571 via svnmerge fromLars Gustäbel2009-08-283-29/+84
* Merged revisions 74564 via svnmerge fromMark Dickinson2009-08-283-2/+24
* Add a test file to importlib that runs regrtest using importlib.__import__.Brett Cannon2009-08-271-0/+33
* Add support for a --builtin argument to importlib.test to trigger runningBrett Cannon2009-08-271-0/+5
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-279-24/+36
* Make __package__ setting tests specific to importlib. Also move to assertRais...Brett Cannon2009-08-271-4/+5
* Move a test-skipping decorator over to unittest.skipIf.Brett Cannon2009-08-271-10/+3