- d918884 Fix typo by Raymond Hettinger · 22 years ago
- a04c3d8 Fix typo by Raymond Hettinger · 22 years ago
- 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
- 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
- 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
- 9240be2 Note change in behavior from 1.5.2. The new argument to NameError is by Raymond Hettinger · 22 years ago
- 80a04a4 Add strong security warning about the rexec module. Closes SF patch #600861. by Fred Drake · 22 years ago
- ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 22 years ago
- 7ad0955 Correct documentation of allow_reuse_address to match the actual script. by Raymond Hettinger · 22 years ago
- e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 22 years ago
- 055be47 Fix typo reported to python-docs. by Fred Drake · 22 years ago
- fa8dd5f Fix markup and punctuation by Raymond Hettinger · 22 years ago
- b81b252 s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because the by Tim Peters · 22 years ago
- 54fd3e6 pop(): An arbitrary element is removed, not a random element. by Tim Peters · 22 years ago
- d10c6c9 Adjust the markup in a few places so this will actually format. by Fred Drake · 22 years ago
- 584cb19 Load docs for sets.py by Raymond Hettinger · 22 years ago
- 5ec486b Add a note that apply() is needed since the extended call syntax is by Fred Drake · 22 years ago
- 61cf440 Added a main() function and support to run this module as a script. by Fred Drake · 22 years ago
- 5b09eee Clarify that even though some of the relevant specifications define the by Fred Drake · 22 years ago
- ffefb1d Clarify the endpos argument to the rx.match() method. Closes SF bug #597177. by Fred Drake · 22 years ago
- 11b795c Add versionadded for operator.pow by Neal Norwitz · 22 years ago
- 0177783 Extend some comments on the order of values in the returns from by Fred Drake · 22 years ago
- 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
- 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
- dd32a91 This is my patch by Michael W. Hudson · 22 years ago
- b8c20a7 More updates describing FutureWarnings. by Barry Warsaw · 22 years ago
- 2f238c1 mkstemp's last argument changed from binary=True to text=False. by Tim Peters · 22 years ago
- 830a515 Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg). by Guido van Rossum · 22 years ago
- b286591 Document that heappop() and heapreplace() raise IndexError if the heap is empty. by Guido van Rossum · 22 years ago
- 22c001b Described responsibilty of weakly referenced extension types to initialize by Raymond Hettinger · 22 years ago
- 3cfdc34 Documented os.fsync and os.fdatasync. Closes SF bug 584695. by Raymond Hettinger · 22 years ago
- 442c7c7 Clarify that the bool instances are acceptable return values from by Fred Drake · 22 years ago
- 95fa4dd Change the markup a bit more; the parameter was not marked as \var in the by Fred Drake · 22 years ago
- 63d5bea Fix markup errors. by Steve Holden · 22 years ago
- 2d3c03d Added references to the email package. Closes SF bug #586937. by Fred Drake · 22 years ago
- 97c5fcc Remove mention of deprecated xreadlines method. by Guido van Rossum · 22 years ago
- 0fc0186 Document file.next(). Mark xreadlines obsolete (both method and by Guido van Rossum · 22 years ago
- 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
- 545092b Add comment about os.path.walk()'s behavior with symbolic links. by Steve Holden · 22 years ago
- e72a9a1 SF patch #591305 Documentation err in bytecode defs by Neal Norwitz · 22 years ago
- acb45d7 Note that True and False are pickable objects by Raymond Hettinger · 22 years ago
- c8389c9 Remove a syntax error in the example, spotted by Walter Hofman. by Steve Holden · 22 years ago
- 0ad679f Document new heapreplace() function. by Tim Peters · 22 years ago
- 6e0da82 Document new heapify() function. by Tim Peters · 22 years ago
- 1acab69 Minor markup changes. by Fred Drake · 22 years ago
- 9751216 Add docs for heapq.py. by Guido van Rossum · 22 years ago
- de994d9 indicate that 'b' is added to the mode flag if not given by Skip Montanaro · 22 years ago
- 7482458 Added new footnote about list.sort() stability. Repaired footnote about by Tim Peters · 22 years ago
- 5b11bdd SF patch #581414: info reader bug by Fred Drake · 22 years ago
- 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 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
- 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
- f0b095d Added documentation for the buffer_text and related attributes of the 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
- 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 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
- c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
- 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
- b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
- 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 22 years ago
- c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 22 years ago
- 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 22 years ago
- 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 22 years ago
- 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
- ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 22 years ago
- 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
- 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
- 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
- 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
- ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
- 2c81381 Clean up some markup. by Fred Drake · 22 years ago
- dcd0500 dis.dis() also supports modules by Neal Norwitz · 22 years ago
- ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 22 years ago
- 763805d add seealso link to the bisect module by Skip Montanaro · 22 years ago
- 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 22 years ago
- c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 22 years ago
- b6aa9cb Added some more links to the "See also" section. by Fred Drake · 22 years ago
- 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 22 years ago
- f0236d7 Fix typo by Raymond Hettinger · 22 years ago
- 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 22 years ago
- 563d12d SF # 572928 One word change for lib/libgettext.tex by Neal Norwitz · 22 years ago
- 53540ab Correct the RE equivalent of scanf()'s %x and %X patterns. by Fred Drake · 22 years ago
- 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 22 years ago
- 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 22 years ago
- dce695aa Added reference to the Expat home page. by Fred Drake · 22 years ago
- f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 22 years ago
- 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 22 years ago
- 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 22 years ago
- 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
- 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 22 years ago
- 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
- 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 22 years ago
- 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 22 years ago
- 585775b Document the Binary.data attribute. This closes SF bug #562878. by Fred Drake · 22 years ago
- 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 22 years ago