| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport r45505, r45573, r45576 | Martin v. Löwis | 2006-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | - reset errno before calling confstr - use confstr() doc to simplify checks afterwards - Correct implementation and documentation of os.confstr. Add a simple test case. I've yet to figure out how to provoke a None return I can test. - Address issues brought up by MvL on python-checkins. I tested this with valgrind on amd64. The man pages I found for diff architectures are inconsistent on this. I'm not entirely sure this change is correct for all architectures either. Perhaps we should just over-allocate and not worry about it? The change to return None instead of "" in case of unconfigured values has not been backported. | ||||
| * | Case fixes | Andrew M. Kuchling | 2006-10-06 | 1 | -2/+2 |
| | | |||||
| * | - update links | Fred Drake | 2006-10-06 | 1 | -5/+7 |
| | | | | | - remove Sleepycat name now that they have been bought | ||||
| * | [Backport rev.39739 by nnorwitz] | Andrew M. Kuchling | 2006-09-29 | 1 | -2/+2 |
| | | | | | SF bug #1328915, try to word kill a bit more generically. Backport candidate. | ||||
| * | [Backport rev. 39645 by nnorwitz] | Andrew M. Kuchling | 2006-09-29 | 1 | -0/+2 |
| | | | | | | SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. | ||||
| * | Fix mangled sentence | Andrew M. Kuchling | 2006-08-04 | 1 | -1/+1 |
| | | |||||
| * | Bug #1002398: The documentation for os.path.sameopenfile now correctly | Georg Brandl | 2006-07-30 | 1 | -3/+2 |
| | | | | | | refers to file descriptors, not file objects. (backport from rev. 50974) | ||||
| * | [Patch #1068277] Clarify that os.path.exists() can return False depending on ↵ | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+5 |
| | | | | | permissions. | ||||
| * | Update URL | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
| | | |||||
| * | Bug #835255: The "closure" argument to new.function() is now documented. | Georg Brandl | 2006-07-29 | 1 | -2/+5 |
| | | | | | (backport from rev. 50922) | ||||
| * | Delete a misleading example. SF bug #1481650. | Barry Warsaw | 2006-07-28 | 1 | -6/+0 |
| | | |||||
| * | Update URL | Andrew M. Kuchling | 2006-07-27 | 1 | -1/+1 |
| | | |||||
| * | no need to elaborate "string". | Georg Brandl | 2006-07-05 | 1 | -1/+1 |
| | | | | | (backport from rev. 47244) | ||||
| * | Patch #1517490: fix glitches in filter() docs. | Georg Brandl | 2006-07-05 | 1 | -4/+4 |
| | | | | | (backport from rev. 47241) | ||||
| * | [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref | Andrew M. Kuchling | 2006-07-03 | 1 | -2/+24 |
| | | |||||
| * | Update url. | George Yoshida | 2006-06-17 | 2 | -11/+11 |
| | | | | | | Old url returned status code:301 Moved permanently. (Backport from r47005) | ||||
| * | backport wording fix | Skip Montanaro | 2006-06-10 | 1 | -1/+1 |
| | | |||||
| * | [Bug #1441864] Clarify description of 'data' argument | Andrew M. Kuchling | 2006-06-03 | 1 | -5/+7 |
| | | |||||
| * | [Bug #1475554] Strengthen text to say 'must' instead of 'should' | Andrew M. Kuchling | 2006-06-03 | 1 | -2/+2 |
| | | |||||
| * | [Bug #1472084] Fix description of do_tag | Andrew M. Kuchling | 2006-06-03 | 1 | -2/+3 |
| | | |||||
| * | Clarify wording about how default values in strptime() are used. | Brett Cannon | 2006-05-31 | 1 | -1/+2 |
| | | | | | Backport of fix for bug #1496315. | ||||
| * | Add \exception markup | George Yoshida | 2006-05-13 | 1 | -2/+2 |
| | | |||||
| * | Grammar fix(backport r45965) | George Yoshida | 2006-05-11 | 1 | -2/+2 |
| | | |||||
| * | Fix two small errors in argument lists. | Georg Brandl | 2006-05-10 | 1 | -3/+3 |
| | | | | | (backport from rev. 45957) | ||||
| * | Bug #1484978: curses.panel: clarify that Panel objects are destroyed on ↵ | Georg Brandl | 2006-05-10 | 1 | -0/+3 |
| | | | | | | | garbage collection. (backport from rev. 45952) | ||||
| * | Bug #1485447: subprocess: document that the "cwd" parameter isn't used to ↵ | Georg Brandl | 2006-05-10 | 1 | -6/+9 |
| | | | | | | | find the executable. Misc. other markup fixes. (backport from rev. 45950) | ||||
| * | backport r45920 | George Yoshida | 2006-05-06 | 1 | -1/+4 |
| | | |||||
| * | correct a dead link(backport from rev.45783) | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| | | |||||
| * | Bug #1475009: clarify ntpath.join behavior with absolute components | Georg Brandl | 2006-04-28 | 1 | -2/+3 |
| | | | | | (backport from rev. 45781) | ||||
| * | Mention xmlrpclib.Error base class; import Error in example | Andrew M. Kuchling | 2006-04-27 | 1 | -4/+6 |
| | | |||||
| * | [Bug #1477102] Add necessary import to example | Andrew M. Kuchling | 2006-04-27 | 1 | -0/+1 |
| | | |||||
| * | Backport trunk's 45708: Fix markup glitch in unittest docs. | Thomas Wouters | 2006-04-25 | 1 | -1/+1 |
| | | |||||
| * | Merge rev 45677 from the trunk. | Tim Peters | 2006-04-24 | 1 | -4/+7 |
| | | | | | | Bug #1337990: clarified that ``doctest`` does not support examples requiring both expected output and an exception. | ||||
| * | Typo fixes | George Yoshida | 2006-04-22 | 1 | -2/+2 |
| | | |||||
| * | Typo, grammar fixes | Andrew M. Kuchling | 2006-04-21 | 1 | -16/+16 |
| | | |||||
| * | Typo fixes | Andrew M. Kuchling | 2006-04-21 | 1 | -4/+4 |
| | | |||||
| * | fix typo | George Yoshida | 2006-04-18 | 1 | -1/+1 |
| | | |||||
| * | Bug #1467952: backport: make os.listdir() raise if readdir() fails | Georg Brandl | 2006-04-11 | 1 | -1/+2 |
| | | |||||
| * | Bug #1465619: rot13 codec decodes to a Unicode string. | Georg Brandl | 2006-04-06 | 1 | -1/+1 |
| | | | | | (backport from rev. 43701) | ||||
| * | Bug #1465600: note encoding issue in ZipFile.write(). | Georg Brandl | 2006-04-06 | 1 | -0/+9 |
| | | | | | (backport from rev. 43699) | ||||
| * | Patch #1462496: typo in libsignal.tex | Georg Brandl | 2006-04-01 | 1 | -1/+1 |
| | | | | | (backport from rev. 43527) | ||||
| * | Patch #1459631: documnent zlib.Decompress.flush() length parameter. | Georg Brandl | 2006-04-01 | 1 | -1/+4 |
| | | | | | (backport from rev. 43525) | ||||
| * | Bug #1460564: document that socket.fromfd() duplicates the given | Georg Brandl | 2006-04-01 | 1 | -4/+5 |
| | | | | | | file descriptor. (backport from rev. 43523) | ||||
| * | Bug #1461610: xmlrpclib has no function "binary". | Georg Brandl | 2006-03-31 | 1 | -4/+0 |
| | | | | | (backport from rev. 43477) | ||||
| * | Fix mark-up. | Raymond Hettinger | 2006-03-26 | 1 | -2/+2 |
| | | |||||
| * | Guarantee evaluation order for izip(). Document its creative uses and its ↵ | Raymond Hettinger | 2006-03-26 | 1 | -2/+24 |
| | | | | | limitations. | ||||
| * | Backport of rev 43312: | Neal Norwitz | 2006-03-25 | 1 | -0/+4 |
| | | | | | SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. | ||||
| * | update - still some old .cvsignore files lying around | Anthony Baxter | 2006-03-23 | 1 | -3/+0 |
| | | |||||
| * | Bug #1445901: os.path.realpath() is available on Win/Mac too. | Georg Brandl | 2006-03-08 | 1 | -2/+2 |
| | | | | | (backport from rev. 42923) | ||||
| * | Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. | Neal Norwitz | 2006-03-03 | 1 | -0/+1 |
| | | |||||
