summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement test for sys.path_importer_cache having None forBrett Cannon2009-02-051-2/+14
* Make setup.py work when building in a directory other than theNeil Schemenauer2009-02-051-24/+9
* Since sysconfig.get_python_inc() now works when building in aNeil Schemenauer2009-02-051-21/+4
* Fix get_python_inc() to work when building in a directory separate fromNeil Schemenauer2009-02-051-5/+8
* Blocked revisions 69295 via svnmergeGeorg Brandl2009-02-050-0/+0
* #4992: next() method -> next() function.Georg Brandl2009-02-051-3/+3
* #5096: document PyErr_PrintEx().Georg Brandl2009-02-051-1/+10
* #5107: document that default encoding is the same as locale.getpreferredencod...Georg Brandl2009-02-051-3/+8
* #5130: replace "unicode" by "bytes" in examples for sequence types.Georg Brandl2009-02-051-1/+1
* Merged revisions 69285 via svnmerge fromTarek Ziadé2009-02-051-6/+1
* Update NOTES for importlib about PathFinder.Brett Cannon2009-02-051-0/+2
* Begin writing tests for importlib.machinery.PathFinder.Brett Cannon2009-02-051-1/+57
* Check in the fact that importlib.machinery.PathFinder now exists.Brett Cannon2009-02-051-0/+1
* Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off ofBrett Cannon2009-02-051-18/+16
* Blocked revisions 69276 via svnmergeBenjamin Peterson2009-02-050-0/+0
* Minor doc fixes.Raymond Hettinger2009-02-044-8/+11
* Tweak the docs for Counter() objects.Raymond Hettinger2009-02-041-4/+4
* Merged revisions 69260 via svnmerge fromThomas Heller2009-02-033-400/+29
* r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instea...Kristján Valur Jónsson2009-02-031-4/+4
* Blocked revisions 69252 via svnmergeBrett Cannon2009-02-030-0/+0
* Add importlib to the Makefile.Brett Cannon2009-02-031-0/+3
* The default shelve pickle protocol should have been 3.Raymond Hettinger2009-02-033-2/+4
* Blocked revisions 69242 via svnmergeBenjamin Peterson2009-02-030-0/+0
* Register decimals as numbers.NumberRaymond Hettinger2009-02-032-0/+14
* Blocked revisions 69237 via svnmergeBenjamin Peterson2009-02-030-0/+0
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-032-1/+11
* Blocked revisions 68532,69161,69227 via svnmergeBenjamin Peterson2009-02-030-0/+0
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-026-15/+55
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-029-36/+25
* 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