- 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 22 years ago
- db40afa Small clarifications when referring to the sys.exc_* variables so that by Fred Drake · 22 years ago
- 403e351 Flesh out description of getlogin() and recommend against using it. by Jeremy Hylton · 22 years ago
- ef5d06b [Bug #580462] Mention changes to GC API by Andrew M. Kuchling · 22 years ago
- a982eb1 Sort changed modules into alphabetical order; no other changes by Andrew M. Kuchling · 22 years ago
- 3c305d9 Rewrite a paragraph, and use correct mark-up by Andrew M. Kuchling · 22 years ago
- bba23a8 SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation by Neal Norwitz · 22 years ago
- 1cfcafc add versionadded to doc by Neal Norwitz · 22 years ago
- 18eb8b8 Doc patch from SF 474274 (pure Python strptime by Brett Cannon). by Guido van Rossum · 22 years ago
- 4da01ed Substantially flesh out extended slice section. I think this is probably by Michael W. Hudson · 22 years ago
- f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
- 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
- f0b095d Added documentation for the buffer_text and related attributes of the by Fred Drake · 22 years ago
- 50ceb68 Change staticforward and statichere to just use static. by Fred Drake · 22 years ago
- a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 22 years ago
- 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
- 9534e14 Record the decision that StopIteration is a sink state (see recent by Guido van Rossum · 22 years ago
- 54ed2d3 Clarify that the description of sys.path[0] is only valid upon program start-up. by Guido van Rossum · 22 years ago
- 346386f Add more items by Andrew M. Kuchling · 22 years ago
- 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 22 years ago
- 20e5abc Make another pass through Misc/NEWS and add stuff. Bump version number. by Andrew M. Kuchling · 22 years ago
- e995d16 Add some items by Andrew M. Kuchling · 22 years ago
- 7845e7c [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs by Andrew M. Kuchling · 22 years ago
- e4523c4 Document gc.get_objects(). Closes SF bug #578308. by Fred Drake · 22 years ago
- 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago
- eab5f8a Remove unused variable. by Fred Drake · 22 years ago
- 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
- c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 23 years ago
- 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 23 years ago
- 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 23 years ago
- 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 23 years ago
- 291e9ee Fix a typo. by Thomas Heller · 23 years ago
- b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 23 years ago
- df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 23 years ago
- 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 23 years ago
- c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 23 years ago
- 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 23 years ago
- 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 23 years ago
- 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 23 years ago
- ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 23 years ago
- ad74b7d Abstract the creation of signature lines for callable things; the new by Fred Drake · 23 years ago
- abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 23 years ago
- 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 23 years ago
- 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 23 years ago
- 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 23 years ago
- 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 23 years ago
- 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 23 years ago
- 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 23 years ago
- ae64f3ad Add documentation for new textwrap module. by Greg Ward · 23 years ago
- 8b46c71 Typo fix. by Greg Ward · 23 years ago
- d805fef Added support for some of the more recently defined macros and environments. by Fred Drake · 23 years ago
- 2c81381 Clean up some markup. by Fred Drake · 23 years ago
- dcd0500 dis.dis() also supports modules by Neal Norwitz · 23 years ago
- 292724d Fix various typos reported to python-docs. by Fred Drake · 23 years ago
- 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 23 years ago
- dcdf48a Add some acks by Andrew M. Kuchling · 23 years ago
- d003a2a Describe textwrap module by Andrew M. Kuchling · 23 years ago
- ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 23 years ago
- 763805d add seealso link to the bisect module by Skip Montanaro · 23 years ago
- 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 23 years ago
- fdc3431 Add a reminder by Andrew M. Kuchling · 23 years ago
- 09d6b92 Add a reminder by Andrew M. Kuchling · 23 years ago
- c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 23 years ago
- b6aa9cb Added some more links to the "See also" section. by Fred Drake · 23 years ago
- 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 23 years ago
- f0236d7 Fix typo by Raymond Hettinger · 23 years ago
- 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 23 years ago
- 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 23 years ago
- 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 23 years ago
- 7fd9ced Minor English grammar correction by Raymond Hettinger · 23 years ago
- 7951f60 Fix spacing in loop example by Raymond Hettinger · 23 years ago
- 563d12d SF # 572928 One word change for lib/libgettext.tex by Neal Norwitz · 23 years ago
- 723f94b Convert the example C code to ANSI rather than K&R. by Fred Drake · 23 years ago
- 53540ab Correct the RE equivalent of scanf()'s %x and %X patterns. by Fred Drake · 23 years ago
- 6f45eeb Typo fix. by Greg Ward · 23 years ago
- 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
- 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 23 years ago
- 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 23 years ago
- dce695aa Added reference to the Expat home page. by Fred Drake · 23 years ago
- 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 23 years ago
- e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 23 years ago
- 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 23 years ago
- f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 23 years ago
- 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 23 years ago
- a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 23 years ago
- 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 23 years ago
- 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 23 years ago
- 4837fa3 \productioncont: Replace leading spaces with so that it's by Fred Drake · 23 years ago
- f6e9027 Refactor the generation of signature lines for funcdesc, methoddesc, by Fred Drake · 23 years ago
- 7f59124 Clarified documentation for os.access(). by Fred Drake · 23 years ago
- 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 23 years ago
- b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 23 years ago
- 6fc22f6 Ensure \verbatiminput always uses a unique filename for each input file in by Fred Drake · 23 years ago
- 9f6e104 Add reminder, and a new POSIX function Tweak traceback display for consistency by Andrew M. Kuchling · 23 years ago
- 495afea Typo. by Michael W. Hudson · 23 years ago
- 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 23 years ago
- a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 23 years ago
- a8ef0d1 Anchors ("a" elements) used only for the name attribute should not by Fred Drake · 23 years ago
- 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 23 years ago
- 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 23 years ago