- 5c099d7 updates for 2.3.6 final by Anthony Baxter · 19 years ago
- 9f839d5 preparing for 2.3.6c1 by Anthony Baxter · 19 years ago
- 9b55f08 Updated docs for email.Message.get_filename() by Barry Warsaw · 20 years ago
- bf1da70 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 20 years ago
- ffe31d0 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
- bc5e379 set release date in the docs by Fred Drake · 21 years ago
- 4d49d46 add 2.3.5 to the history and licensing info by Fred Drake · 21 years ago
- 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
- e762a64 set the release date by Fred Drake · 21 years ago
- 29e932b fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 21 years ago
- 87d3ad6 documentation for the zipimport module using contributed patch by Fred Drake · 21 years ago
- f64f450 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 21 years ago
- a2a0bfe Description of args to IMAP4.store() in imaplib by Fred Drake · 21 years ago
- 3fccd95 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
- 519d31d remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 21 years ago
- b3dbb01 Backport latest version of whatsnew23: fix typos, remove a GC-related item; add an item by Andrew M. Kuchling · 21 years ago
- d3c0cab Fix mention of TextEdit so that it mentions it can save in plaintext. by Brett Cannon · 21 years ago
- 79c8469 Fix typo about what method to call when expand_tabs is true. by Brett Cannon · 21 years ago
- 3f6e8ec backport weekheader() doc fix to 2.3 by Skip Montanaro · 21 years ago
- 3ad8fb5 remove comment that's about to become obsolete by Fred Drake · 21 years ago
- b7754e1 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
- 9bd57b1 add a PNG version of pyfav.gif by Fred Drake · 21 years ago
- 646fe59 add encouragement to contribute without learning LaTeX (closes SF bug #948517) by Fred Drake · 21 years ago
- 0ab7093 fix markup in "title" attribute for \citetitle{} by Fred Drake · 21 years ago
- d8f5802 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 21 years ago
- e193806 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 21 years ago
- 687ed47 - show how to use file.write() with a non-string value by Fred Drake · 21 years ago
- 92dee4b SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 21 years ago
- 35018c7 add missing line break by Fred Drake · 21 years ago
- 7d331a8 Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 21 years ago
- e2f12bb [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 21 years ago
- 9c183d2 Add support for using %U and %W in strptime when year and day of the week are by Brett Cannon · 21 years ago
- f0d0193 SF bug #1048756, Doc typo for pdb by Neal Norwitz · 21 years ago
- ede11de SF patch #1047577, typo in liblocale.tex by Neal Norwitz · 21 years ago
- c526f9a Fix for SF bug # 1032960. by Barry Warsaw · 21 years ago
- a152f72 [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 21 years ago
- 3673c9e [Bug #1041501] Fix example code by Andrew M. Kuchling · 21 years ago
- b4a4e1d [Bug #1023359] Make code match inheritance diagram by Andrew M. Kuchling · 21 years ago
- d88c4ea SF bug #1020540: a wrong link from "frame object" in lib index. by Raymond Hettinger · 21 years ago
- 0f41072 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 21 years ago
- d136880 Use correct constants by Andrew M. Kuchling · 21 years ago
- 2c23c9e Patch #1015021: Stop claiming that coerce can return None. by Martin v. Löwis · 21 years ago
- 346dc92 SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 21 years ago
- 2bb678b Spelling fix by Andrew M. Kuchling · 21 years ago
- b05af4d - make references to the readline module hyperlinks now that there is by Fred Drake · 21 years ago
- d9c73b5 backport relevant bits of the bool api docs by Skip Montanaro · 21 years ago
- d0de6fd Save the uploaded documentation tarball (already done on the trunk). by Fred Drake · 21 years ago
- 8b1d40c minor cleanup of the previous change; now matches corresponding change by Fred Drake · 21 years ago
- 1efec02 fix information about what flag database files are opened with by default by Fred Drake · 21 years ago
- 11807af Patch #997668: Correct explanation of salts. by Martin v. Löwis · 21 years ago
- 717d9ff Fix an uncorrect function prototype. Backported from trunk. by Thomas Heller · 21 years ago
- 9df5737 [Bug #990524] Fix typo by Andrew M. Kuchling · 21 years ago
- ef6a1f3 revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
- b00d777 revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
- 309279e Patch #993187: Make rstrip doc similar to lstrip. by Martin v. Löwis · 21 years ago
- 8a580c4 Backport: by Guido van Rossum · 21 years ago
- 2e5ba1e generalize a bit; no need to mention my user id directly by Fred Drake · 21 years ago
- df27623 Clarify docs for getargspec() that when there are not default values the fourth by Brett Cannon · 21 years ago
- fe9ea4f [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 21 years ago
- b45670b Add missing word in InvalidStateError definition. by Brett Cannon · 21 years ago
- cc6c30f SF bug #971747: Wrong indentation of example code in tutorial by Raymond Hettinger · 21 years ago
- ef9e5a5 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 21 years ago
- d6914bd switch back to \today since we're post-release by Fred Drake · 21 years ago
- 4c8d256 make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 21 years ago
- 67c5b5e [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 21 years ago
- 9d1094f SF 964876 mapping a 0 length file by Tim Peters · 21 years ago
- e4cd47d [Bug #936837] Add missing word by Andrew M. Kuchling · 21 years ago
- cb8e7d0 Document which string methods are locale-dependent. Fixes #935749. by Martin v. Löwis · 21 years ago
- 0384343 The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 21 years ago
- d3ad622 Fix typo reported in #964592. by Martin v. Löwis · 21 years ago
- fdbbee6 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 21 years ago
- 80c952c reverse the order of the two \date lines so the processing tools pick by Fred Drake · 21 years ago
- 15346c2 update for the predicted 2.3.4 final release date, by Fred Drake · 21 years ago
- a1a514b set target date for Python 2.3.4 release by Fred Drake · 21 years ago
- 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
- e6f36ad backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete by Fred Drake · 21 years ago
- 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
- 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
- 72959cc use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
- 04b3734 remove assignment to unused variable by Fred Drake · 21 years ago
- fada58f update to reflect the current location of the SF bugs search box by Fred Drake · 21 years ago
- 0c16beb markup adjustment by Fred Drake · 21 years ago
- bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
- af6f374 don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 21 years ago
- c17cdd6 note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
- 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
- e3ea901 Patch #940026: Explain "in" when it is first used. by Martin v. Löwis · 21 years ago
- b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
- 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
- 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
- 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
- 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
- 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
- e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
- 21527f7 fix typo reported in a long-buried email by Fred Drake · 21 years ago
- 335cdc0 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
- 202b6fb SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
- e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
- 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
- e52aa4f include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago