summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* revert 69416; it didn't help muchBenjamin Peterson2009-02-081-1/+1
* fix typo and test_urllib failuresBenjamin Peterson2009-02-071-1/+1
* Add the missing importlib.test.extension.util.Brett Cannon2009-02-071-0/+21
* Merged revisions 69404 via svnmerge fromGuilherme Polo2009-02-072-37/+42
* Update NOTES for importlib now that a replacement for functools.wraps isBrett Cannon2009-02-071-1/+1
* Create a simple substitute for functools.wraps to use in importlib._bootstrap.Brett Cannon2009-02-072-5/+10
* Factor out helper code from importlib.test.extension.test_path_hook.Brett Cannon2009-02-076-42/+21
* Add a note for importlib about backporting some of functools.wraps functional...Brett Cannon2009-02-071-1/+4
* Move importlib completely over to using rpartition and accepting the emptyBrett Cannon2009-02-074-15/+22
* Move importlib's built-in importer to use rpartition for __package__.Brett Cannon2009-02-072-2/+4
* Move importlib's frozen importer over to rpartition for setting __package__.Brett Cannon2009-02-072-5/+4
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-078-495/+106
* long -> intGuilherme Polo2009-02-071-1/+1
* Merged revisions 69385 via svnmerge fromTarek Ziadé2009-02-072-16/+47
* Fixing changes from the last merge.Guilherme Polo2009-02-062-2/+3
* Make test_build_ext.py use sysconfig "srcdir" to find the source forNeil Schemenauer2009-02-062-5/+23
* Merged revisions 69366 via svnmerge fromTarek Ziadé2009-02-061-0/+6
* Merged revisions 69360 via svnmerge fromTarek Ziadé2009-02-062-1/+39
* Merged revisions 69141,69211-69212 via svnmerge fromBenjamin Peterson2009-02-062-9/+6
* Initial, untested stab at writing a common denominator function for __import__Brett Cannon2009-02-062-0/+56
* 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