- a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
- 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
- 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
- 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
- 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
- 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
- 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
- f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
- 65b7282 Add reminder about PEP293 by Andrew M. Kuchling · 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
- ee113f0 add warning about exception messages by Skip Montanaro · 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
- 246beb2 Don't use tempfile.mktemp(), since it produces annoying warnings, and 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
- d526011 Add an entry for the sets module documentation. by Fred Drake · 22 years ago
- 584cb19 Load docs for sets.py by Raymond Hettinger · 22 years ago
- 373198e Fix peculiar (and ungrammatical) wording in an example program. by Greg Ward · 22 years ago
- 13090e1 Give the section on PEP 263 a more meaningful title, so readers will by Fred Drake · 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
- a6e16a8 Replace all cases of "while 1" with "while True". by Raymond Hettinger · 22 years ago
- ffefb1d Clarify the endpos argument to the rx.match() method. Closes SF bug #597177. by Fred Drake · 22 years ago
- bc46510 Cover the sets module. by Andrew M. Kuchling · 22 years ago
- 6974aa9 Create two subsections of the "Core Language Changes" section, because by Andrew M. Kuchling · 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
- 90e9a79 Add 'in' change Revise sentence Add two reminders by Andrew M. Kuchling · 22 years ago
- 794643c Py_InitModule() and friends now accept NULL for the 'methods' by Fred Drake · 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
- 29ce2d7 Document PyExc_FutureWarning by Barry Warsaw · 22 years ago
- 5c08a99 Remove a broken example of extreme backward compatibility; it is by Fred Drake · 22 years ago
- 918af2a The auto-reply text for the python-docs address. This is not automatically by Fred Drake · 22 years ago
- a132f6c Accomodate the packaging changes when we unpack into the dev/doc/ area by Fred Drake · 22 years ago
- 1a0199a Lots of changes to the packaging of the documentation, all to keep by Fred Drake · 22 years ago
- 830a515 Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg). by Guido van Rossum · 22 years ago
- ae7ef57 GvR pointed out that only enclosing function bodies are part of nested scopes. by Raymond Hettinger · 22 years ago
- b286591 Document that heappop() and heapreplace() raise IndexError if the heap is empty. by Guido van Rossum · 22 years ago
- 83dcf5a Apply character{} markup. by Raymond Hettinger · 22 years ago
- 22c001b Described responsibilty of weakly referenced extension types to initialize by Raymond Hettinger · 22 years ago
- 861bb02 Describe nested scopes in the tutorial. Closes SF bug 500704. 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
- f7aa164 Fix up some more markup problems. 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
- d9fdb51 Document handling of raw-unicode-escapes. Closes SF bug 587087. by Raymond Hettinger · 22 years ago
- d37f75b Added a note about the inability to specify a pathname to a non-existing by Jack Jansen · 22 years ago
- 4104b50 Changed a sentence that confused some people. by Jack Jansen · 22 years ago
- 31f3db3 Fix the markup so it doesn't break formatting. by Fred Drake · 22 years ago
- 2d3c03d Added references to the email package. Closes SF bug #586937. by Fred Drake · 22 years ago
- 43af5b5 Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size by Guido van Rossum · 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
- 950725f Mention list.sort() by Andrew M. Kuchling · 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
- 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
- c8389c9 Remove a syntax error in the example, spotted by Walter Hofman. by Steve Holden · 22 years ago
- c61ec52 Add two reminders by Andrew M. Kuchling · 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
- b481286 Add a comment showing how one of the macros should be used. by Fred Drake · 22 years ago
- ad09bbf Add heapq module docs to the dependency information. 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
- 543fb35 Replace DL_EXPORT with PyMODINIT_FUNC by Mark Hammond · 22 years ago
- 5b11bdd SF patch #581414: info reader bug by Fred Drake · 22 years ago
- 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
- 52f1b76 Add posix.lchown() by Andrew M. Kuchling · 22 years ago
- 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
- 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