| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
| | | |||||
| * | Add prompts to interactive example. | Zachary Ware | 2014-05-06 | 1 | -8/+8 |
| | | | | | | This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work. | ||||
| * | Issue #21366: Document the fact that ``return`` in a ``finally`` clause | Zachary Ware | 2014-05-06 | 1 | -0/+14 |
| | | | | | overrides a ``return`` in the ``try`` suite. | ||||
| * | Issue #21055: Index (augmented) assignment symbols. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
| | | |||||
| * | Closes 21048: Index 'as' in import and with statements. | Terry Jan Reedy | 2014-04-29 | 2 | -1/+5 |
| | | |||||
| * | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -1/+1 |
| | | | | | Patch by Sam Lucidi. | ||||
| * | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | |||||
| * | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | Initial patch by Nick Coghlan | ||||
| * | Issue #19697: document more __main__.__spec__ quirks | Nick Coghlan | 2014-03-29 | 1 | -2/+16 |
| | | |||||
| * | Issue #19697: Document cases where __main__.__spec__ is None. | Eric Snow | 2014-03-29 | 1 | -1/+41 |
| | | |||||
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+13 |
| | | |||||
| * | merge 3.3 (closes #12704) | Benjamin Peterson | 2014-01-27 | 2 | -94/+62 |
| |\ | |||||
| | * | eliminate redundancy between yield stmt and yield expr docs (closes #12704) | Benjamin Peterson | 2014-01-27 | 2 | -94/+62 |
| | | | | | | | | | Patch by Nikolaus Rath. | ||||
| * | | Merge 3.4.0b2 release revisions back into mainline. | Larry Hastings | 2014-01-06 | 1 | -3/+11 |
| |\ \ | |||||
| | * | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -3/+11 |
| | | | | |||||
| * | | | Regenerated pydoc/topics.py, and fix a "suspicious" doc error. | Larry Hastings | 2014-01-05 | 1 | -1/+1 |
| |/ / | |||||
| * | | merge 3.3 (#20110) | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | correct word for __annotations__ doc (closes #20110) | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | | Patch from Claudiu Popa. | ||||
| * | | Merge with 3.3 | Zachary Ware | 2013-12-31 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | str subclasses may have non-empty __slots__, bytes subclasses can't. | Zachary Ware | 2013-12-31 | 1 | -1/+1 |
| | | | |||||
| * | | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| * | | Issue #19713: Fix mistakes in the import page of language reference. | Eric Snow | 2013-12-17 | 1 | -102/+118 |
| | | | | | | | | | These mistakes were introduced by the initial PEP 451 merge. | ||||
| * | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a few markup problems in the new import doc. | Georg Brandl | 2013-11-24 | 1 | -2/+4 |
| | | | |||||
| * | | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -146/+309 |
| | | | |||||
| * | | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 2 | -35/+40 |
| |\ \ | |/ | | | | | documentation. | ||||
| | * | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 2 | -35/+40 |
| | | | | | | | | | documentation. | ||||
| * | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Clarify two points about division and shifting. Suggested by Albert Hofkamp ↵ | Georg Brandl | 2013-10-08 | 1 | -3/+3 |
| | | | | | | | | | on docs@. | ||||
| * | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Add "->" as a delimiter token. Found by James Harding on docs@. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | merge with 3.3 | Georg Brandl | 2013-10-06 | 2 | -11/+12 |
| |\ \ | |/ | |||||
| | * | Use "lambda expression" as preferred to "lambda form". | Georg Brandl | 2013-10-06 | 2 | -11/+12 |
| | | | |||||
| * | | Issue #17934: Add a clear() method to frame objects, to help clean up ↵ | Antoine Pitrou | 2013-08-05 | 1 | -0/+14 |
| | | | | | | | | | expensive details (local variables) and break reference cycles. | ||||
| * | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -6/+4 |
| | | | |||||
| * | | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -4/+15 |
| |\ \ | |/ | | | | | object's custom `__hash__()` method. | ||||
| | * | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -4/+15 |
| | | | | | | | | | object's custom `__hash__()` method. | ||||
| * | | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -6/+6 |
| | | | |||||
| * | | Issue #15767: Touch up ModuleNotFoundError usage by import. | Brett Cannon | 2013-06-13 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to raise ModuleNotFoundError when None is found in sys.modules. This led to introducing the C function PyErr_SetImportErrorSubclass() to make setting ModuleNotFoundError easier. Also updated the reference docs to mention ModuleNotFoundError appropriately. Updated the docs for ModuleNotFoundError to mention the None in sys.modules case. Lastly, it was noticed that PyErr_SetImportError() was not setting an exception when returning None in one case. That issue is now fixed. | ||||
| * | | merge | Brett Cannon | 2013-05-25 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Mention __cached__ in the import ref. | Brett Cannon | 2013-05-25 | 1 | -1/+5 |
| | | | |||||
| * | | #17938: merge with 3.3. | Ezio Melotti | 2013-05-09 | 1 | -16/+0 |
| |\ \ | |/ | |||||
| | * | #17938: remove duplicate paragraphs. | Ezio Melotti | 2013-05-09 | 1 | -16/+0 |
| | | | |||||
| * | | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes to None. The long-term goal is for people to be able to rely on these attributes existing and checking for None to see if they have been set. Since import itself sets these attributes when a loader does not the only instances when the attributes are None are from someone overloading __import__() and not using a loader or someone creating a module from scratch. This patch also unifies module initialization. Before you could have different attributes with default values depending on how the module object was created. Now the only way to not get the same default set of attributes is to circumvent initialization by calling ModuleType.__new__() directly. | ||||
| * | | merge with 3.3 | Georg Brandl | 2013-04-14 | 1 | -8/+7 |
| |\ \ | |/ | |||||
| | * | Clarify point in name mangling doc. | Georg Brandl | 2013-04-14 | 1 | -8/+7 |
| | | | |||||
| * | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 3 | -3/+4 |
| |\ \ | |/ | |||||
| | * | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 3 | -3/+4 |
| | | | | | | | | | otherwise are cut off or have overlapping text. | ||||
| * | | Issue #17117: Have both import itself and importlib.util.set_loader() | Brett Cannon | 2013-03-13 | 1 | -7/+9 |
| | | | | | | | | | | | | | set __loader__ on a module when set to None. Thanks to Gökcen Eraslan for the fix. | ||||
