summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.Raymond Hettinger2008-12-061-8/+9
* cmp() is not really gone.Georg Brandl2008-12-061-6/+5
* #4557: remove 'c' typecode from array docs and add a note in whatsnew.Georg Brandl2008-12-062-6/+5
* Use :samp: role.Georg Brandl2008-12-051-7/+6
* #4549: Mention nonlocal statement in tutorial section about scoping.Georg Brandl2008-12-051-6/+5
* #4550: fix 2.x syntax in webservers howto.Georg Brandl2008-12-051-7/+8
* Manually merged r67583: move __import__ doc to the bottom.Georg Brandl2008-12-051-53/+53
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-057-219/+215
* #4427: fix arguments for "y" BuildValue type.Georg Brandl2008-12-051-1/+1
* #4355: refer to urlencode in the correct module.Georg Brandl2008-12-052-6/+6
* Tweak verbiage and markup for relative/absolute import. Backport candidate.Guido van Rossum2008-12-051-4/+3
* fix Sphinx warningsBenjamin Peterson2008-12-051-2/+2
* Add a skeleton 3.1 whatsnew document.Georg Brandl2008-12-042-0/+70
* #4521: fix getcwdu() vs getcwdb().Georg Brandl2008-12-041-1/+1
* #4526: fix typo.Georg Brandl2008-12-041-2/+3
* #4527: fix "unicode or string".Georg Brandl2008-12-041-1/+1
* - fix markup errorFred Drake2008-12-041-2/+2
* Wording change (flaunt -> disobey); markup fixes. The largest edit is to the...Andrew M. Kuchling2008-12-041-10/+11
* Prep for Python 3.1!Barry Warsaw2008-12-034-12/+12
* Remove remark about NaN==NaN, I misunderstood that issue.Guido van Rossum2008-12-031-2/+1
* Minor edits.Raymond Hettinger2008-12-031-3/+4
* Fixed a warning on whatsnew/3.0.rstChristian Heimes2008-12-031-1/+1
* Use the :mod: role.Georg Brandl2008-12-031-1/+1
* Some textual tweaks, and fixed a few typos found by a spell checker.Guido van Rossum2008-12-031-26/+39
* Fix bad markup.Guido van Rossum2008-12-031-2/+2
* More cleanup. Moved all Unicode and str/bytes info to the text/dataGuido van Rossum2008-12-031-289/+296
* Another checkpoint.Guido van Rossum2008-12-031-12/+33
* Another checkpoint -- some stuff I managed to do on the train.Guido van Rossum2008-12-031-81/+94
* Another checkpoint.Guido van Rossum2008-12-031-38/+38
* interators -> iterators (thanks Taggnostr)Gregory P. Smith2008-12-021-1/+1
* Finished what I'm going to write about the standard library.Guido van Rossum2008-12-021-49/+87
* Finished the "porting to 3.0" section. Had to add a label toGuido van Rossum2008-12-022-7/+31
* Another checkpoint. More XXXes added...Guido van Rossum2008-12-023-205/+274
* Another checkpoint to switch machines.Guido van Rossum2008-12-021-3/+65
* Add missing bracket.Walter Dörwald2008-12-021-1/+1
* Fix typo.Walter Dörwald2008-12-021-1/+1
* fix markupBenjamin Peterson2008-12-021-1/+1
* Checkpoint. Added some stuff. Mostly XXX notes for myself. :-)Guido van Rossum2008-12-021-94/+257
* Merged revisions 67467 via svnmerge fromGeorg Brandl2008-12-011-1/+5
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-3014-24/+54
* Fix mp example, remove fix_logger callJesse Noller2008-11-281-1/+0
* Merge r67419 to py3k, mp doc fixesJesse Noller2008-11-281-18/+106
* 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