summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 2to3 run of multiprocessing examples.Christian Heimes2008-11-286-177/+177
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-15/+24
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-232-3/+14
* remove warning about not accepting unicodeBenjamin Peterson2008-11-231-4/+0
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-223-69/+53
* #4153: finish updating Unicode HOWTO for Py3k changes.Georg Brandl2008-11-221-68/+60
* Fix two mp doc issues from #4012.Georg Brandl2008-11-221-4/+4
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-221-3/+3
* #4372: add bullet point for __cmp__ removal.Georg Brandl2008-11-221-0/+4
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-221-1/+1
* #4378: fix a few functional HOWTO 2.xisms.Georg Brandl2008-11-221-156/+153
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-0/+2
* add a glossary entry for "view"Benjamin Peterson2008-11-211-0/+7
* A few tiny improvements that I had sitting in an edit buffer. More to come.Guido van Rossum2008-11-211-12/+31
* Fix minor typos.Raymond Hettinger2008-11-211-3/+3
* a few updates to the gloassary with regards to __future__ and divisionBenjamin Peterson2008-11-211-27/+12
* fix Sphinx table warningBenjamin Peterson2008-11-201-89/+89
* Merged revisions 67243,67245,67277-67278,67289 via svnmerge fromBenjamin Peterson2008-11-193-13/+17
* Issue 4090 and 4087: Further documentation of comparisons.Raymond Hettinger2008-11-171-4/+27
* rephrase dict view docsBenjamin Peterson2008-11-171-9/+6
* Issue #4312: Remove claim that distutils parameters must not be Unicode. The ...Martin v. Löwis2008-11-171-2/+0
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-169-114/+14
* getfullargspec() has other virtues, tooBenjamin Peterson2008-11-121-1/+1
* exec won't take file objects anymoreBenjamin Peterson2008-11-111-9/+8
* update string formatting grammarBenjamin Peterson2008-11-091-1/+1
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-081-28/+29
* Merged revisions 67162 via svnmerge fromBenjamin Peterson2008-11-082-21/+27
* compile can also produce ASTBenjamin Peterson2008-11-081-4/+4
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-075-165/+202
* A totally crappy workaround for issue 4266, but this allows me to build theBarry Warsaw2008-11-071-3/+0
* Merged revisions 67089,67091,67101 via svnmerge fromBenjamin Peterson2008-11-052-9/+13
* Issue #1210: Fixed imaplibChristian Heimes2008-11-051-8/+1
* Fixed issue #4233.Christian Heimes2008-11-051-2/+4
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+1
* Improve pickle's documentation.Alexandre Vassalotti2008-10-291-209/+182
* fix some more print statementsBenjamin Peterson2008-10-291-2/+2
* Fix a grammar mistake in a comment.Alexandre Vassalotti2008-10-251-3/+3
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-252-13/+12
* fix some py3k doc nitsBenjamin Peterson2008-10-242-8/+8
* More improvements to pickle's documentation.Alexandre Vassalotti2008-10-242-45/+92
* Merged revisions 67005 via svnmerge fromWalter Dörwald2008-10-231-3/+3
* document 'y(#)' format codes for Py_BuildValueBenjamin Peterson2008-10-211-0/+8
* make struct staticBenjamin Peterson2008-10-201-2/+2
* document changes to metaclassesBenjamin Peterson2008-10-191-17/+15
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-199-18/+28
* Improve pickle's documentation.Alexandre Vassalotti2008-10-182-84/+135
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-96/+144
* forward port r66386Benjamin Peterson2008-10-162-29/+45
* use bytes throughout telnetlib docsBenjamin Peterson2008-10-151-32/+33
* Victor Stinner's patch to make telnetlib use bytes 3725Benjamin Peterson2008-10-151-6/+6