summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-224-5/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-5/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-064-2/+6
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-013-220/+125
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-3/+2
* Fix now-wrong :keyword: markup. Remove the section aboutGeorg Brandl2008-01-201-33/+0
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-3/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-313-35/+17
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-16/+16
* Remove further mentions of long integers.Georg Brandl2007-11-291-3/+3
* Remove file that should have been removed during the merge.Georg Brandl2007-11-011-0/+0
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-014-209/+6
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-101-1/+1
* General clean-up in socket howto.Collin Winter2007-09-101-26/+23
* remove/update many of the references to dict.iter*()Fred Drake2007-09-041-4/+4
* Convert all print statements in the docs.Georg Brandl2007-09-045-92/+99
* Move the 3k reST doc tree in place.Georg Brandl2007-08-1510-0/+5833
* Delete the LaTeX doc tree.Georg Brandl2007-08-1510-6110/+0
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-3/+3
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-091-1/+6
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-19/+21
* Remove the xmllib module that was obsolete.Neal Norwitz2007-04-171-2/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-054-114/+129
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-132-1/+1473
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-13/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-113-92/+94
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-272-2/+600
* Merge with trunk up to revision 45620.Thomas Wouters2006-04-211-0/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+3
* Fix typoWalter Dörwald2006-01-211-1/+1
* Remove sorting HOWTO, after converting it to a wiki page at http://wiki.pytho...Andrew M. Kuchling2005-11-301-266/+0
* Remove import string and use string methodsNeal Norwitz2005-11-201-4/+3
* Fix up incomplete sentenceAndrew M. Kuchling2005-11-191-1/+1
* Typo fixAndrew M. Kuchling2005-08-311-1/+1
* Update URLsAndrew M. Kuchling2005-08-312-15/+21
* Add to-do listAndrew M. Kuchling2005-08-301-0/+13
* Remove rexec howto; it's kind of pointless nowAndrew M. Kuchling2005-08-301-61/+0
* Commit the howto source to the main Python repository, with Fred's approvalAndrew M. Kuchling2005-08-309-0/+4340