summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update importlib NOTES.Brett Cannon2009-01-271-2/+9
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
* Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-8/+27
* Make importlib.test.finder_tests an ABC.Brett Cannon2009-01-271-14/+14
* Move importlib.test.extension.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-2/+19
* Forward port r68985: Idle startup message.Raymond Hettinger2009-01-271-12/+2
* Fix test so as to also pass in debug modeAntoine Pitrou2009-01-261-1/+1
* Followup of #4705: we can't skip the binary buffering layer for stdin because...Antoine Pitrou2009-01-261-0/+10
* Merged revisions 68951 via svnmerge fromTarek Ziadé2009-01-262-11/+70
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-261-8/+32
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-7/+5
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-264-62/+2
* Update NOTES for importlib.Brett Cannon2009-01-261-18/+8
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-251-1/+0
* Merged revisions 68929 via svnmerge fromTarek Ziadé2009-01-252-248/+0
* Merged revisions 68920 via svnmerge fromMark Dickinson2009-01-251-3/+15
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-252-8/+2
* merge r68915 to py3kJesse Noller2009-01-252-13/+26
* Merged revisions 68903,68906 via svnmerge fromMark Dickinson2009-01-242-5/+15
* Merged revisions 68897 via svnmerge fromMark Dickinson2009-01-241-3/+6
* Merged revisions 68893 via svnmerge fromMartin v. Löwis2009-01-241-0/+35
* Merged revisions 68885 via svnmerge fromMartin v. Löwis2009-01-243-4/+45
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge fromBenjamin Peterson2009-01-231-1/+1
* Add some comment markers to more clearly delineate what different parts of theBrett Cannon2009-01-221-1/+5
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-227-75/+68
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-221-1/+11
* Issue #4874: Most builtin decoders now reject unicode input.Antoine Pitrou2009-01-221-0/+31
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-0/+5
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-212-10/+11
* merge r68839 forward to py3kJesse Noller2009-01-212-3/+5
* Merged revisions 68835 via svnmerge fromAntoine Pitrou2009-01-211-0/+11
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...Vinay Sajip2009-01-212-13/+16
* Revert part of r68799 which unintentionally updated this file.Raymond Hettinger2009-01-201-0/+0
* Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x.Mark Dickinson2009-01-201-0/+10
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-203-120/+124
* Merged revisions 68797,68801 via svnmerge fromBenjamin Peterson2009-01-201-1/+1
* Issue 4998: Decimal should not subclass or register with numbers.Real.Raymond Hettinger2009-01-202-6/+5
* Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ...Raymond Hettinger2009-01-202-10/+136
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-202-30/+30
* Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-193-15/+32
* Merged revisions 68763,68773 via svnmerge fromBenjamin Peterson2009-01-191-2/+1
* merge r68768 to py3kJesse Noller2009-01-191-1/+15
* reenable the invalid fd test for fdopenBenjamin Peterson2009-01-191-1/+1
* Merged revisions 68755 via svnmerge fromBenjamin Peterson2009-01-191-0/+4
* Remove a debugging print statement that accidentally got left in.Brett Cannon2009-01-191-1/+0
* Fix a typo in some code that is not tested or supported yet.Brett Cannon2009-01-191-1/+1
* Merged revisions 68546 via svnmerge fromBenjamin Peterson2009-01-181-1/+46
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-182-3/+3