2010-07-03 |
Mark Dickinson | Remove nonexistent tools from Tools README. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Alexander Belopolsky | Issue #9094: Make python -m pickletools disassemble... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Senthil Kumaran | Fix Issue5468 - urlencode to handle bytes and other... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Benjamin Peterson | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Victor Stinner | Merged revisions 82492 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Remove the need for a "()" empty argument list after... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Merged revisions 82483 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Recorded merge of revisions 82474 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Use the right role. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Georg Brandl | Wrap and use the correct directive. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Mark Dickinson | Merged revisions 82476 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Nick Coghlan | Issue 6507: missing patch submitter from NEWS entry... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Nick Coghlan | Issue 6507: accept source strings directly in dis.dis... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Ezio Melotti | Update comment about surrogates. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Alexander Belopolsky | Merged revisions 82466 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Brett Cannon | Make test_import a little bit more robust for cleaning... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Benjamin Peterson | Merged revisions 82461 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ezio Melotti | Merged revisions 82455,82457,82459 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Brett Cannon | Some people have mistaken Python bytecode as being... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Mark Dickinson | Merged revisions 82446 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Benjamin Peterson | Merged revisions 82447 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Nick Coghlan | Merged revisions 82441 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Mark Dickinson | Style/consistency nit: make math_floor and math_ceil... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Nick Coghlan | Merged revisions 82439 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Benjamin Peterson | fix lookup of __ceil__ |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Benjamin Peterson | account for different ref counting semantics of _PyObje... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Georg Brandl | Merged revisions 82433 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Benjamin Peterson | Blocked revisions 82429 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Benjamin Peterson | Merged revisions 82420 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Benjamin Peterson | correctly lookup __trunc__ and __floor__ |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Benjamin Peterson | Blocked revisions 82415 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ezio Melotti | Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Benjamin Peterson | Merged revisions 82409 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Giampaolo RodolĂ | Merged revisions 82404 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Benjamin Peterson | Merged revisions 82403 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Blocked revisions 82399-82400 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Foord | Issue 9110. Adding ContextDecorator to contextlib.... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Unparse infinite imaginary literals correctly. Add... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Revert accidental extra changes included in r82391. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Issue #9011: Tests for Python 3.2's treatment of negat... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Remove backtick syntax for repr. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Better solution for attribute access on integer literals. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Output try-except-finally statements where appropriate. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Mark Dickinson | Collapse else: if: ... into elif: |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | Merged revisions 82379 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | Fix typo in unparsing of a class definition. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Benjamin Peterson | update for nonlocal keyword |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Brett Cannon | Make a sentence a little less awkward. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Benjamin Peterson | note that byte strings can be raw, too #9114 |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Benjamin Peterson | Blocked revisions 82368 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Vinay Sajip | Added information about pickle security and SocketHandl... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | test_unparse.py: Do roundtrip testing for all Python... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | More unparse.py fixes: |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | Add parentheses around numeric literals, to avoid turni... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | unparse.py: respect coding cookie in input files |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Mark Dickinson | Merged revisions 82356 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Benjamin Peterson | rephrase and remove uneeded statement |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Brian Curtin | Update md5driver.py for 3.x. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Mark Dickinson | unparse.py: Typo fix. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Mark Dickinson | Update Demo/parser/unparse.py to current Python 3.x... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Mark Dickinson | Merged revisions 82345 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Mark Dickinson | Merged revisions 82338,82340-82341 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | update error message |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Senthil Kumaran | Merged revisions 82334 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | Merged revisions 82332 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | Merged revisions 82330 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Alexander Belopolsky | Added missing white space |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Senthil Kumaran | Merged revisions 82324 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Brett Cannon | Add an inheritance test for importlib.abc.SourceLoader. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Brett Cannon | Move importlib.abc.SourceLoader to _bootstrap. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | Merged revisions 82317 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | fix test with more obviously incorrect bytecode |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | fix versionchanged |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Benjamin Peterson | Merged revisions 77402,77505,77510 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Brett Cannon | Implement importlib.abc.SourceLoader and deprecate... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 79596 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 79894-79895,80098,80120 via svnmerge... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81004 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 80396 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Recorded merge of revisions 80866 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81880 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 81700 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 82303 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81499,81506 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81380 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 80605-80609,80642-80646,80651-80652... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Brett Cannon | Add a link to PEP 3147 from the importlib docs. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81881-81882 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 81465-81466,81468,81679,81735,81760... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 80787,80793 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 80649,80710 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 79925-79926,80397 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 80731-80736,80739,80741-80744,80746... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Merged revisions 80712,81651 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benjamin Peterson | Blocked revisions 79620,79624-79625,79633-79637,79639... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Brett Cannon | Revert r82259; still no good way to override instead... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Mark Dickinson | Issue #9089: Remove references to intobject.c and intob... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Mark Dickinson | Issue #9089: Remove intobject.h from MSVC project files. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Mark Dickinson | Issue #9089: PyNumber_Int is no more. Remove it from... |
commit | commitdiff | tree | snapshot |
next |