- ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
- c7b8f80 #15543: reflow paragraphs. by R David Murray · 13 years ago
- 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
- 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 13 years ago
- 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 13 years ago
- 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 13 years ago
- e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
- 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 13 years ago
- b45c5e2 Closes #14489: correct link target. by Georg Brandl · 13 years ago
- 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
- 65de77e Clean-up docs for input() by Raymond Hettinger · 14 years ago
- 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 14 years ago
- 51ab351 Move a space. by Ezio Melotti · 14 years ago
- 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
- 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
- 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
- 972ba9e Add missing versionadded (fixes #12392) by Éric Araujo · 14 years ago
- e0054c5 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 14 years ago
- 5dd034b Minor doc addition for clarity by Éric Araujo · 14 years ago
- 8171cf5 #12642: fix args names in open() doc. by Ezio Melotti · 14 years ago
- b952413 Fix markup. by Ezio Melotti · 14 years ago
- 320b914 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
- 88fc661 Cleanup example by Raymond Hettinger · 14 years ago
- 690d4ae Multiple clean-ups to the docs for builtin functions. by Raymond Hettinger · 14 years ago
- 783a30f Link to suggestions for how to use super(). by Raymond Hettinger · 14 years ago
- 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 14 years ago
- 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
- bf8484e Merged revisions 86732 via svnmerge from by Ezio Melotti · 15 years ago
- e8803e7 Issue #8340: document bytearray in Python 2.7. by Antoine Pitrou · 15 years ago
- d5cd1ff Merged revisions 86249 via svnmerge from by Éric Araujo · 15 years ago
- 15c2cec Issue 7447: Improve docs for sum(). by Raymond Hettinger · 15 years ago
- 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
- 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
- 19746cb Merged revisions 83277 via svnmerge from by Mark Dickinson · 15 years ago
- 5ac9d87 #8472: fix misleading reference to ifilterfalse() in filter() docs. by Georg Brandl · 15 years ago
- 8c09ebc #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse by Ezio Melotti · 15 years ago
- c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
- bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
- f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
- 118c557 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
- 2600a33 #7400: typo. by Georg Brandl · 16 years ago
- b6fb8dc Fix terminology. by Georg Brandl · 16 years ago
- 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 16 years ago
- c4a346c never mind about eval mode in this case by Benjamin Peterson · 16 years ago
- e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
- 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
- 530df33 Issue #7028: Add note to hex() builtin docs pointing to float.hex(). by Mark Dickinson · 16 years ago
- 54967d9 #6925: rewrite docs for locals() and vars() a bit. by Georg Brandl · 16 years ago
- 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 16 years ago
- d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
- 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
- 4ee6d25 Improve English phrasing. by R. David Murray · 16 years ago
- e15048e s/use/call/ by Georg Brandl · 16 years ago
- 22396da Fix confusing wording. by Georg Brandl · 16 years ago
- fa0123b #6084: fix example. by Georg Brandl · 16 years ago
- 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
- e561011 #5751: fix escaping of \\n. by Georg Brandl · 16 years ago
- 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 16 years ago
- 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
- d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 16 years ago
- 06919a1 a much better example by Benjamin Peterson · 16 years ago
- ed3558b I thought this was begging for an example by Benjamin Peterson · 16 years ago
- ed955f1 Fix typo. by Raymond Hettinger · 16 years ago
- afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 16 years ago
- b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
- eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
- 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
- 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
- 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
- f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
- 7c98a6d Add explanation for super(type1, type2). by Raymond Hettinger · 16 years ago
- fd04870 Issue 5229: Documentation for super() neglects to say what super() actually does by Raymond Hettinger · 16 years ago
- 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 17 years ago
- c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
- f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
- 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
- 942e477 clarify what was added by Benjamin Peterson · 17 years ago
- 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 17 years ago
- d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 17 years ago
- b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
- 1fb8451 add a much requested newline by Benjamin Peterson · 17 years ago
- 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 17 years ago
- 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago
- 3134f14 Improve docs for super(). by Raymond Hettinger · 17 years ago
- 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 17 years ago
- f5a3fb7 super() actually returns a super object. by Georg Brandl · 17 years ago
- 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 17 years ago
- 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
- 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
- 21f990c Fix parameter name for enumerate(). by Georg Brandl · 17 years ago
- 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 17 years ago
- 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
- a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
- fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
- 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
- 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 17 years ago
- d346475 Add docs for print_function and future_builtins. Fixes #2442. by Georg Brandl · 17 years ago
- ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
- 9ed5b57 Give zip() the same guarantee as izip() for left-to-right evaluation. by Raymond Hettinger · 18 years ago
- 92058d2 #652749: document the constants added to the builtins by site.py. by Georg Brandl · 18 years ago