- 9ab3fdd #14034: fix indentation. by Ezio Melotti · 13 years ago
- 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 13 years ago
- 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 13 years ago
- 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
- cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 13 years ago
- 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 13 years ago
- 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 13 years ago
- b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 13 years ago
- 074faff Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
- 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 13 years ago
- 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 13 years ago
- 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
- 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
- 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
- fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
- d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
- 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
- 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
- e998386 Fix markup errors. by Georg Brandl · 13 years ago
- 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
- 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
- 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
- 1abde36 fix some broken URLs by Sandro Tosi · 14 years ago
- 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 14 years ago
- 8e644f0 Reword IPC section by Antoine Pitrou · 14 years ago
- 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 14 years ago
- fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 14 years ago
- 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 14 years ago
- 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 14 years ago
- a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 14 years ago
- 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 14 years ago
- 6187664 Added lost documentation cross-reference. by Vinay Sajip · 14 years ago
- e130a52 Remove duplication. by Ezio Melotti · 14 years ago
- 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
- 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 14 years ago
- 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 14 years ago
- 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 14 years ago
- b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 14 years ago
- 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
- 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
- 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 14 years ago
- eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 14 years ago
- 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
- 4f74123 Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
- c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 14 years ago
- af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 14 years ago
- 891391b Merge doc fixes. by Georg Brandl · 14 years ago
- a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 14 years ago
- dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 14 years ago
- f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
- 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 14 years ago
- 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 15 years ago
- a2f1544 Tweak wording about equality comparison. by Brett Cannon · 15 years ago
- 7a0afd3 Spelling fixes. by Georg Brandl · 15 years ago
- 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 15 years ago
- 7ac3419 Fix some typos and grammar by Eli Bendersky · 15 years ago
- 2d062de Fix some typos and grammar by Eli Bendersky · 15 years ago
- 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 15 years ago
- 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 15 years ago
- 45aa7cc Soften wording on doctest. by Brett Cannon · 15 years ago
- ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 15 years ago
- 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 15 years ago
- bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 15 years ago
- e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 15 years ago
- 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 15 years ago
- 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 15 years ago
- 4b0c24a use 3-space indents. by Brett Cannon · 15 years ago
- 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 15 years ago
- 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 15 years ago
- 6e1d0a8 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 15 years ago
- 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 15 years ago
- b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 15 years ago
- fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 15 years ago
- 23f4fb9 Issue #10875: Update Regular Expression HOWTO; additional backport. by Terry Reedy · 15 years ago
- 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 15 years ago
- 8663e34 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 15 years ago
- aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 15 years ago
- 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 15 years ago
- 7d10129 Added logging documentation cross-references. by Vinay Sajip · 15 years ago
- e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 15 years ago
- 1397ce1 Logging documentation updates. by Vinay Sajip · 15 years ago
- 689b68a Logging documentation updates. by Vinay Sajip · 15 years ago
- c63619b Logging documentation reorganised. by Vinay Sajip · 15 years ago
- ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 15 years ago
- c8c60c2 Do not put a raw REPLACEMENT CHARACTER in the document. by Georg Brandl · 15 years ago
- 93a6b13 Issue #4153: Updated Unicode HOWTO. by Alexander Belopolsky · 15 years ago
- 4fdf0fe Merged revisions 86488 via svnmerge from by Ezio Melotti · 15 years ago
- 42dd524 Fix typo by Ezio Melotti · 15 years ago
- eae40ba Merged revisions 86187 via svnmerge from by Georg Brandl · 15 years ago
- c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 15 years ago
- c6b6b5b Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 15 years ago
- 099cfed Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 15 years ago
- 573caa3 #10124: typo fix. by Georg Brandl · 15 years ago
- 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 15 years ago
- 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
- 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
- 1648924 Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from by Georg Brandl · 15 years ago
- 107690c Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from by Georg Brandl · 15 years ago