Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | backport [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG | Georg Brandl | 2005-06-25 | 1 | -2/+3 | |
| | ||||||
* | backport bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply | Georg Brandl | 2005-06-25 | 1 | -5/+10 | |
| | ||||||
* | backport patch [ 1213031 ] note that os.chown can have -1 as an argument | Georg Brandl | 2005-06-25 | 1 | -1/+1 | |
| | ||||||
* | backport of bug [ 1225705 ] os.environ documentation should mention unsetenv | Georg Brandl | 2005-06-25 | 1 | -3/+21 | |
| | ||||||
* | backport Patch #1227442: smtplib.SMTP.sendmail() accepts list or string for ↵ | Georg Brandl | 2005-06-25 | 1 | -7/+8 | |
| | | | | to_addrs. | |||||
* | Patch #1180012: add documentation for modulefinder (backport) | Georg Brandl | 2005-06-18 | 1 | -0/+1 | |
| | ||||||
* | Fix nits. | Raymond Hettinger | 2005-06-15 | 1 | -2/+3 | |
| | ||||||
* | [Bug #1219862] Document correct argument range for pair_content() | Andrew M. Kuchling | 2005-06-14 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1215887: String and list methods documentation deeply hidden | Raymond Hettinger | 2005-06-14 | 1 | -6/+15 | |
| | | | | | Make doc on specific types easier to find by listing them in the headings for the abstract types. | |||||
* | Backport 1.26 Decimal FAQ. | Raymond Hettinger | 2005-06-12 | 1 | -2/+155 | |
| | ||||||
* | Clarify docs about os.popen[234]. | Georg Brandl | 2005-06-10 | 1 | -2/+2 | |
| | ||||||
* | [Bug #1149413] 'psize' argument should be 'pgsize' | Andrew M. Kuchling | 2005-06-08 | 1 | -2/+2 | |
| | ||||||
* | Bug #1210001: typo in email docs | Georg Brandl | 2005-06-04 | 1 | -1/+1 | |
| | ||||||
* | [Bug #1209880] Describe only the True/False return values from lock.acquire() | Andrew M. Kuchling | 2005-06-02 | 2 | -4/+3 | |
| | ||||||
* | [Bug #1105706] Use correct name for constant | Andrew M. Kuchling | 2005-06-01 | 1 | -2/+2 | |
| | ||||||
* | [Bug #1123268] Fix typo | Andrew M. Kuchling | 2005-06-01 | 1 | -1/+1 | |
| | ||||||
* | [Bug #1194249] Fix duplicate assignment in example code | Andrew M. Kuchling | 2005-06-01 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1202395: Description of string.lstrip() needs improvement | Raymond Hettinger | 2005-05-31 | 1 | -15/+33 | |
| | | | | Clarify the role of the chars argument in the strip() methods. | |||||
* | SF bug #1209671: dict.popitem documentation should mention empty dict case | Raymond Hettinger | 2005-05-27 | 1 | -1/+2 | |
| | ||||||
* | fix description of the input range of unichr() | Fred Drake | 2005-05-25 | 1 | -1/+2 | |
| | | | | (closes SF bug #1120777) | |||||
* | backport from head | Skip Montanaro | 2005-05-12 | 1 | -1/+82 | |
| | ||||||
* | Correct swapped descriptions of empty string splits. | Raymond Hettinger | 2005-04-19 | 1 | -2/+2 | |
| | ||||||
* | Backport relevant part of checkin: | Walter Dörwald | 2005-04-14 | 1 | -2/+2 | |
| | | | | | | SF patch #1180062 by George Yoshida: (Doc/lib/libfunctional.tex: "in an new object" should read "in a new object") Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing | |||||
* | get_method() returns a method name, not take it as an argument | Fred Drake | 2005-04-13 | 1 | -2/+2 | |
| | | | | (backported from trunk revision 1.22) | |||||
* | SF bug #1180392: StringIO's docs should mention overwriting of initial value | Raymond Hettinger | 2005-04-11 | 1 | -0/+1 | |
| | | | | | * Added a note that the initial file position is zero even if the object is freshly initialized. | |||||
* | SF bug #1179957: Missing def'n of equality for set element | Raymond Hettinger | 2005-04-10 | 2 | -1/+7 | |
| | ||||||
* | SF bug #1178269 Clarify when isMappingType/isSequenceType is True. | Raymond Hettinger | 2005-04-07 | 1 | -3/+5 | |
| | ||||||
* | SF bug #1178255: 256 should read 255 in operator module docs | Raymond Hettinger | 2005-04-07 | 1 | -1/+1 | |
| | ||||||
* | Corrected SMTPHandler docs and added info about threadName attribute of ↵ | Vinay Sajip | 2005-03-31 | 1 | -2/+2 | |
| | | | | LogRecord | |||||
* | Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 | |
| | ||||||
* | SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned | Greg Ward | 2005-03-28 | 1 | -8/+9 | |
| | | | | | and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs. | |||||
* | SF patch #1171417: bug fix for islice() in docs | Raymond Hettinger | 2005-03-27 | 1 | -8/+6 | |
| | ||||||
* | correct ontosys url - closes 1167329 | Skip Montanaro | 2005-03-21 | 1 | -1/+1 | |
| | ||||||
* | SF #1086675: restore "Extending optparse" section (which was dropped | Greg Ward | 2005-03-19 | 1 | -0/+244 | |
| | | | | in Python 2.4). | |||||
* | Regenerate from Optik reST source to ensure CVS Id tags are up-to-date. | Greg Ward | 2005-03-19 | 1 | -1/+1 | |
| | ||||||
* | List all option attributes (closes SF #993601). | Greg Ward | 2005-03-19 | 1 | -0/+81 | |
| | ||||||
* | Beef up optparse reference docs -- now much closer to documenting the | Greg Ward | 2005-03-19 | 1 | -55/+198 | |
| | | | | | full API of Optik 1.5a2 (which is what's included with Python 2.4.x). Closes SF #1099324, partially addresses SF #993601. | |||||
* | Fix test_socket's test for socket.getfqdn() to also accept the result from | Brett Cannon | 2005-03-12 | 1 | -2/+2 | |
| | | | | | | socket.gethostname() as a valid return value. Also clarified the docs as they were a little hazy on the subject matter. | |||||
* | backport | Skip Montanaro | 2005-03-09 | 1 | -2/+0 | |
| | ||||||
* | backport from head | Skip Montanaro | 2005-03-09 | 1 | -4/+4 | |
| | ||||||
* | SF #818006: revert addition of 'closed', 'mode', and 'name' attributes | Greg Ward | 2005-03-09 | 1 | -16/+1 | |
| | | | | to oss_audio_device objects. | |||||
* | SF #818006: add useful read-only attributes to oss_audio_device object: | Greg Ward | 2005-03-07 | 1 | -1/+16 | |
| | | | | | 'closed', 'name', and 'mode' (as recommended by http://python.org/doc/current/lib/bltin-file-objects.html). | |||||
* | minor edits: | Fred Drake | 2005-03-03 | 1 | -3/+4 | |
| | | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False | |||||
* | Document quiet parameter to decode. Fixes #803413. | Martin v. Löwis | 2005-03-03 | 1 | -1/+5 | |
| | ||||||
* | Backport the non-spwd part of the change on head. | Skip Montanaro | 2005-03-02 | 1 | -2/+3 | |
| | ||||||
* | Document missing opcodes. | Raymond Hettinger | 2005-02-21 | 1 | -0/+8 | |
| | ||||||
* | Update refences to "Macintosh" to reflect the state of affairs for OS X and not | Brett Cannon | 2005-02-13 | 4 | -84/+83 | |
| | | | | | | Mac OS 9. Backport of patch #1095802. | |||||
* | SF bug #1119700: list extend() accepts args besides lists | Raymond Hettinger | 2005-02-09 | 1 | -1/+1 | |
| | ||||||
* | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -2/+17 | |
| | ||||||
* | Backport for bug #1108490: fix broken link. | Johannes Gijsbers | 2005-01-29 | 1 | -1/+1 | |
| |