summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-065-10/+47
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-1/+13
* Merged revisions 69342 via svnmerge fromTarek Ziadé2009-02-062-3/+28
* Merged revisions 69332 via svnmerge fromTarek Ziadé2009-02-062-6/+6
* Merged revisions 69330 via svnmerge fromTarek Ziadé2009-02-061-16/+5
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-064-24/+185
* Finish implementing tests for importlib.machinery.PathFinder by testing thatBrett Cannon2009-02-062-14/+31
* Add tests for using sys.path_hooks by importlib.machinery.PathFinder.Brett Cannon2009-02-052-3/+11
* Merged revisions 69316 via svnmerge fromTarek Ziadé2009-02-052-3/+26
* Implement test for sys.path_importer_cache having None forBrett Cannon2009-02-051-2/+14
* 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
* 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
* Minor doc fixes.Raymond Hettinger2009-02-041-3/+6
* r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instea...Kristján Valur Jónsson2009-02-031-4/+4
* The default shelve pickle protocol should have been 3.Raymond Hettinger2009-02-031-1/+1
* Register decimals as numbers.NumberRaymond Hettinger2009-02-032-0/+14
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-031-0/+10
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+24
* 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
* 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
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-3/+1
* 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