| Commit message (Expand) | Author | Age | Files | Lines |
* | 2to3 run of multiprocessing examples. | Christian Heimes | 2008-11-28 | 6 | -177/+177 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -15/+24 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 2 | -3/+14 |
|
|
* | 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 |
|
|
* | #4153: finish updating Unicode HOWTO for Py3k changes. | Georg Brandl | 2008-11-22 | 1 | -68/+60 |
|
|
* | 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 |
|
|
* | #4372: add bullet point for __cmp__ removal. | Georg Brandl | 2008-11-22 | 1 | -0/+4 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | #4378: fix a few functional HOWTO 2.xisms. | Georg Brandl | 2008-11-22 | 1 | -156/+153 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -0/+2 |
|
|
* | add a glossary entry for "view" | Benjamin Peterson | 2008-11-21 | 1 | -0/+7 |
|
|
* | A few tiny improvements that I had sitting in an edit buffer. More to come. | Guido van Rossum | 2008-11-21 | 1 | -12/+31 |
|
|
* | Fix minor typos. | Raymond Hettinger | 2008-11-21 | 1 | -3/+3 |
|
|
* | a few updates to the gloassary with regards to __future__ and division | Benjamin Peterson | 2008-11-21 | 1 | -27/+12 |
|
|
* | fix Sphinx table warning | Benjamin Peterson | 2008-11-20 | 1 | -89/+89 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 3 | -13/+17 |
|
|
* | Issue 4090 and 4087: Further documentation of comparisons. | Raymond Hettinger | 2008-11-17 | 1 | -4/+27 |
|
|
* | rephrase dict view docs | Benjamin Peterson | 2008-11-17 | 1 | -9/+6 |
|
|
* | Issue #4312: Remove claim that distutils parameters must not be Unicode. The ... | Martin v. Löwis | 2008-11-17 | 1 | -2/+0 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 9 | -114/+14 |
|
|
* | 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 | 5 | -165/+202 |
|
|
* | A totally crappy workaround for issue 4266, but this allows me to build the | Barry Warsaw | 2008-11-07 | 1 | -3/+0 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 2 | -9/+13 |
|
|
* | Issue #1210: Fixed imaplib | Christian Heimes | 2008-11-05 | 1 | -8/+1 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -2/+4 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -0/+1 |
|
|
* | Improve pickle's documentation. | Alexandre Vassalotti | 2008-10-29 | 1 | -209/+182 |
|
|
* | fix some more print statements | Benjamin Peterson | 2008-10-29 | 1 | -2/+2 |
|
|
* | Fix a grammar mistake in a comment. | Alexandre Vassalotti | 2008-10-25 | 1 | -3/+3 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 2 | -13/+12 |
|
|
* | fix some py3k doc nits | Benjamin Peterson | 2008-10-24 | 2 | -8/+8 |
|
|
* | More improvements to pickle's documentation. | Alexandre Vassalotti | 2008-10-24 | 2 | -45/+92 |
|
|
* | Merged revisions 67005 via svnmerge from | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
|
|
* | document 'y(#)' format codes for Py_BuildValue | Benjamin Peterson | 2008-10-21 | 1 | -0/+8 |
|
|
* | make struct static | Benjamin Peterson | 2008-10-20 | 1 | -2/+2 |
|
|
* | document changes to metaclasses | Benjamin Peterson | 2008-10-19 | 1 | -17/+15 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 9 | -18/+28 |
|
|
* | Improve pickle's documentation. | Alexandre Vassalotti | 2008-10-18 | 2 | -84/+135 |
|
|
* | Improve pickle's documentation. | Alexandre Vassalotti | 2008-10-18 | 1 | -96/+144 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 2 | -29/+45 |
|
|
* | use bytes throughout telnetlib docs | Benjamin Peterson | 2008-10-15 | 1 | -32/+33 |
|
|
* | Victor Stinner's patch to make telnetlib use bytes 3725 | Benjamin Peterson | 2008-10-15 | 1 | -6/+6 |
|
|