summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* correct changed importBenjamin Peterson2008-10-151-2/+2
* remove a mention of backtick reprBenjamin Peterson2008-10-121-9/+8
* merge from trunkBenjamin Peterson2008-10-1120-255/+510
* Merged revisions 66703,66708 via svnmerge fromBenjamin Peterson2008-10-101-0/+4
* Some more notes about bytes/string filename APIs.Georg Brandl2008-10-083-22/+34
* More bytes vs. strings documentation.Martin v. Löwis2008-10-073-5/+15
* Patch #3187 (file 11721): Document byte vs. string parametersMartin v. Löwis2008-10-071-6/+10
* Issue 3412: Mention fractions and decimal in the tutorial section on floating...Raymond Hettinger2008-10-051-0/+8
* Issue 3288: document as_integer_ratio(), fromhex(), and hex().Raymond Hettinger2008-10-051-1/+33
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-048-31/+40
* #4029: fix typo.Georg Brandl2008-10-041-1/+1
* #4000: fix several 2.x atavisms.Georg Brandl2008-10-044-9/+9
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-031-0/+8
* Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-4/+4
* #3993: fix old-style print statements.Georg Brandl2008-09-291-43/+43
* #3983: typo fix.Georg Brandl2008-09-281-1/+1
* Merged revisions 66667 via svnmerge fromGeorg Brandl2008-09-281-0/+6
* Devil merge!Benjamin Peterson2008-09-2810-41/+316
* Remove references to __cmp__.Georg Brandl2008-09-245-68/+44
* fix some more cases of reduce's move to functools from Tim PietzckerBenjamin Peterson2008-09-232-28/+34
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-2211-57/+111
* #3923: fix undefined token.Georg Brandl2008-09-211-2/+1
* Handle documentation for turtle rename.Georg Brandl2008-09-213-4/+4
* Remove stray question mark.Georg Brandl2008-09-211-1/+1
* Remove duplicate production.Georg Brandl2008-09-211-1/+0
* #3913: Remove "decorated" from production, it is handled differently from Gra...Georg Brandl2008-09-211-1/+0
* #3917: don't allow {} as a set display.Georg Brandl2008-09-211-14/+3
* shut up a few sphinx warningsBenjamin Peterson2008-09-172-2/+2
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-176-105/+195
* add documentation for the new buffer interface based on PEP 3118; I hope it's...Benjamin Peterson2008-09-162-145/+280
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-1328-176/+161
* Forward-port of r66447.Georg Brandl2008-09-134-30/+45
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-135-7/+18
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-101-5/+8
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-4/+2
* make use of shorter attribute accessBenjamin Peterson2008-09-101-2/+2