139 Commits (02a380105d4cd31219d2dc468f277688973ec2bd)

Author SHA1 Message Date
Georg Brandl 99c1f594b3 Closes #14401: fix typos in curses howto. 14 years ago
Martin v. Löwis fcf37c1896 Issue #14400: Fix typo. 14 years ago
Senthil Kumaran 607e31eddf Fix Issue #6005: Examples in the socket library documentation use sendall, 15 years ago
Sandro Tosi 98ed08f24e update to new C roles and directives 15 years ago
Éric Araujo 76c6aa860c Use source reST role instead of file where it makes sense. 15 years ago
Éric Araujo 47546e6e3d Remove mention of defunct file. 15 years ago
Larry Hastings 0555cde98d Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0". 15 years ago
Raymond Hettinger c766b31dbc Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. 15 years ago
Sandro Tosi 117e1f00a8 fix some broken URLs 15 years ago
Senthil Kumaran a9091d2611 Issue13443 - Remove the functional module examples from 2.7 (as module is 15 years ago
Vinay Sajip da75dd2a9b Added a configuration dictionary example to the logging cookbook. 15 years ago
Vinay Sajip e6fda8575e Added lost documentation cross-reference. 15 years ago
Ezio Melotti 1e87da16ea Remove duplication. 15 years ago
Larry Hastings fc45bbaccc Issue #13053: Added section on migrating from CObject to Capsule 15 years ago
Vinay Sajip fa4736ef2f Closes #12906: Fixed bug in YAML configuration. 15 years ago
Éric Araujo 52a5a03498 Add Python porting howto from 3.x. 15 years ago
Sandro Tosi 02ebf4f78b grammatical fixes; from Darren Yin on docs@ 15 years ago
Ezio Melotti c1fc2e177d Fix typo reported by Sandro Tosi. 15 years ago
Georg Brandl f364ce242d Fix function name: open -> urlopen. 15 years ago
Raymond Hettinger aff394b64f A number of small fixups for the sorting howto guide. 15 years ago
Georg Brandl 3a04b4b180 Add missing "a". 15 years ago
Eli Bendersky e91b305d28 Issue 12126: removing incorrect claim about return value of select 15 years ago
Ezio Melotti 9b323a521c #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. 15 years ago
Raymond Hettinger bd0933a687 Issue #11940: Update external link. 15 years ago
Vinay Sajip 5dbca9cc3f Issue #11794: Reorganised logging documentation. 15 years ago
Georg Brandl f125a9a9aa #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. 16 years ago
Benjamin Peterson 0551144b35 Merged revisions 87949 via svnmerge from 16 years ago
Terry Reedy 1d065958af Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 modification. 16 years ago
Terry Reedy f7dd7998de Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. 16 years ago
Georg Brandl 3b85b9b477 Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 16 years ago
Georg Brandl 26946ecaed Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 16 years ago
Ezio Melotti 056f33d60c Merged revisions 86488 via svnmerge from 16 years ago
Raymond Hettinger 0d6fa4da49 Document key-functions in the glossary. 16 years ago
Raymond Hettinger 48d1928b72 Issue 7402: Improve reduce() example in the python idioms how-to. 16 years ago
Georg Brandl 0930228aee Merged revisions 84945 via svnmerge from 16 years ago
R. David Murray a1f74816f5 Fix typo in previous doc commit. 16 years ago
R. David Murray a9b14a63dc Merged revisions 84719 via svnmerge from 16 years ago
Andrew M. Kuchling 08982665b7 Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up 16 years ago
Victor Stinner 4f25ac7abd Merged revisions 81163 via svnmerge from 16 years ago
Victor Stinner 8ded477916 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP 16 years ago
Andrew M. Kuchling 68df234b73 Let's call this done 16 years ago
Georg Brandl a33971a395 Merged revisions 80461 via svnmerge from 16 years ago
Georg Brandl 0b093e068e #8522: use with statement instead of try-finally for file handling. 16 years ago
Georg Brandl 3185c27453 Merged revisions 80030 via svnmerge from 16 years ago
Georg Brandl d0731072a9 Get rid of multi-row cells. 16 years ago
Raymond Hettinger b0765c4648 Add descriptor howto to main documentation 16 years ago
Raymond Hettinger f11363dcd3 Add descriptor howto to main documentation 16 years ago
Raymond Hettinger 0fe095e87f Add the sorting HOWTO to the main docs. 16 years ago
Raymond Hettinger e694e00ee1 Add the sorting HOWTO to the main docs. 16 years ago
Ezio Melotti eff4850e44 Merged revisions 79797 via svnmerge from 16 years ago