summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65605 via svnmerge fromSkip Montanaro2008-08-091-0/+12
* #3524: fix up some old-style IO descriptions.Georg Brandl2008-08-081-26/+37
* #3525: 3.0 exception changes in tutorial.Georg Brandl2008-08-082-20/+16
* #3523: no backquotes any more.Georg Brandl2008-08-081-6/+1
* #3522: zip() returns an iterator.Georg Brandl2008-08-081-1/+1
* #3503: fix print statements in 3k doc.Georg Brandl2008-08-054-9/+6
* Remove the deprecated posix attribute.Georg Brandl2008-08-041-12/+0
* Undocument deprecated module global "template".Georg Brandl2008-08-041-14/+1
* Use version 3.0.Georg Brandl2008-08-031-2/+2
* Merged revisions 65378-65379,65430 via svnmerge fromGeorg Brandl2008-08-034-7/+17
* str.join() doesn't convert arguments anymore.Georg Brandl2008-08-021-5/+4
* Remove the TarFileCompat class from tarfile.py.Lars Gustäbel2008-08-021-15/+1
* Merged revisions 65366 via svnmerge fromMark Dickinson2008-08-011-23/+2
* Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge fromMark Dickinson2008-08-012-7/+37
* Merged revisions 65293 via svnmerge fromBenjamin Peterson2008-07-311-1/+1
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-313-6/+6
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-316-6/+93
* update the struct documentation to refer to bytesBenjamin Peterson2008-07-312-32/+38
* Fix-up recipe with a syntax error (as discussed on python-dev).Raymond Hettinger2008-07-301-1/+2
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
* Merged revisions 65253 via svnmerge fromBenjamin Peterson2008-07-261-3/+6
* fix print syntax in tutorialBenjamin Peterson2008-07-261-5/+5
* Remove the sunaudio module.Brett Cannon2008-07-251-6/+0
* Merged revisions 65182 via svnmerge fromGeorg Brandl2008-07-231-1/+3
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-239-83/+107
* Merged revisions 65199 via svnmerge fromGeorg Brandl2008-07-231-0/+22
* Remove "ast" aliases from the parser module.Georg Brandl2008-07-231-15/+10
* Fix spelling.Raymond Hettinger2008-07-221-2/+2
* fix markupBenjamin Peterson2008-07-201-1/+1
* #3400: document new 3.0 opcodes.Georg Brandl2008-07-201-2/+20
* #3113: document exception chaining.Georg Brandl2008-07-193-19/+68
* Fix urllib function reference.Georg Brandl2008-07-181-2/+2
* fixed tiny typo in new # format docMark Summerfield2008-07-181-1/+1
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-172-6/+5
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-172-5/+6
* Make gettext Unicode interface consistent and clean up the docs.Georg Brandl2008-07-171-92/+79
* #3310: stop referring to basestring.Georg Brandl2008-07-161-3/+2
* Merged revisions 64982-64983,65004 via svnmerge fromGeorg Brandl2008-07-161-3/+2
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-1623-78/+227
* Merged revisions 64974 via svnmerge fromMark Dickinson2008-07-162-0/+70
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-167-67/+110
* Merged revisions 64446,64490,64495,64526,64567 via svnmerge fromGeorg Brandl2008-07-161-1/+1
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-2/+6
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-141-116/+66
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-2/+9
* Mention the behaviour of PyFunction_SetAnnotations() on error.Alexandre Vassalotti2008-07-131-0/+2
* Added documentation for PyFunction_GetAnnotations() andAlexandre Vassalotti2008-07-131-0/+12
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-131-8/+24
* Clean up list of undocumented modules as most of them have been removed in Py...Brett Cannon2008-07-131-42/+0
* Removed extraneous whitespace.Josiah Carlson2008-07-071-1/+1