summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #5486: typos.Georg Brandl2009-03-1315-27/+27
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-1212-55/+43
* 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
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
* Add reference to solution for a commonly asked question.Raymond Hettinger2009-03-121-0/+3
* Merged revisions 70308 via svnmerge fromTarek Ziadé2009-03-112-0/+5
* Add a NOTE for importlib to fill in the docstrings for the ABCs.Brett Cannon2009-03-111-0/+2
* Blocked revisions 70305 via svnmergeBrett Cannon2009-03-110-0/+0
* Record version added as 3.1.Raymond Hettinger2009-03-101-1/+1
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-104-1/+36
* Small optimization for corner case where maxlen==0.Raymond Hettinger2009-03-102-1/+41
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-107-12/+34
* Implement get_source for importlib.abc.PyLoader using source_path and get_data.Brett Cannon2009-03-104-10/+59
* Fix markup.Raymond Hettinger2009-03-101-1/+1
* fix versionchangedBenjamin Peterson2009-03-092-2/+2
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-0914-26/+78
* Blocked revisions 70261,70267,70271,70273 via svnmergeBenjamin Peterson2009-03-090-0/+0
* Fix some reST mishaps.Brett Cannon2009-03-091-12/+12
* Add cross-reference to the collections docs.Raymond Hettinger2009-03-091-0/+6
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
* Clean up importlib NOTES so it only contains short term goals.Brett Cannon2009-03-091-16/+0
* Clarify an assumption that importlib.abc.PyLoader makes when importing aBrett Cannon2009-03-091-1/+4
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-099-171/+739
* fix StringIO constructor docs #5452Benjamin Peterson2009-03-091-4/+4
* 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-093-2/+19
* Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.Brett Cannon2009-03-091-1/+5
* PyObject_Unicode -> PyObject_StrBenjamin Peterson2009-03-081-1/+1
* 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
* Fix a typo in a comment.Brett Cannon2009-03-081-1/+1
* 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
* let's get cracking on 3.1a2!Benjamin Peterson2009-03-072-1/+13
* tag 3.1a1Benjamin Peterson2009-03-071-0/+1
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-076-10/+10
* update rpm filenameBenjamin Peterson2009-03-071-0/+0
* Redocument the empty() and full() methods.Raymond Hettinger2009-03-071-0/+16
* Merged revisions 70223 via svnmerge fromGuilherme Polo2009-03-072-3/+10
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-073-2/+8
* fixed except syntax for py3Tarek Ziadé2009-03-071-6/+6
* Merged revisions 70212 via svnmerge fromTarek Ziadé2009-03-073-16/+45
* simplify and beautify codeBenjamin Peterson2009-03-061-23/+12
* Remove double negativeAntoine Pitrou2009-03-061-1/+1