summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* #3577: 3.0 is not installed as "python" on Unix.Georg Brandl2008-08-301-11/+15
* Remove long integer output.Georg Brandl2008-08-101-6/+6
* #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
* Merged revisions 65253 via svnmerge fromBenjamin Peterson2008-07-261-3/+6
* fix print syntax in tutorialBenjamin Peterson2008-07-261-5/+5
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-0/+10
* #3310: stop referring to basestring.Georg Brandl2008-07-161-3/+2
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* fix no-op in tutorialBenjamin Peterson2008-07-051-1/+1
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-2/+2
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-4/+4
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-102-4/+4
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-1/+1
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-267-34/+84
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-3/+3
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-0/+7
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-132-3/+3
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-122-20/+8
* Remove duplicated paragraph.Georg Brandl2008-05-121-66/+0
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-1/+1
* Don't output floats in prime example.Georg Brandl2008-05-011-1/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-1/+7
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-0/+9
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-162-9/+30
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-013-11/+18
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-2/+2
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-10/+9
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-241-3/+5
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-4/+5
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-0/+6
* Fix now-wrong :keyword: markup. Remove the section aboutGeorg Brandl2008-01-201-1/+1
* Fix merge glitch.Georg Brandl2008-01-071-2/+2
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-072-4/+51
* Clarify sentence in tutorial. Thanks to Marek Kubica.Georg Brandl2008-01-061-4/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-319-41/+83
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-0/+42
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-041-4/+52
* Remove all definitions of raw_input() that were still scattered throughout th...Georg Brandl2007-12-021-7/+2
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-022-5/+5
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-2/+2
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-1/+2