| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not document the most important (at least for Guido) future import. | Georg Brandl | 2009-09-15 | 1 | -3/+1 |
|
|
* | Merged revisions 74799 via svnmerge from | Ezio Melotti | 2009-09-15 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 74791 via svnmerge from | Georg Brandl | 2009-09-14 | 1 | -4/+34 |
|
|
* | typo: string values *have* to be | Ezio Melotti | 2009-09-13 | 1 | -1/+1 |
|
|
* | fixed more examples that were using u"", print without () and unicode/str ins... | Ezio Melotti | 2009-09-13 | 10 | -52/+50 |
|
|
* | small fixes in the examples and in the markup | Ezio Melotti | 2009-09-13 | 1 | -11/+12 |
|
|
* | more list()s on dictviews | Ezio Melotti | 2009-09-13 | 4 | -6/+5 |
|
|
* | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 1 | -2/+25 |
|
|
* | d.items() -> list(d.items()) in the examples | Ezio Melotti | 2009-09-12 | 1 | -4/+4 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 7 | -26/+25 |
|
|
* | Merged revisions 74737 via svnmerge from | Georg Brandl | 2009-09-09 | 1 | -9/+13 |
|
|
* | Merged revisions 74633 via svnmerge from | Georg Brandl | 2009-09-03 | 1 | -6/+8 |
|
|
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 39 | -160/+134 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 8 | -26/+34 |
|
|
* | Recorded merge of revisions 74614 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -3/+4 |
|
|
* | #6814: remove traces of xrange(). | Georg Brandl | 2009-09-01 | 1 | -1/+1 |
|
|
* | Doc fix for issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -1/+2 |
|
|
* | Added section on exceptions raised during logging. | Vinay Sajip | 2009-08-20 | 1 | -0/+22 |
|
|
* | Merged revisions 74526 via svnmerge from | Tarek Ziadé | 2009-08-20 | 1 | -0/+26 |
|
|
* | Clean up a minor bit of wording. | Brett Cannon | 2009-08-18 | 1 | -2/+2 |
|
|
* | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
|
|
* | Further refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-17 | 1 | -0/+3 |
|
|
* | Refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+6 |
|
|
* | Added section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+15 |
|
|
* | #6694: fix old function names. | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | Merged revisions 74328,74332-74333,74365 via svnmerge from | Georg Brandl | 2009-08-13 | 3 | -20/+15 |
|
|
* | typo | Philip Jenvey | 2009-08-06 | 1 | -1/+1 |
|
|
* | #6648: mention surrogateescape handler where all standard handlers are listed. | Georg Brandl | 2009-08-06 | 1 | -3/+4 |
|
|
* | Issue #6595: Allow Decimal constructor to accept non-European decimal digits,... | Mark Dickinson | 2009-08-02 | 1 | -0/+5 |
|
|
* | Merged revisions 74265 via svnmerge from | Mark Dickinson | 2009-07-30 | 1 | -1/+1 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 7 | -36/+39 |
|
|
* | #6586: fix return/argument type doc for os.read() and os.write(). | Georg Brandl | 2009-07-29 | 1 | -4/+4 |
|
|
* | Merged revisions 74239 via svnmerge from | Georg Brandl | 2009-07-29 | 1 | -3/+3 |
|
|
* | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -5/+6 |
|
|
* | Merged revisions 74184,74230 via svnmerge from | Mark Dickinson | 2009-07-28 | 1 | -87/+101 |
|
|
* | Merged revisions 74205 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -23/+26 |
|
|
* | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 24 | -81/+84 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 21 | -28/+27 |
|
|
* | Recorded merge of revisions 74210 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -170/+153 |
|
|
* | versionadded: 3.2. not 3.1. | Senthil Kumaran | 2009-07-25 | 1 | -1/+1 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -0/+6 |
|
|
* | account for range() py3k change | Benjamin Peterson | 2009-07-25 | 1 | -2/+2 |
|
|
* | Merged revisions 74179 via svnmerge from | Ezio Melotti | 2009-07-22 | 1 | -7/+8 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -3/+5 |
|
|
* | Merged revisions 73706,73778 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 3 | -19/+146 |
|
|
* | Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of wha... | Brett Cannon | 2009-07-20 | 1 | -1/+1 |
|
|
* | Implement the PEP 302 protocol for get_filename() as | Brett Cannon | 2009-07-20 | 1 | -5/+36 |
|
|
* | Merged revisions 73694,73708,73738 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -2/+34 |
|
|
* | Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 5 | -9/+14 |
|
|
* | Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ... | Alexandre Vassalotti | 2009-07-17 | 3 | -148/+135 |
|
|