| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42675: Document collections.abc.Callable changes (GH-23839) | kj | 2020-12-18 | 1 | -0/+4 |
|
|
* | bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) | Jürgen Gmach | 2020-11-13 | 1 | -1/+3 |
|
|
* | bpo-42198: Document __new__ for types.GenericAlias (GH-23039) | kj | 2020-10-31 | 1 | -1/+12 |
|
|
* | bpo-41805: Documentation for PEP 585 (GH-22615) | kj | 2020-10-27 | 1 | -0/+7 |
|
|
* | bpo-41192: Add documentation of undocumented audit events (GH-21308) | Saiyang Gou | 2020-10-20 | 1 | -2/+8 |
|
|
* | bpo-41428: Documentation for PEP 604 (gh-22517) | Fidget-Spinner | 2020-10-05 | 1 | -0/+5 |
|
|
* | bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy... | Bas van Beek | 2020-09-22 | 1 | -0/+21 |
|
|
* | bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1... | Zackery Spytz | 2020-05-16 | 1 | -2/+4 |
|
|
* | Add link to Enum class (GH-19884) | Andre Delfino | 2020-05-10 | 1 | -1/+1 |
|
|
* | bpo-40273: Reversible mappingproxy (FH-19513) | Zackery Spytz | 2020-05-08 | 1 | -0/+6 |
|
|
* | bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) | Brandt Bucher | 2020-03-07 | 1 | -0/+5 |
|
|
* | Document CodeType.replace (GH-17776) | Anthony Sottile | 2020-01-01 | 1 | -1/+7 |
|
|
* | bpo-38434: Fixes some audit event documentation (GH-16932) | Steve Dower | 2019-10-26 | 1 | -0/+4 |
|
|
* | bpo-36896: Clarify that some types constructors are unstable (GH-13271) | Matthias Bussonnier | 2019-06-03 | 1 | -0/+3 |
|
|
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -1/+1 |
|
|
* | bpo-35911: add cell constructor (GH-11771) | Pierre Glaser | 2019-02-07 | 1 | -0/+8 |
|
|
* | Minor grammar improvement in types.rst (GH-11308) | Mariatta | 2018-12-24 | 1 | -1/+1 |
|
|
* | bpo-32717: Document PEP 560 (GH-6726) | Ivan Levkivskyi | 2018-05-08 | 1 | -1/+18 |
|
|
* | bpo-30579: Docs for dynamic traceback creation (GH-5653) | Nick Coghlan | 2018-02-13 | 1 | -1/+8 |
|
|
* | bpo-32265: Classify class and static methods of builtin types. (#4776) | Serhiy Storchaka | 2017-12-15 | 1 | -0/+8 |
|
|
* | bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) | Jim Fasarakis-Hilliard | 2017-04-25 | 1 | -1/+1 |
|
|
* | Issue #29377: Add three new wrappers to types.py (Manuel Krebber). | Guido van Rossum | 2017-02-01 | 1 | -0/+23 |
|
|
* | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 1 | -0/+8 |
|
|
* | Issue #24254: Drop cls.__definition_order__. | Eric Snow | 2016-09-08 | 1 | -8/+2 |
|
|
* | Issue #24254: Preserve class attribute definition order. | Eric Snow | 2016-09-05 | 1 | -0/+12 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -0/+2 |
|
|
* | whatsnew/3.5: Another editing pass | Yury Selivanov | 2015-09-11 | 1 | -4/+4 |
|
|
* | Issue #24439: Improve PEP 492 related docs. | Yury Selivanov | 2015-06-24 | 1 | -6/+14 |
|
|
* | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -0/+8 |
|
|
* | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -0/+14 |
|
|
* | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -0/+4 |
|
|
* | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) | R David Murray | 2014-02-25 | 1 | -0/+21 |
|
|
* | Issue #17907: Document types.ModuleType's constructor and attributes, | Brett Cannon | 2013-06-14 | 1 | -2/+28 |
|
|
* | Issue #15022: Add pickle and comparison support to types.SimpleNamespace. | Eric Snow | 2013-02-16 | 1 | -0/+2 |
|
|
* | Fix typo. | Ezio Melotti | 2012-08-26 | 1 | -1/+1 |
|
|
* | Eric Snow's implementation of PEP 421. | Barry Warsaw | 2012-06-03 | 1 | -0/+24 |
|
|
* | Close #14947: add missing cross-reference to Language Definition from the new... | Nick Coghlan | 2012-05-30 | 1 | -13/+18 |
|
|
* | Fix the versionadded tags for a couple of my recent changes | Nick Coghlan | 2012-05-22 | 1 | -0/+3 |
|
|
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanism | Nick Coghlan | 2012-05-19 | 1 | -9/+58 |
|
|
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType | Victor Stinner | 2012-04-15 | 1 | -0/+52 |
|
|
* | More source links. | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -2/+5 |
|
|
* | Remove outdated example from types module doc. Since the types left | Georg Brandl | 2008-08-23 | 1 | -31/+10 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -8/+10 |
|
|
* | Cleanups and documentation updates related to the removal of unbound methods. | Christian Heimes | 2007-11-30 | 1 | -1/+0 |
|
|
* | Removed more types from the types module | Christian Heimes | 2007-11-29 | 1 | -5/+0 |
|
|
* | Removed the new module | Christian Heimes | 2007-11-28 | 1 | -97/+4 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -2/+2 |
|
|
* | Fix up the types module docs. | Georg Brandl | 2007-09-04 | 1 | -57/+17 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -10/+0 |
|
|