- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 16 years ago
- 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 16 years ago
- ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 16 years ago
- 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
- a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
- 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 16 years ago
- 0e0d8a6 Clean up docstring from importlib.util.module_for_loader. by Brett Cannon · 16 years ago
- 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 16 years ago
- 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 16 years ago
- a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 16 years ago
- 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 16 years ago
- 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 16 years ago
- f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 16 years ago
- e9103d2 Last big re-organization of importlib._bootstrap. Should actually be able to find something in the file now. by Brett Cannon · 16 years ago
- ce43ddf Do a little bit of reorganization on importlib._bootstrap. by Brett Cannon · 16 years ago
- 3eeaa0a Make utility code in importlib._bootstrap private. by Brett Cannon · 16 years ago
- 9495f18 Define importlib.__init__.__all__. by Brett Cannon · 16 years ago
- 516db94 Merged revisions 70308 via svnmerge from by Tarek Ziadé · 16 years ago
- c59cd68 Add a NOTE for importlib to fill in the docstrings for the ABCs. by Brett Cannon · 16 years ago
- 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
- 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
- 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
- d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 16 years ago
- e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 16 years ago
- e2085be Clean up importlib NOTES so it only contains short term goals. by Brett Cannon · 16 years ago
- 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago
- ba3fcf1 Remove a dead XXX comment. by Brett Cannon · 16 years ago
- 29dff8a Fix importlib._bootstrap.PyPycLoader.load_module() to better handle by Brett Cannon · 16 years ago
- 9fd459a hack StringIO's repr, so it doesn't give an encoding by Benjamin Peterson · 16 years ago
- c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
- f2b55fb Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode. by Brett Cannon · 16 years ago
- 1014d42 Minor changes to Python source base loader. by Brett Cannon · 16 years ago
- 79925fd Skip case-sensitivity tests for extension modules if _testcapi cannot be found. by Brett Cannon · 16 years ago
- ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 16 years ago
- 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 16 years ago
- a58a626 bump version to 3.1a1 by Benjamin Peterson · 16 years ago
- f45b4cc Merged revisions 70223 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- b3c6ed5 fixed except syntax for py3 by Tarek Ziadé · 16 years ago
- 63b64c0 Merged revisions 70212 via svnmerge from by Tarek Ziadé · 16 years ago
- 113f607 simplify and beautify code by Benjamin Peterson · 16 years ago
- 611eaf0 Document the suggested alternative to emtpy() and full(). by Raymond Hettinger · 16 years ago
- 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
- 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 16 years ago
- 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
- 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 5ac89cc rather pointless XXX by Benjamin Peterson · 16 years ago
- 5fd871d rename by Benjamin Peterson · 16 years ago
- 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 16 years ago
- 03cfa73 These are present in the trunk but no longer in 3.x, which causes problems by Ronald Oussoren · 16 years ago
- 8954cd3 Fix for issue #5408. This only enables test_osx_env when the current build by Ronald Oussoren · 16 years ago
- 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
- 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 16 years ago
- 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
- 7c9875c Move importlib over to _io. by Brett Cannon · 16 years ago
- b5f03c6 Add a test for importlib.import_module. by Brett Cannon · 16 years ago
- 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
- b212157 Additional test for __reduce__. by Raymond Hettinger · 16 years ago
- 89194ff Now that __keys are fully hidden, switch the underlying structure by Raymond Hettinger · 16 years ago
- 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 5b26fb5 Add another test. by Raymond Hettinger · 16 years ago
- 14b89ff Fix-up __reduce__ which could not reach the __keys variable indirectly.' by Raymond Hettinger · 16 years ago
- 08c70cf Make the underlying data structure more private. by Raymond Hettinger · 16 years ago
- b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 16 years ago
- ff23e8c Fix bootstrapping problem where setup.py was using configparser by Raymond Hettinger · 16 years ago
- f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
- 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
- 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
- a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
- ea9f8db Missed my last update to __eq__ to check matching length. by Raymond Hettinger · 16 years ago
- 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
- 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
- d9ca384 Merged revisions 70094 via svnmerge from by Tarek Ziadé · 16 years ago
- ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 16 years ago
- 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- f072122 Merged revisions 70049 via svnmerge from by Tarek Ziadé · 16 years ago
- 38e3d51 Merged revisions 70017 via svnmerge from by Tarek Ziadé · 16 years ago
- 89fc2b7 Give mapping views a usable repr. by Raymond Hettinger · 16 years ago
- 041fb34 Merged revisions 70003 via svnmerge from by Tarek Ziadé · 16 years ago
- efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 16 years ago
- ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago
- 0f31e6d Merged revisions 69976 via svnmerge from by Tarek Ziadé · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- 95f285c Revert unintended part of r69948. Pydoc was not supposed to change. by Raymond Hettinger · 16 years ago
- 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 16 years ago
- 886687d Use ABCs to validate documented restriction to Sets or Sequences. by Raymond Hettinger · 16 years ago
- 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 16 years ago
- 6d327b0 Merged revisions 69902 via svnmerge from by Tarek Ziadé · 16 years ago
- 929a723 Merged revisions 69881 via svnmerge from by Tarek Ziadé · 16 years ago
- 5e25f9f Merged revisions 69874 via svnmerge from by Tarek Ziadé · 16 years ago
- ba86fa9 In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)). by Raymond Hettinger · 16 years ago
- 94aaf9e Relocate source_mtime in importlib to PyPycLoader. by Brett Cannon · 16 years ago
- eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 16 years ago
- bd171bc Port r69838: Speedup and simplify negative counter using count's new step argument. by Raymond Hettinger · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 16 years ago
- 0515619 Tweak the source/bytecode loader from importlib to use more of the PEP 302 by Brett Cannon · 16 years ago