summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 69217,69219 via svnmerge fromGuilherme Polo2009-02-022-2/+3
* Change type of tp_reserved from cmpfunc to (void *); remove definitionMark Dickinson2009-02-021-2/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-0299-216/+215
* Add some notes for importlib to package up what is in Python 2.7 as well as m...Brett Cannon2009-02-021-0/+8
* To prevent another screw-up on my part where my prototype gets lost thanks toBrett Cannon2009-02-021-0/+76
* merging / reimplementing r68532 from the trunk to Py3kKristján Valur Jónsson2009-02-022-24/+7
* Merged revisions 69205 via svnmerge fromMartin v. Löwis2009-02-022-0/+10
* Merged revisions 69200 via svnmerge fromHirokazu Yamamoto2009-02-020-0/+0
* Note to move __package__ stuff over to rpartition to make Nick happy. Also makeBrett Cannon2009-02-021-0/+4
* Recorded merge of revisions 69195 via svnmerge fromGuilherme Polo2009-02-024-16/+34
* Remove exception for non-NULL tp_compare that was introduced in r69188.Mark Dickinson2009-02-011-7/+0
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-016-36/+45
* Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarationsMark Dickinson2009-02-015-38/+24
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-018-184/+6
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-0115-113/+385
* 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
* documentation wording fix for issue4903Gregory P. Smith2009-02-012-6/+6
* Blocked revisions 69146,69149 via svnmergeBenjamin Peterson2009-01-310-0/+0
* fix indentation againBenjamin Peterson2009-01-311-2497/+2497
* Blocked revisions 69134 via svnmergeBenjamin Peterson2009-01-310-0/+0
* detabify Objects/unicodeobject.cBenjamin Peterson2009-01-311-3092/+3092
* Make Python/makeopcodetargets runnable with Python 2.3. With any luck, thisMark Dickinson2009-01-311-1/+4
* comprehrensions now have proper scoping #5106Benjamin Peterson2009-01-311-2/+2
* Merged revisions 68840,68881,68943,68945 via svnmerge fromBenjamin Peterson2009-01-302-13/+91
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-306-37/+89
* Issue #5041: Fixed memory leak.Hirokazu Yamamoto2009-01-301-2/+4
* Blocked revisions 68772,68892,69039 via svnmergeBenjamin Peterson2009-01-300-0/+0
* fix a case of set_daemon #5087Benjamin Peterson2009-01-301-1/+1
* The trace module was trying to turn ints into ints since co_lnotab was changedBrett Cannon2009-01-302-1/+4
* 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
* Fix error in docs. The source says proto 2 is the default.Raymond Hettinger2009-01-291-1/+1
* Merged revisions 69100 via svnmerge fromAntoine Pitrou2009-01-293-1/+33
* Fix issue5076: bdist_wininst fails on py3kMark Hammond2009-01-293-7/+40
* Merged revisions 69094 via svnmerge fromMark Hammond2009-01-294-91/+92
* Merged revisions 69078-69080 via svnmerge fromBrett Cannon2009-01-292-2/+4
* Blocked revisions 69085,69087 via svnmergeBenjamin Peterson2009-01-290-0/+0
* Fix typo.Raymond Hettinger2009-01-291-6/+6