| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | #6819: fix typo. | Georg Brandl | 2009-09-02 | 1 | -1/+1 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 10 | -32/+42 |
|
|
* | #6732: fix return value of module init function in example. | Georg Brandl | 2009-09-01 | 1 | -0/+1 |
|
|
* | #6754: remove old struct member nb_inplace_divide. | Georg Brandl | 2009-09-01 | 1 | -1/+0 |
|
|
* | Recorded merge of revisions 74614 via svnmerge from | Georg Brandl | 2009-09-01 | 2 | -6/+16 |
|
|
* | #6814: remove traces of xrange(). | Georg Brandl | 2009-09-01 | 2 | -4/+4 |
|
|
* | Doc fix for issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -1/+2 |
|
|
* | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
|
|
* | the old buffer object doesn't exist in Python 3 #6659 | Benjamin Peterson | 2009-08-26 | 1 | -5/+15 |
|
|
* | Merged revisions 74533 via svnmerge from | Tarek Ziadé | 2009-08-21 | 1 | -4/+6 |
|
|
* | 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 |
|
|
* | Merged revisions 74411 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
|
|
* | Merged revisions 74404 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | Fix duplicate sentence. | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
|
|
* | #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 | 4 | -21/+16 |
|
|
* | 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 |
|
|
* | Merged revisions 74307 via svnmerge from | Georg Brandl | 2009-08-04 | 1 | -0/+11 |
|
|
* | #6618: fix invalid 3k syntax. | Georg Brandl | 2009-08-03 | 1 | -1/+1 |
|
|
* | 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 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -4/+4 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 19 | -147/+165 |
|
|
* | #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 | 36 | -63/+61 |
|
|
* | 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 74148 via svnmerge from | Ezio Melotti | 2009-07-21 | 1 | -1/+1 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 4 | -3/+61 |
|
|
* | 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 |
|
|