- 32732e3 Change importlib.machinery.PathFinder to not have implicit semantics (that's by Brett Cannon · 16 years ago
- 4b4a4a5 Add a NOTE about the new specific semantics for failed loads. by Brett Cannon · 16 years ago
- 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
- c1375d5 Merged revisions 69609 via svnmerge from by Tarek Ziadé · 16 years ago
- 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
- 8c20189 Merged revisions 69602 via svnmerge from by Tarek Ziadé · 16 years ago
- 68c5095 Merged revisions 69598 via svnmerge from by Tarek Ziadé · 16 years ago
- 811d624 Merged revisions 69594 via svnmerge from by Tarek Ziadé · 16 years ago
- d7b5f66 Merged revisions 69585 via svnmerge from by Tarek Ziadé · 16 years ago
- 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 16 years ago
- c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 16 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
- 9474e0d Merged revisions 69551 via svnmerge from by Tarek Ziadé · 16 years ago
- c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 16 years ago
- 9e35004 This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX) by Ronald Oussoren · 16 years ago
- 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 16 years ago
- 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 16 years ago
- de09acf One more test. by Raymond Hettinger · 16 years ago
- 8a882a7 Add an extra testcase. by Raymond Hettinger · 16 years ago
- 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
- 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
- b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
- 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago
- 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 16 years ago
- a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 16 years ago
- befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 16 years ago
- c1761b7 Add a NOTE that alternative VMs should be supported by importlib in a nicer by Brett Cannon · 16 years ago
- a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 16 years ago
- ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 16 years ago
- 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
- 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 16 years ago
- 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 16 years ago
- f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
- ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
- 7bf8d4e Add the missing importlib.test.extension.util. by Brett Cannon · 16 years ago
- fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- b2071f8 Update NOTES for importlib now that a replacement for functools.wraps is by Brett Cannon · 16 years ago
- 51d8bfc Create a simple substitute for functools.wraps to use in importlib._bootstrap. by Brett Cannon · 16 years ago
- 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 16 years ago
- 36d1f3e Add a note for importlib about backporting some of functools.wraps functionality. by Brett Cannon · 16 years ago
- 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 16 years ago
- d94e558 Move importlib's built-in importer to use rpartition for __package__. by Brett Cannon · 16 years ago
- eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 16 years ago
- 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
- 887b3f2 long -> int by Guilherme Polo · 16 years ago
- 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 16 years ago
- b41bc91 Fixing changes from the last merge. by Guilherme Polo · 16 years ago
- d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 16 years ago
- fce970a Merged revisions 69366 via svnmerge from by Tarek Ziadé · 16 years ago
- 9b6ddb8 Merged revisions 69360 via svnmerge from by Tarek Ziadé · 16 years ago
- 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 16 years ago
- 7f9876c Initial, untested stab at writing a common denominator function for __import__ by Brett Cannon · 16 years ago
- 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
- 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 16 years ago
- d3409de Merged revisions 69342 via svnmerge from by Tarek Ziadé · 16 years ago
- 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 16 years ago
- a045937 Merged revisions 69330 via svnmerge from by Tarek Ziadé · 16 years ago
- 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 16 years ago
- 6411aa5 Finish implementing tests for importlib.machinery.PathFinder by testing that by Brett Cannon · 16 years ago
- 1f9bcd3 Add tests for using sys.path_hooks by importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
- 5874ef1 Merged revisions 69316 via svnmerge from by Tarek Ziadé · 16 years ago
- 48f5c4ee Implement test for sys.path_importer_cache having None for by Brett Cannon · 16 years ago
- c03a288 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
- 47dc751 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
- 84753de Merged revisions 69285 via svnmerge from by Tarek Ziadé · 16 years ago
- 64a3a65 Update NOTES for importlib about PathFinder. by Brett Cannon · 16 years ago
- 939ea76 Begin writing tests for importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
- fa3d1fc Check in the fact that importlib.machinery.PathFinder now exists. by Brett Cannon · 16 years ago
- f7e5a8c Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of by Brett Cannon · 16 years ago
- d04fa31 Minor doc fixes. by Raymond Hettinger · 16 years ago
- 3bbfba8 r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instead of a socket.SocketIO. This moves the underlying socket.socket object from r.fp._sock to r.fp.raw._sock. Since _sock is an internal object, this should be ok. The change is for the testsuite only, to assert socket state. by Kristján Valur Jónsson · 16 years ago
- 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 16 years ago
- 82417ca Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
- 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
- e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
- 438cecd Add some notes for importlib to package up what is in Python 2.7 as well as modules that can probably get replaced by importlib at some point. by Brett Cannon · 16 years ago
- 1d37668 To prevent another screw-up on my part where my prototype gets lost thanks to by Brett Cannon · 16 years ago
- 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
- 02a6888 Note to move __package__ stuff over to rpartition to make Nick happy. Also make by Brett Cannon · 16 years ago
- 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 16 years ago
- f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
- 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
- 776e701 Simplify write_bytecode for importlib. by Brett Cannon · 16 years ago
- 20b56e1 Update importlib notes. by Brett Cannon · 16 years ago
- ba96f0f Ditch read_source() and read_bytecode() and replace with *_path() and by Brett Cannon · 16 years ago
- 51c5026 Expose source_path and bytecode_path on _PyFileLoader. by Brett Cannon · 16 years ago
- 6c3aaf3 Remove an outdated todo item from importlib. by Brett Cannon · 16 years ago
- d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 16 years ago
- bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
- ae9ad18 Do not execute the .pyc/.pyo files as well as the .py files. by Brett Cannon · 16 years ago
- 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 16 years ago
- 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 16 years ago
- 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 16 years ago
- e70485e Move extension module loader tests over to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
- d98a6a0 Move built-in loader tests to importlib.test.abc.LoaderTests. by Brett Cannon · 16 years ago
- 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
- c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
- e61426e The trace module was trying to turn ints into ints since co_lnotab was changed by Brett Cannon · 16 years ago
- f254a75 Merge testing ABCs for importlib into importlib.test.abc. by Brett Cannon · 16 years ago