| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prepare for Python 2.4.1 final | Fred Drake | 2005-03-29 | 2 | -1/+2 |
| | | |||||
| * | 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. | ||||
| * | - fix generated Texinfo markup for \deprecated | Fred Drake | 2005-03-10 | 1 | -1/+10 |
| | | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character | ||||
| * | fix broken usage comment | Fred Drake | 2005-03-10 | 1 | -1/+1 |
| | | | | | (ported from trunk revision 1.112) | ||||
| * | add missing entries from GNU info conversion table | Fred Drake | 2005-03-10 | 1 | -0/+2 |
| | | |||||
| * | correct several markup errors caught by the GNU info conversion | Fred Drake | 2005-03-10 | 1 | -22/+25 |
| | | |||||
| * | 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 #1156412: document the __new__() static method. | Greg Ward | 2005-03-08 | 1 | -0/+29 |
| | | |||||
| * | 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). | ||||
| * | Patch #1107221: Updated "Working on Cygwin" section. | Martin v. Löwis | 2005-03-03 | 1 | -17/+28 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. | Brett Cannon | 2005-02-17 | 1 | -1/+1 |
| | | | | | Closes bug #1124278. | ||||
| * | Update refences to "Macintosh" to reflect the state of affairs for OS X and not | Brett Cannon | 2005-02-13 | 17 | -622/+191 |
| | | | | | | | Mac OS 9. Backport of patch #1095802. | ||||
| * | SF bug #1119700: list extend() accepts args besides lists | Raymond Hettinger | 2005-02-09 | 1 | -1/+1 |
| | | |||||
| * | add 2.3.5, 2.4 to the history and licensing info | Fred Drake | 2005-02-08 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | SF bug #1108303: fix .split() maxsplit doc | Raymond Hettinger | 2005-01-26 | 1 | -1/+1 |
| | | | | | Docs incorrectly stated that maxsplit=0 would cause unlimited splitting. | ||||
| * | SF bug #1105286: Undocumented implicit strip() in split(None) string method | Raymond Hettinger | 2005-01-25 | 1 | -6/+10 |
| | | | | | Clarify the behavior when a string begins or ends with whitespace. | ||||
| * | fix typeset of vertical bar for PDF format | Fred Drake | 2005-01-19 | 1 | -2/+2 |
| | | | | | (closes SF bug #1008998) | ||||
| * | documentation for the zipimport module using contributed patch | Fred Drake | 2005-01-19 | 2 | -0/+2 |
| | | | | | (closes SF bug #853800; markup adjusted) | ||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2005-01-19 | 1 | -0/+133 |
| | | | | | 'release24-maint'. | ||||
| * | Description of args to IMAP4.store() in imaplib | Fred Drake | 2005-01-19 | 1 | -1/+20 |
| | | | | | (closes SF patch #1084092; modified per comments in SF) | ||||
| * | Clean up discussion of new C thread idiom | Fred Drake | 2005-01-19 | 1 | -13/+11 |
| | | | | | (closes SF patch #1031233; modified) | ||||
| * | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 7 | -7/+7 |
| | | | | | (closes SF patch #1104868) | ||||
| * | remove spurious line from widget variables example | Fred Drake | 2005-01-19 | 1 | -1/+0 |
| | | | | | (closes SF patch #1094815) | ||||
| * | fix typo | Fred Drake | 2005-01-12 | 1 | -1/+1 |
| | | |||||
| * | Add duck-typing to the glossary. | Raymond Hettinger | 2005-01-11 | 1 | -0/+11 |
| | | |||||
| * | Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: | Johannes Gijsbers | 2005-01-09 | 1 | -9/+44 |
| | | | | | | | | | | | | | | * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation. | ||||
| * | SF patch 1094011: Docs for file() vs open(). | Raymond Hettinger | 2005-01-07 | 1 | -3/+6 |
| | | |||||
| * | SF bug #1091740: garbage collector still documented as optional | Raymond Hettinger | 2005-01-07 | 1 | -5/+0 |
| | | |||||
| * | Clarify that DictMixin is still useful. Only the UserDict class was supplanted. | Raymond Hettinger | 2005-01-04 | 1 | -13/+11 |
| | | |||||
| * | Fix typo. | Martin v. Löwis | 2005-01-03 | 1 | -2/+2 |
| | | |||||
| * | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 60 | -102/+103 |
| | | |||||
| * | SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called | Raymond Hettinger | 2004-12-31 | 1 | -1/+1 |
| | | |||||
| * | Update to VC 7.1. | Martin v. Löwis | 2004-12-30 | 1 | -54/+54 |
| | | |||||
| * | Fix mention of TextEdit to state it can save in plaintext. | Brett Cannon | 2004-12-24 | 1 | -2/+2 |
| | | |||||
