2009-03-03 |
Raymond Hettinger | Fix-up __reduce__ which could not reach the __keys... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Hirokazu Yamamoto | Blocked revisions 70136 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | Blocked revisions 70081,70120-70123,70126,70131-70132... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Make the underlying data structure more private. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Give dict views a helpful __repr__. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Hirokazu Yamamoto | Blocked revisions 70119 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Hirokazu Yamamoto | Fixed memory leak on failure. This is related to issue5... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Kristján Valur... | Issue5407 |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Fix bootstrapping problem where setup.py was using... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | instead of hacking __locals__ in during bytecode genera... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Amaury Forgeot... | re-merge r69268 (issue4804) from trunk: |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benjamin Peterson | ignore the coding cookie in compile(), exec(), and... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Raymond Hettinger | Let configparser use ordered dicts by default. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benjamin Peterson | Merged revisions 70107 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Raymond Hettinger | Add OrderedDict support to collections.namedtuple(). |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Raymond Hettinger | Fix versionchanged. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benjamin Peterson | fix versionadded |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Raymond Hettinger | Missed my last update to __eq__ to check matching length. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Raymond Hettinger | PEP 372: OrderedDict() |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Brett Cannon | Expose importlib.util.set___package__. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Hirokazu Yamamoto | Fixed typo. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tarek Ziadé | Merged revisions 70094 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gregory P.... | Merged revisions 70090 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gregory P.... | Merged r70088 from trunk (re documentation update) |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Raymond Hettinger | Fix docs for ConfigParser. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Georg Brandl | Blocked revisions 70078 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Jeffrey Yasskin | Blocked revisions 70071 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Jeffrey Yasskin | Fix 2 oversights from r69961. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Benjamin Peterson | #4967 fix buggy read() |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Mark Dickinson | Merged revisions 70062 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Hirokazu Yamamoto | Merged revisions 70056 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Hirokazu Yamamoto | Merged revisions 70052 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tarek Ziadé | Merged revisions 70049 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Benjamin Peterson | Blocked revisions 70011,70016 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | another instance of #804543: use strdup() when saving... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5360: remove RO which has been kicked from 3k. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5357: fix incomprehensible paragraph in urlopen()... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tarek Ziadé | Merged revisions 70017 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Raymond Hettinger | Give mapping views a usable repr. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tarek Ziadé | Merged revisions 70007 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Tarek Ziadé | Merged revisions 70003 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | Blocked revisions 70000 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | Merged revisions 69811,69947 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | Blocked revisions 69994 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | Merged revisions 69803-69805,69840,69901,69905,69907... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | Blocked revisions 69937,69946,69952-69953,69955,69959... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Sync-up 3.1 docs with 2.7 for collections.Counter(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Tarek Ziadé | Merged revisions 69976 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Mark Dickinson | Merged revisions 69974 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Jeffrey Yasskin | http://bugs.python.org/issue4715 |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | More markup and spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Tweak markup, grammar, and punctuation. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | Revert unintended part of r69948. Pydoc was not suppos... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | Refine docs for super() noting that sibling classes can |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | Use ABCs to validate documented restriction to Sets... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | range() should have been registered as a Sequence. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | Fix-up random docs. Jumpahead was removed long ago... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Benjamin Peterson | Blocked revisions 69870-69871,69908 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Raymond Hettinger | Update itertools recipes to use next(). |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Tarek Ziadé | Merged revisions 69902 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | Blocked revisions 69896 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | #5348: format() converts all kinds of values. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Benjamin Peterson | .pythonrc.py is no more |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Matthias Klose | Merged revisions 69889 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | Merged revisions 69881 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | Blocked revisions 69878 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | Merged revisions 69874 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Matthias Klose | - Modules/Setup.dist: Mention _heapq |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | Merged revisions 69861 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Raymond Hettinger | In Py3.x, a list comprehension is now faster than list... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Benjamin Peterson | Merged revisions 69855 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brett Cannon | Relocate source_mtime in importlib to PyPycLoader. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Benjamin Peterson | Blocked revisions 69837-69838 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Raymond Hettinger | Port r69837: Fix keyword arguments for itertools.count... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Raymond Hettinger | Port r69838: Speedup and simplify negative counter... |
commit | commitdiff | tree | snapshot |
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 |
next |