Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 2 | -0/+7 |
| | | | | by signals on platforms using pthreads. Patch by Reid Kleckner. | ||||
* | Mark up one missed None in pkgutil.rst (#8851) | Éric Araujo | 2010-12-15 | 1 | -2/+2 |
| | |||||
* | Issue 10534, difflib: tweak doc; test new SequenceMatcher instance ↵ | Terry Reedy | 2010-12-15 | 1 | -5/+5 |
| | | | | attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. | ||||
* | Use nested method directives, rewrap long lines, fix whitespace. | Éric Araujo | 2010-12-15 | 1 | -50/+56 |
| | |||||
* | Improve trace documentation (#9264). Patch by Eli Bendersky. | Éric Araujo | 2010-12-15 | 1 | -50/+119 |
| | |||||
* | Move the urllib-inherited API to a distinguished section | Antoine Pitrou | 2010-12-15 | 1 | -156/+164 |
| | |||||
* | #10705: document what the values of debuglevel are and mean. | R. David Murray | 2010-12-15 | 1 | -2/+4 |
| | |||||
* | Logging documentation update. | Vinay Sajip | 2010-12-14 | 1 | -154/+159 |
| | |||||
* | #775964: skip YP/NIS entries instead of failing the test | R. David Murray | 2010-12-14 | 1 | -1/+3 |
| | | | | | | | Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia. | ||||
* | Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. | Gregory P. Smith | 2010-12-14 | 1 | -5/+13 |
| | | | | | | | | Issue #7213: Change the close_fds default on Windows to better match the new default on POSIX. True when possible (False if stdin/stdout/stderr are supplied). Update the documentation to reflect all of the above. | ||||
* | #1078919: make add_header automatically do RFC2231 encoding when needed. | R. David Murray | 2010-12-13 | 1 | -2/+19 |
| | | | | | Also document the use of three-tuples if control of the charset and language is desired. | ||||
* | #10698: fix typo in example. | R. David Murray | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | Logging documentation update. | Vinay Sajip | 2010-12-13 | 1 | -2/+5 |
| | |||||
* | Logging documentation update. | Vinay Sajip | 2010-12-13 | 1 | -110/+128 |
| | |||||
* | Logging documentatio update. | Vinay Sajip | 2010-12-13 | 1 | -1/+2 |
| | |||||
* | Get rid of the close_fds DeprecationWarning. Changes the default on a per | Gregory P. Smith | 2010-12-13 | 1 | -8/+6 |
| | | | | | | platform basis. It remains False on Windows and changes to True on all other platforms (POSIX). Based on python-dev discussion and http://bugs.python.org/issue7213. | ||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -2/+2 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -4/+24 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -3/+4 |
| | |||||
* | Improve readability of the socket docs | Antoine Pitrou | 2010-12-12 | 1 | -57/+82 |
| | |||||
* | Homogenize the "optional OS services" menu | Antoine Pitrou | 2010-12-12 | 4 | -12/+12 |
| | |||||
* | Consistent ordering of availability statements | Antoine Pitrou | 2010-12-12 | 1 | -2/+2 |
| | |||||
* | Fix heading level | Antoine Pitrou | 2010-12-12 | 1 | -2/+2 |
| | |||||
* | Remove redundant sentence, and fix markup | Antoine Pitrou | 2010-12-12 | 1 | -7/+4 |
| | |||||
* | Add link to the buffer protocol description from the memory description. | Antoine Pitrou | 2010-12-12 | 1 | -2/+2 |
| | |||||
* | Make this a warning and fix indentation | Antoine Pitrou | 2010-12-12 | 1 | -6/+6 |
| | |||||
* | Obsolete aliases needn't be documented | Antoine Pitrou | 2010-12-12 | 1 | -4/+0 |
| | |||||
* | Remove reference to stuff which is already obsolete in 2.x. | Antoine Pitrou | 2010-12-12 | 1 | -82/+0 |
| | |||||
* | SET_LINENO was removed in 2.3 | Antoine Pitrou | 2010-12-12 | 1 | -5/+0 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -51/+101 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -0/+5 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -0/+8 |
| | |||||
* | Logging documentation update. | Vinay Sajip | 2010-12-12 | 1 | -144/+420 |
| | |||||
* | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 2 | -48/+2 |
| | |||||
* | Updated UCD version and unicode.org links to Unicode 6.0.0 | Alexander Belopolsky | 2010-12-10 | 1 | -8/+9 |
| | |||||
* | Minor documentation tweak. | Vinay Sajip | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | Fix "seperate". | Georg Brandl | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters | Victor Stinner | 2010-12-08 | 1 | -2/+2 |
| | | | | Fix the doc and add tests. | ||||
* | Make the example a little more interesting and useful. | Raymond Hettinger | 2010-12-07 | 1 | -0/+3 |
| | |||||
* | Add example for the entry for argparse | Raymond Hettinger | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | Note improvements to the docs. | Raymond Hettinger | 2010-12-06 | 2 | -4/+6 |
| | |||||
* | Mention itertools.accumulate(). | Raymond Hettinger | 2010-12-04 | 1 | -0/+1 |
| | |||||
* | Doc nit. | Raymond Hettinger | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Fix markup errors. | Georg Brandl | 2010-12-04 | 3 | -4/+4 |
| | |||||
* | clarify the docs and new warning message. | Gregory P. Smith | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler on | Victor Stinner | 2010-12-04 | 1 | -2/+28 |
| | | | | UnicodeEncodeError. | ||||
* | Add display/undisplay pdb commands. | Georg Brandl | 2010-12-04 | 1 | -0/+16 |
| | |||||
* | #7245: Add a SIGINT handler on continue in pdb that allows to break a ↵ | Georg Brandl | 2010-12-04 | 1 | -1/+11 |
| | | | | program again by pressing Ctrl-C. | ||||
* | configparser: fixed inconsistency where in SafeConfigParser option values | Łukasz Langa | 2010-12-04 | 1 | -4/+18 |
| | | | | | were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser. | ||||
* | Add the "interact" pdb command from pdb++. | Georg Brandl | 2010-12-04 | 1 | -0/+8 |
| |