| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 7 | -7/+56 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 6 | -13/+30 |
|
|
* | Merged revisions 67982,67988,67990 via svnmerge from | Benjamin Peterson | 2008-12-30 | 1 | -0/+18 |
|
|
* | 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 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 8 | -79/+45 |
|
|
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 1 | -2/+4 |
|
|
* | return the module object from PyMODINIT_FUNC | Benjamin Peterson | 2008-12-24 | 5 | -2/+6 |
|
|
* | Merged revisions 67885 via svnmerge from | Benjamin Peterson | 2008-12-21 | 1 | -1/+5 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 11 | -93/+113 |
|
|
* | 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 | 3 | -1/+78 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-15 | 1 | -4/+4 |
|
|
* | #4603: Note that inconsistent tab/space use is now illegal. | Georg Brandl | 2008-12-15 | 1 | -6/+10 |
|
|
* | #4668: wrap iterator returns in list() in functional howto. | Georg Brandl | 2008-12-15 | 1 | -2/+2 |
|
|
* | #4667: fix some 2.x leftovers in the tutorial. | Georg Brandl | 2008-12-15 | 2 | -3/+5 |
|
|
* | tip-toe around dictionary keys view in the tutorial | Benjamin Peterson | 2008-12-14 | 1 | -1/+1 |
|
|
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|
* | #4592: fix embedding example with new C API changes. | Georg Brandl | 2008-12-09 | 2 | -3/+9 |
|
|
* | #4586: fix usage of Py_InitModule. | Georg Brandl | 2008-12-07 | 1 | -1/+6 |
|
|
* | 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 | 2 | -8/+1 |
|
|
* | 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 | 11 | -41/+93 |
|
|
* | document how to deal with binary standard streams | Benjamin Peterson | 2008-12-07 | 1 | -0/+6 |
|
|
* | #4576: fix ob_type access. | Georg Brandl | 2008-12-07 | 1 | -4/+4 |
|
|
* | #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 |
|
|
* | cmp() is not really gone. | Georg Brandl | 2008-12-06 | 1 | -6/+5 |
|
|
* | #4557: remove 'c' typecode from array docs and add a note in whatsnew. | Georg Brandl | 2008-12-06 | 2 | -6/+5 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-05 | 1 | -7/+6 |
|
|
* | #4549: Mention nonlocal statement in tutorial section about scoping. | Georg Brandl | 2008-12-05 | 1 | -6/+5 |
|
|
* | #4550: fix 2.x syntax in webservers howto. | Georg Brandl | 2008-12-05 | 1 | -7/+8 |
|
|
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 7 | -219/+215 |
|
|
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 2 | -6/+6 |
|
|
* | Tweak verbiage and markup for relative/absolute import. Backport candidate. | Guido van Rossum | 2008-12-05 | 1 | -4/+3 |
|
|
* | fix Sphinx warnings | Benjamin Peterson | 2008-12-05 | 1 | -2/+2 |
|
|
* | Add a skeleton 3.1 whatsnew document. | Georg Brandl | 2008-12-04 | 2 | -0/+70 |
|
|
* | #4521: fix getcwdu() vs getcwdb(). | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | #4526: fix typo. | Georg Brandl | 2008-12-04 | 1 | -2/+3 |
|
|
* | #4527: fix "unicode or string". | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | - fix markup error | Fred Drake | 2008-12-04 | 1 | -2/+2 |
|
|