| Commit message (Expand) | Author | Age | Files | Lines |
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 9 | -127/+193 |
|
|
* | More markup and spelling fixes. | Raymond Hettinger | 2009-02-25 | 1 | -6/+6 |
|
|
* | Tweak markup, grammar, and punctuation. | Raymond Hettinger | 2009-02-25 | 1 | -5/+5 |
|
|
* | Revert unintended part of r69948. Pydoc was not supposed to change. | Raymond Hettinger | 2009-02-24 | 1 | -10/+10 |
|
|
* | Refine docs for super() noting that sibling classes can | Raymond Hettinger | 2009-02-24 | 2 | -19/+23 |
|
|
* | Use ABCs to validate documented restriction to Sets or Sequences. | Raymond Hettinger | 2009-02-24 | 1 | -3/+4 |
|
|
* | range() should have been registered as a Sequence. | Raymond Hettinger | 2009-02-24 | 2 | -0/+3 |
|
|
* | Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. | Raymond Hettinger | 2009-02-24 | 1 | -14/+4 |
|
|
* | Blocked revisions 69870-69871,69908 via svnmerge | Benjamin Peterson | 2009-02-24 | 0 | -0/+0 |
|
|
* | Update itertools recipes to use next(). | Raymond Hettinger | 2009-02-23 | 1 | -4/+3 |
|
|
* | Merged revisions 69902 via svnmerge from | Tarek Ziadé | 2009-02-23 | 2 | -0/+150 |
|
|
* | Blocked revisions 69896 via svnmerge | Georg Brandl | 2009-02-23 | 0 | -0/+0 |
|
|
* | #5348: format() converts all kinds of values. | Georg Brandl | 2009-02-23 | 1 | -5/+6 |
|
|
* | .pythonrc.py is no more | Benjamin Peterson | 2009-02-23 | 1 | -3/+0 |
|
|
* | Merged revisions 69889 via svnmerge from | Matthias Klose | 2009-02-22 | 2 | -3/+5 |
|
|
* | Merged revisions 69881 via svnmerge from | Tarek Ziadé | 2009-02-22 | 2 | -9/+0 |
|
|
* | 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 |
|
|