summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-233-0/+190
* Make imported name private and wrap long-line.Raymond Hettinger2009-03-231-3/+4
* Forward port r70533 and r70538.Raymond Hettinger2009-03-231-32/+45
* Merged revisions 70523 via svnmerge fromLars Gustäbel2009-03-222-5/+29
* port the queue change r70405Benjamin Peterson2009-03-211-8/+8
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-212-9/+13
* - Issue #5463: In struct module, remove deprecated overflow wrappingMark Dickinson2009-03-211-11/+1
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-211-7/+0
* stringio doesn't have an encodingBenjamin Peterson2009-03-212-1/+5
* Fix typoRaymond Hettinger2009-03-191-2/+2
* Forward port 70475: Add implementation notes. Put methods in more readable ...Raymond Hettinger2009-03-191-13/+25
* Forward port r70470 and r70473 for OrderedDict to use a doubly linked list.Raymond Hettinger2009-03-192-15/+34
* svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess...Antoine Pitrou2009-03-181-1/+1
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-182-10/+44
* Merged revisions 70444 via svnmerge fromMark Dickinson2009-03-182-2/+23
* Merged revisions 70439 via svnmerge fromMark Dickinson2009-03-172-86/+295
* Merged revisions 70430 via svnmerge fromMark Dickinson2009-03-172-2/+8
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-154-9/+65
* Implement InspectLoader for BuiltinImporter.Brett Cannon2009-03-156-22/+80
* A few more docstring/API cleanups for importlib.Brett Cannon2009-03-154-53/+55
* Clean up docstring from importlib.util.module_for_loader.Brett Cannon2009-03-151-8/+8
* Merged revisions 70364 via svnmerge fromEric Smith2009-03-141-3/+33
* Merged revisions 70356 via svnmerge fromAntoine Pitrou2009-03-142-33/+128
* Issue #5016: FileIO.seekable() could return False if the file positionAntoine Pitrou2009-03-131-0/+10
* The error detection code in FileIO.close() could fail to reflect the `errno` ...Antoine Pitrou2009-03-131-0/+15
* Issue #5392: when a very low recursion limit was set, the interpreter wouldAntoine Pitrou2009-03-131-0/+42
* 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
* 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