| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68214-68215,68217-68218 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -12/+12 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+43 |
|
|
* | Issue #4718: Adapt the wsgiref package so that it actually works with Python ... | Antoine Pitrou | 2009-01-03 | 1 | -12/+12 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+24 |
|
|
* | #4808: move old API below new API doc. | Georg Brandl | 2009-01-02 | 1 | -12/+14 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-02 | 1 | -3/+22 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 6 | -5/+47 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 3 | -5/+17 |
|
|
* | Minor documentation change relating to NullHandler. | Vinay Sajip | 2008-12-30 | 1 | -4/+4 |
|
|
* | hexdigest() doesn't return bytes #4771 | Benjamin Peterson | 2008-12-29 | 1 | -2/+2 |
|
|
* | Merged revisions 67979 via svnmerge from | Antoine Pitrou | 2008-12-28 | 1 | -2/+7 |
|
|
* | Document bytes.translate(). | Georg Brandl | 2008-12-27 | 1 | -17/+16 |
|
|
* | #4697: clarify that the functions are Unix-only. | Georg Brandl | 2008-12-27 | 1 | -0/+4 |
|
|
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 1 | -2/+4 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 7 | -86/+105 |
|
|
* | fix syntax | Benjamin Peterson | 2008-12-20 | 1 | -1/+1 |
|
|
* | Merged revisions 67857 via svnmerge from | Mark Dickinson | 2008-12-19 | 1 | -1/+1 |
|
|
* | Fix-up and clean-up docs for int.bit_length(). | Raymond Hettinger | 2008-12-19 | 1 | -21/+12 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -4/+15 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+39 |
|
|
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 2 | -1/+40 |
|
|
* | Forward-port r67624 and r67627. | Georg Brandl | 2008-12-07 | 1 | -7/+0 |
|
|
* | remove extraneous 'text' | Benjamin Peterson | 2008-12-07 | 1 | -3/+3 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 6 | -34/+67 |
|
|
* | document how to deal with binary standard streams | Benjamin Peterson | 2008-12-07 | 1 | -0/+6 |
|
|
* | #4562: fix zip() examples. | Georg Brandl | 2008-12-06 | 1 | -2/+2 |
|
|
* | Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. | Raymond Hettinger | 2008-12-06 | 1 | -8/+9 |
|
|
* | #4557: remove 'c' typecode from array docs and add a note in whatsnew. | Georg Brandl | 2008-12-06 | 1 | -5/+2 |
|
|
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
|
|
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 2 | -6/+6 |
|
|
* | #4527: fix "unicode or string". | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 5 | -14/+15 |
|
|
* | Merge r67419 to py3k, mp doc fixes | Jesse Noller | 2008-11-28 | 1 | -18/+106 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -15/+24 |
|
|
* | remove warning about not accepting unicode | Benjamin Peterson | 2008-11-23 | 1 | -4/+0 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 3 | -69/+53 |
|
|
* | Fix two mp doc issues from #4012. | Georg Brandl | 2008-11-22 | 1 | -4/+4 |
|
|
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 1 | -3/+3 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -0/+2 |
|
|
* | rephrase dict view docs | Benjamin Peterson | 2008-11-17 | 1 | -9/+6 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 3 | -3/+4 |
|
|
* | getfullargspec() has other virtues, too | Benjamin Peterson | 2008-11-12 | 1 | -1/+1 |
|
|
* | exec won't take file objects anymore | Benjamin Peterson | 2008-11-11 | 1 | -9/+8 |
|
|
* | update string formatting grammar | Benjamin Peterson | 2008-11-09 | 1 | -1/+1 |
|
|
* | fix the socketserver demo code for py3k | Benjamin Peterson | 2008-11-08 | 1 | -28/+29 |
|
|
* | Merged revisions 67162 via svnmerge from | Benjamin Peterson | 2008-11-08 | 2 | -21/+27 |
|
|
* | compile can also produce AST | Benjamin Peterson | 2008-11-08 | 1 | -4/+4 |
|
|
* | Merged revisions 67117-67119,67123-67124,67143 via svnmerge from | Georg Brandl | 2008-11-07 | 3 | -165/+165 |
|
|