summaryrefslogtreecommitdiff
path: root/Doc/library/types.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+3
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-0/+8
* Minor grammar improvement in types.rst (GH-11308)Mariatta2018-12-241-1/+1
* bpo-32717: Document PEP 560 (GH-6726)Ivan Levkivskyi2018-05-081-1/+18
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan2018-02-131-1/+8
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-0/+8
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-1/+1
* Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+23
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+8
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-8/+2
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+12
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-0/+2
* whatsnew/3.5: Another editing passYury Selivanov2015-09-101-4/+4
* Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-6/+14
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+8
* Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+14
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-0/+4
* whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-251-0/+21
* Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-141-2/+28
* Issue #15022: Add pickle and comparison support to types.SimpleNamespace.Eric Snow2013-02-161-0/+2
* Fix typo.Ezio Melotti2012-08-261-1/+1
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+24
* Close #14947: add missing cross-reference to Language Definition from the new...Nick Coghlan2012-05-301-13/+18
* Fix the versionadded tags for a couple of my recent changesNick Coghlan2012-05-221-0/+3
* Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-201-9/+58
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-161-0/+52
* More source links.Raymond Hettinger2011-01-271-0/+3
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-2/+5
* Remove outdated example from types module doc. Since the types leftGeorg Brandl2008-08-231-31/+10
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-8/+10
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-1/+0
* Removed more types from the types moduleChristian Heimes2007-11-291-5/+0
* Removed the new moduleChristian Heimes2007-11-281-97/+4
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-2/+2
* Fix up the types module docs.Georg Brandl2007-09-041-57/+17
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-10/+0
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-281-7/+0
* Don't encourage 'from types import *' in the types module's docs.Collin Winter2007-08-281-4/+3
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+257