| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 | 1 | -7/+7 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 12 | -42/+169 |
|
|
* | Merged revisions 72439 via svnmerge from | Eric Smith | 2009-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 72415 via svnmerge from | Andrew M. Kuchling | 2009-05-07 | 1 | -2/+0 |
|
|
* | Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na... | Eric Smith | 2009-05-06 | 1 | -1/+2 |
|
|
* | #5946: fix speling. | Georg Brandl | 2009-05-06 | 1 | -3/+3 |
|
|
* | Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. | Mark Hammond | 2009-05-06 | 1 | -5/+14 |
|
|
* | Small style edits. | Georg Brandl | 2009-05-05 | 1 | -18/+16 |
|
|
* | edits | Benjamin Peterson | 2009-05-05 | 1 | -74/+58 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 5 | -27/+248 |
|
|
* | Improved wording. | Eric Smith | 2009-05-05 | 1 | -4/+4 |
|
|
* | Documentation for Issue #5920. | Eric Smith | 2009-05-05 | 1 | -1/+4 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -4/+4 |
|
|
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 8 | -20/+7 |
|
|
* | Merged revisions 72322 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -4/+49 |
|
|
* | #5923: update turtle module to version 1.1. | Georg Brandl | 2009-05-05 | 1 | -4/+183 |
|
|
* | #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examp... | Georg Brandl | 2009-05-05 | 4 | -4/+4 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 2 | -11/+31 |
|
|
* | Merged revisions 72149 via svnmerge from | R. David Murray | 2009-05-05 | 1 | -349/+684 |
|
|
* | Add missing documentation for bytes.decode(). | Georg Brandl | 2009-05-04 | 2 | -9/+21 |
|
|
* | Merged revisions 72292 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -2/+7 |
|
|
* | Merged revisions 72290 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -2/+2 |
|
|
* | Merged revisions 72288 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -1/+3 |
|
|
* | version added 3.1 | Gregory P. Smith | 2009-05-04 | 1 | -1/+1 |
|
|
* | documentation clarification. mention bytes. | Gregory P. Smith | 2009-05-04 | 1 | -3/+4 |
|
|
* | Merge refactoring I did when committing r72267 to trunk into the | Gregory P. Smith | 2009-05-04 | 1 | -0/+6 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -0/+40 |
|
|
* | Mention ipaddr in whatsnew for 3.1. | Gregory P. Smith | 2009-05-03 | 1 | -0/+6 |
|
|
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 | 1 | -0/+12 |
|
|
* | port simplejson upgrade from the trunk #4136 | Benjamin Peterson | 2009-05-02 | 1 | -43/+20 |
|
|
* | Merged revisions 72183-72184 via svnmerge from | Gregory P. Smith | 2009-05-02 | 2 | -77/+80 |
|
|
* | Merged revisions 72173 via svnmerge from | Gregory P. Smith | 2009-05-01 | 1 | -0/+327 |
|
|
* | versionadded | Benjamin Peterson | 2009-05-01 | 1 | -0/+4 |
|
|
* | add myself | Benjamin Peterson | 2009-05-01 | 1 | -0/+1 |
|
|
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 1 | -1/+25 |
|
|
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 1 | -1/+7 |
|
|
* | Issue #5859: Remove '%f' to '%g' formatting switch for large floats. | Mark Dickinson | 2009-05-01 | 1 | -7/+3 |
|
|
* | Document the fact that 'compname' and 'comptype' are bytes. | R. David Murray | 2009-04-29 | 1 | -9/+12 |
|
|
* | Die, buffer(), die. | Georg Brandl | 2009-04-29 | 1 | -1/+1 |
|
|
* | Issue #5857: tokenize.tokenize() now returns named tuples. | Raymond Hettinger | 2009-04-29 | 1 | -1/+6 |
|
|
* | Merged revisions 72060 via svnmerge from | R. David Murray | 2009-04-28 | 1 | -44/+64 |
|
|
* | Add another example to the seealso section. | Raymond Hettinger | 2009-04-27 | 1 | -2/+9 |
|
|
* | Third to last example is now marked as a test, but I can't actually test | R. David Murray | 2009-04-27 | 1 | -29/+28 |
|
|
* | Merged revisions 71955,71962 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -3/+3 |
|
|
* | Merged revisions 71814-71817,71901-71903 via svnmerge from | Georg Brandl | 2009-04-27 | 7 | -8/+18 |
|
|
* | Merged revisions 71607,71653,71696,71771,71786 via svnmerge from | Georg Brandl | 2009-04-27 | 3 | -10/+12 |
|
|
* | Merged revisions 71572 via svnmerge from | Georg Brandl | 2009-04-27 | 8 | -111/+124 |
|
|
* | Merged revisions 71544,71546,71554-71555 via svnmerge from | Georg Brandl | 2009-04-27 | 2 | -5/+5 |
|
|
* | Merged revisions 71540,71563 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+0 |
|
|
* | Merged revisions 71503 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|