| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 | 4 | -148/+139 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 3 | -4/+5 |
|
|
* | Merged revisions 74006 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+2 |
|
|
* | Document the thousands separator. | Raymond Hettinger | 2009-07-12 | 1 | -1/+5 |
|
|
* | #6421: The self argument of module-level PyCFunctions is now a reference to t... | Georg Brandl | 2009-07-11 | 2 | -13/+9 |
|
|
* | Merged revisions 73940 via svnmerge from | Georg Brandl | 2009-07-11 | 1 | -1/+6 |
|
|
* | Merged revisions 73916 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -1/+1 |
|
|
* | #6428: py3k requires that __bool__ return a bool (and not an int) | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -5/+5 |
|
|
* | Merged revisions 73818 via svnmerge from | Gregory P. Smith | 2009-07-04 | 1 | -0/+9 |
|
|
* | remove cobject reference | Benjamin Peterson | 2009-07-01 | 1 | -1/+0 |
|
|
* | Remove docs for string.maketrans(). | Raymond Hettinger | 2009-07-01 | 1 | -9/+0 |
|
|
* | Removed contextlib.nested() | Raymond Hettinger | 2009-07-01 | 1 | -49/+0 |
|
|
* | remove PyCObject | Benjamin Peterson | 2009-07-01 | 1 | -59/+0 |
|
|
* | Merged revisions 73072 via svnmerge from | Antoine Pitrou | 2009-06-29 | 1 | -0/+6 |
|
|
* | Link to PEP 383. | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|
|
* | Merged revisions 73669 via svnmerge from | Benjamin Peterson | 2009-06-29 | 2 | -2/+2 |
|
|
* | Clean-up floating point tutorial. | Raymond Hettinger | 2009-06-28 | 1 | -23/+28 |
|
|
* | Small doc fix-ups to floatingpoint.rst. More are forthcoming. | Raymond Hettinger | 2009-06-28 | 1 | -5/+5 |
|
|
* | include 3.2 in toctree | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | Fill-in some new news. | Raymond Hettinger | 2009-06-28 | 2 | -3/+20 |
|
|
* | Fix incorrect quote type on Decimal examples | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Issue #6354 continued: reword confusing tutorial note on the (no-longer | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 6 | -13/+13 |
|
|
* | Whatsnew begins afresh | Raymond Hettinger | 2009-06-28 | 1 | -0/+99 |
|
|
* | Corrections to decimal flying circus: round returns a Decimal; | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | document BufferedIOBase.raw and TextIOBase.buffer | Benjamin Peterson | 2009-06-28 | 1 | -1/+13 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 3 | -2/+15 |
|
|