| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Blocked revisions 69878 via svnmerge | Tarek Ziadé | 2009-02-22 | 0 | -0/+0 |
|
|
* | Merged revisions 69874 via svnmerge from | Tarek Ziadé | 2009-02-22 | 2 | -77/+88 |
|
|
* | - Modules/Setup.dist: Mention _heapq | Matthias Klose | 2009-02-22 | 1 | -0/+1 |
|
|
* | Merged revisions 69861 via svnmerge from | Tarek Ziadé | 2009-02-22 | 2 | -15/+9 |
|
|
* | In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), ite... | Raymond Hettinger | 2009-02-21 | 1 | -5/+4 |
|
|
* | Merged revisions 69855 via svnmerge from | Benjamin Peterson | 2009-02-21 | 1 | -6/+6 |
|
|
* | Relocate source_mtime in importlib to PyPycLoader. | Brett Cannon | 2009-02-21 | 1 | -13/+11 |
|
|
* | Blocked revisions 69837-69838 via svnmerge | Benjamin Peterson | 2009-02-21 | 0 | -0/+0 |
|
|
* | Port r69837: Fix keyword arguments for itertools.count(). Step arg without a ... | Raymond Hettinger | 2009-02-21 | 2 | -28/+47 |
|
|
* | Port r69838: Speedup and simplify negative counter using count's new step ar... | Raymond Hettinger | 2009-02-21 | 1 | -3/+3 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 48 | -83/+83 |
|
|
* | Refactor source and bytecode file loaders in importlib so that there | Brett Cannon | 2009-02-21 | 4 | -150/+164 |
|
|
* | Tweak the source/bytecode loader from importlib to use more of the PEP 302 | Brett Cannon | 2009-02-21 | 2 | -3/+3 |
|
|
* | Separate out finder for source and source/bytecode. | Brett Cannon | 2009-02-21 | 4 | -10/+21 |
|
|
* | Do some cleanup in importlib: | Brett Cannon | 2009-02-21 | 8 | -62/+56 |
|
|
* | Add some notes about importlib and some API exposure cleanup. | Brett Cannon | 2009-02-21 | 1 | -5/+7 |
|
|
* | Minor NOTES changes for importlib. | Brett Cannon | 2009-02-21 | 1 | -2/+1 |
|
|
* | More typos in Lib/turtle.py | Mark Dickinson | 2009-02-20 | 1 | -20/+20 |
|
|
* | Merged revisions 69816 via svnmerge from | Mark Dickinson | 2009-02-20 | 1 | -1/+1 |
|
|
* | Merged revisions 69806 via svnmerge from | Eric Smith | 2009-02-20 | 2 | -17/+35 |
|
|
* | Merged revisions 69415,69591,69593 via svnmerge from | Benjamin Peterson | 2009-02-20 | 4 | -12/+18 |
|
|
* | Merged revisions 69769,69776 via svnmerge from | Benjamin Peterson | 2009-02-20 | 2 | -55/+47 |
|
|
* | Blocked revisions 69268,69516,69757,69761,69765,69770,69772,69777,69795 via s... | Benjamin Peterson | 2009-02-20 | 0 | -0/+0 |
|
|
* | fix None errno #5312 | Benjamin Peterson | 2009-02-20 | 2 | -3/+3 |
|
|
* | #5306: Fix compilation on Windows by properly merging change 69495. | Amaury Forgeot d'Arc | 2009-02-19 | 2 | -3/+127 |
|
|
* | #5287: Add exception handling around findCaller() call to help out IronPython. | Vinay Sajip | 2009-02-19 | 2 | -7/+15 |
|
|
* | Inline coefficients in gamma(). Add reflection formula. Add comments. | Raymond Hettinger | 2009-02-19 | 1 | -10/+18 |
|
|
* | Regenerate with autoconf 2.61. | Martin v. Löwis | 2009-02-19 | 2 | -5635/+4771 |
|
|
* | Add links to helpful external resources. | Raymond Hettinger | 2009-02-19 | 2 | -0/+7 |
|
|
* | Add an example for math.fsum() and elaborate on the accurary note. | Raymond Hettinger | 2009-02-19 | 1 | -8/+12 |
|
|
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 | 3 | -11/+16 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 11 | -26/+61 |
|
|
* | Blocked revisions 69748,69751 via svnmerge | Benjamin Peterson | 2009-02-19 | 0 | -0/+0 |
|
|
* | Add keyword arg support to itertools.repeat(). | Raymond Hettinger | 2009-02-19 | 2 | -7/+7 |
|
|
* | Add keyword arg support to itertools.compress(). | Raymond Hettinger | 2009-02-19 | 2 | -6/+5 |
|
|
* | Blocked revisions 69716 via svnmerge | Benjamin Peterson | 2009-02-19 | 0 | -0/+0 |
|
|
* | Blocked revisions 69414,69561,69604,69672,69689,69709,69715,69717,69739,69743... | Benjamin Peterson | 2009-02-19 | 0 | -0/+0 |
|
|
* | merge socket module documentation update from trunk r69731. | Gregory P. Smith | 2009-02-19 | 1 | -4/+7 |
|
|
* | Generalize the itertools.tee() recipe. | Raymond Hettinger | 2009-02-18 | 1 | -24/+24 |
|
|
* | Merged revisions 69714,69718 via svnmerge from | Hirokazu Yamamoto | 2009-02-18 | 3 | -4/+34 |
|
|
* | Merged revisions 69724 via svnmerge from | Tarek Ziadé | 2009-02-17 | 3 | -3/+8 |
|
|
* | Fix-up intro paragraph for collections docs. | Raymond Hettinger | 2009-02-17 | 1 | -7/+4 |
|
|
* | Fixup intro paragraphs for the itertools docs. Add some tables for quick ref... | Raymond Hettinger | 2009-02-17 | 1 | -26/+48 |
|
|
* | Merged revisions 69710 via svnmerge from | Tarek Ziadé | 2009-02-17 | 2 | -7/+23 |
|
|
* | Outline a possible way to separate out source loading from bytecode loading. | Brett Cannon | 2009-02-17 | 1 | -0/+21 |
|
|
* | Implement the more specific PEP 302 semantics for loaders and what happens upon | Brett Cannon | 2009-02-17 | 5 | -62/+159 |
|
|
* | I think this file has long outlived its usefulness | Benjamin Peterson | 2009-02-17 | 1 | -50/+0 |
|
|
* | Merged revisions 69700 via svnmerge from | Tarek Ziadé | 2009-02-16 | 1 | -0/+3 |
|
|
* | Merged revisions 69693 via svnmerge from | Tarek Ziadé | 2009-02-16 | 1 | -6/+6 |
|
|
* | Merged revisions 69692 via svnmerge from | Tarek Ziadé | 2009-02-16 | 6 | -43/+163 |
|
|