2009-03-07 |
Guilherme Polo | Merged revisions 70223 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Merged revisions 70218-70219 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tarek Ziadé | fixed except syntax for py3 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tarek Ziadé | Merged revisions 70212 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Benjamin Peterson | simplify and beautify code |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Remove double negative |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Raymond Hettinger | Document the suggested alternative to emtpy() and full(). |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Issue #5433: Excessive newline detection optimization... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Issue #5429: unaligned access in TextIOWrapper cookie... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Hirokazu Yamamoto | Issue #5334: array.fromfile() failed to insert values... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | Blocked revisions 70166-70167,70169,70176,70178,70197... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | remove usage of the deprecated max_buffer_size |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | properly export PyExc_BlockingIOError |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Merged revisions 70193 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Merged revisions 70189 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | FileIO.readinto() isn't going anywhere |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | rather pointless XXX |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | rename |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | fix #4862 in _pyio: reset the decoder on seek(0) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | These are present in the trunk but no longer in 3.x... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fix for issue #5408. This only enables test_osx_env... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Merged revisions 70172 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Rename importlib.util.set___package__ to set_package. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Antoine Pitrou | Fix failures introduced by buggy merge (2) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Antoine Pitrou | Fix failures introduced by buggy merge (1) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Benjamin Peterson | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Raymond Hettinger | Update project file. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Hirokazu Yamamoto | Issue #5273: Fixed import failure on unicode path.... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Move importlib over to _io. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Blocked revisions 70153 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Add a test for importlib.import_module. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Benjamin Peterson | merge the io-c branch: C implementation of the io module |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | Blocked revisions 70149 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | don't bother with version in doc builds |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Additional test for __reduce__. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Now that __keys are fully hidden, switch the underlying... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Hirokazu Yamamoto | Merged revisions 70137 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Add another test. |
commit | commitdiff | tree | snapshot |
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 |
next |