summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Last big re-organization of importlib._bootstrap. Should actually be able to ...Brett Cannon2009-03-121-172/+173
* Do a little bit of reorganization on importlib._bootstrap.Brett Cannon2009-03-121-58/+69
* Make utility code in importlib._bootstrap private.Brett Cannon2009-03-121-32/+32
* Define importlib.__init__.__all__.Brett Cannon2009-03-121-1/+3
* Merged revisions 70308 via svnmerge fromTarek Ziadé2009-03-111-0/+2
* Add a NOTE for importlib to fill in the docstrings for the ABCs.Brett Cannon2009-03-111-0/+2
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+10
* Small optimization for corner case where maxlen==0.Raymond Hettinger2009-03-101-1/+18
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-106-11/+25
* Implement get_source for importlib.abc.PyLoader using source_path and get_data.Brett Cannon2009-03-103-10/+52
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-4/+8
* Clean up importlib NOTES so it only contains short term goals.Brett Cannon2009-03-091-16/+0
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-098-140/+555
* Remove a dead XXX comment.Brett Cannon2009-03-091-1/+0
* Fix importlib._bootstrap.PyPycLoader.load_module() to better handleBrett Cannon2009-03-091-3/+10
* hack StringIO's repr, so it doesn't give an encodingBenjamin Peterson2009-03-091-0/+5
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-092-0/+9
* Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.Brett Cannon2009-03-091-1/+5
* Minor changes to Python source base loader.Brett Cannon2009-03-081-3/+7
* Skip case-sensitivity tests for extension modules if _testcapi cannot be found.Brett Cannon2009-03-081-0/+2
* Add notice about strange behaviour of the bigmem testsAntoine Pitrou2009-03-071-0/+4
* Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray testsAntoine Pitrou2009-03-072-278/+395
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-072-2/+2
* Merged revisions 70223 via svnmerge fromGuilherme Polo2009-03-071-3/+6
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-071-1/+1
* fixed except syntax for py3Tarek Ziadé2009-03-071-6/+6
* Merged revisions 70212 via svnmerge fromTarek Ziadé2009-03-072-16/+42
* simplify and beautify codeBenjamin Peterson2009-03-061-23/+12
* Document the suggested alternative to emtpy() and full().Raymond Hettinger2009-03-061-2/+19
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-061-0/+13
* Issue #5334: array.fromfile() failed to insert values when EOFError was raised.Hirokazu Yamamoto2009-03-061-2/+1
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-051-8/+5
* Merged revisions 70193 via svnmerge fromHirokazu Yamamoto2009-03-051-15/+5
* Merged revisions 70189 via svnmerge fromHirokazu Yamamoto2009-03-051-1/+33
* rather pointless XXXBenjamin Peterson2009-03-051-2/+0
* renameBenjamin Peterson2009-03-051-3/+3
* fix #4862 in _pyio: reset the decoder on seek(0)Benjamin Peterson2009-03-052-1/+5
* These are present in the trunk but no longer in 3.x, which causes problemsRonald Oussoren2009-03-042-0/+665
* Fix for issue #5408. This only enables test_osx_env when the current buildRonald Oussoren2009-03-041-1/+3
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-043-8/+8
* Fix failures introduced by buggy merge (2)Antoine Pitrou2009-03-041-1/+1
* Fix failures introduced by buggy merge (1)Antoine Pitrou2009-03-041-2/+2
* Move importlib over to _io.Brett Cannon2009-03-041-5/+5
* Add a test for importlib.import_module.Brett Cannon2009-03-041-1/+10
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-0413-2583/+3280
* Additional test for __reduce__.Raymond Hettinger2009-03-031-0/+8
* Now that __keys are fully hidden, switch the underlying structureRaymond Hettinger2009-03-031-2/+2
* Merged revisions 70137 via svnmerge fromHirokazu Yamamoto2009-03-031-32/+15
* Add another test.Raymond Hettinger2009-03-031-0/+9
* Fix-up __reduce__ which could not reach the __keys variable indirectly.'Raymond Hettinger2009-03-031-2/+6