2009-02-21 |
Mark Dickinson | Merged revisions 69846 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Refactor source and bytecode file loaders in importlib... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Tweak the source/bytecode loader from importlib to... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Separate out finder for source and source/bytecode. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Do some cleanup in importlib: |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Add some notes about importlib and some API exposure... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Minor NOTES changes for importlib. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Mark Dickinson | More typos in Lib/turtle.py |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Mark Dickinson | Merged revisions 69816 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Eric Smith | Merged revisions 69806 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Benjamin Peterson | Merged revisions 69415,69591,69593 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Benjamin Peterson | Merged revisions 69769,69776 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Benjamin Peterson | Blocked revisions 69268,69516,69757,69761,69765,69770... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Benjamin Peterson | fix None errno #5312 |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Amaury Forgeot... | #5306: Fix compilation on Windows by properly merging... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Vinay Sajip | #5287: Add exception handling around findCaller() call... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Inline coefficients in gamma(). Add reflection formula... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Martin v. Löwis | Regenerate with autoconf 2.61. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add links to helpful external resources. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add an example for math.fsum() and elaborate on the... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add some cross-references to the docs. Simplify the... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Benjamin Peterson | Merged revisions 69576,69579-69580,69589,69619-69620... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Benjamin Peterson | Blocked revisions 69748,69751 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add keyword arg support to itertools.repeat(). |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add keyword arg support to itertools.compress(). |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Benjamin Peterson | Blocked revisions 69716 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Benjamin Peterson | Blocked revisions 69414,69561,69604,69672,69689,69709... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Gregory P.... | merge socket module documentation update from trunk... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Raymond Hettinger | Generalize the itertools.tee() recipe. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Hirokazu Yamamoto | Merged revisions 69714,69718 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Tarek Ziadé | Merged revisions 69724 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Raymond Hettinger | Fix-up intro paragraph for collections docs. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Raymond Hettinger | Fixup intro paragraphs for the itertools docs. Add... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Tarek Ziadé | Merged revisions 69710 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brett Cannon | Outline a possible way to separate out source loading... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brett Cannon | Implement the more specific PEP 302 semantics for loade... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Benjamin Peterson | I think this file has long outlived its usefulness |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | Merged revisions 69700 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | Merged revisions 69693 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | Merged revisions 69692 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | Merged revisions 69688,69690 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | Blocked revisions 69685 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Raymond Hettinger | Add GC support to count() objects. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | remove another use of cmp() |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | no 2.3 compat in the py3k lib #3676 |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | raise more generic Exception() instead of RuntimeError... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Facundo Batista | Removed message about compatibility with 2.3. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Eric Smith | Merged revisions 69666 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Hirokazu Yamamoto | Issue #5249: time.strftime returned malformed string... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brett Cannon | Document importlib.machinery.PathFinder. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | Fix more places in Objects/longobject.c where it's... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | Blocked revisions 69639 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | A few more type fixes for py3k that were missed in... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | Merged revisions 69634 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brett Cannon | Change importlib.machinery.PathFinder to not have impli... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brett Cannon | Add a NOTE about the new specific semantics for failed... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Benjamin Peterson | Merged revisions 69617 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Tarek Ziadé | Blocked revisions 69610 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Tarek Ziadé | Merged revisions 69609 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Raymond Hettinger | Add keyword argument support to itertools.count(). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Merged revisions 69602 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Merged revisions 69598 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Merged revisions 69594 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Martin v. Löwis | Fix typos in version numbers. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Merged revisions 69585 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Antoine Pitrou | Merged revisions 69582-69583 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | Blocked revisions 69578 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | #3694: fix an "XXX undetected error" leak in struct. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | part of #3613: fix get_host_info() usage of base64... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | Blocked revisions 69573 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | Blocked revisions 69570 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | #4894: document "newurl" parameter to redirect_request(). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Merged revisions 69566 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Georg Brandl | Merged revisions 69562 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Benjamin Peterson | Merged revisions 69364-69365,69409-69410,69413,69417... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Benjamin Peterson | Blocked revisions 69522,69525,69528,69530,69546 via... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Tarek Ziadé | Merged revisions 69551 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Mark Dickinson | Issue 4998: restore utility of __slots__ on Fraction. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | Fix for issue5224 ("Update Shell Profile.command" conta... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | This fixes issue3883 (text on the buttons in the prefer... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | This fixes issue5143 and includes a test. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | Update the ReadMe and Welcome files that are used by... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | Fix for issue5196, patch by Ned Deily. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | Fix for issue5195, a patch by Ned Deily |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ronald Oussoren | Fix for issue5194, based on a patch by Ned Deily. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Raymond Hettinger | One more test. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Raymond Hettinger | Add an extra testcase. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Raymond Hettinger | Fix spaces/tabs in example. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Gregory P.... | Fixes Issue #3745: Fix hashlib to always reject unicode... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Raymond Hettinger | Issue 5032: added a step argument to itertools.count... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mark Dickinson | Issue #4910: PyNumber_Int is deprecated in 3.0.1;... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Benjamin Peterson | Blocked revisions 69509 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Antoine Pitrou | Issue #4631: Fix urlopen() result when an HTTP response... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Raymond Hettinger | Clean-up named tuple docs. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Thomas Heller | (The fix has been slightly adjusted.) |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mark Dickinson | Merged revisions 69500 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mark Dickinson | Merged revisions 69498 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Hirokazu Yamamoto | Merged revisions 69494 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Martin v. Löwis | Merged revisions 69489-69490 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Tarek Ziadé | Merged revisions 69485 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |