GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
typing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] Fix typo in typing.py (GH-22121) (GH-22158)
Mariatta
2020-09-08
1
-1
/
+1
*
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...
Serhiy Storchaka
2020-05-02
1
-1
/
+1
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot)
2020-04-20
1
-1
/
+4
*
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
Miss Islington (bot)
2020-02-18
1
-1
/
+14
*
bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)
Miss Islington (bot)
2020-01-29
1
-0
/
+1
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
Miss Islington (bot)
2019-11-21
1
-1
/
+5
*
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
Miss Islington (bot)
2019-10-08
1
-0
/
+7
*
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
Miss Islington (bot)
2019-10-08
1
-1
/
+1
*
cleanup ababstractproperty in typing.py (GH-16432)
Miss Islington (bot)
2019-09-27
1
-8
/
+15
*
bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240)
Serhiy Storchaka
2019-09-18
1
-36
/
+3
*
bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (G...
Miss Islington (bot)
2019-09-17
1
-10
/
+71
*
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400)
Miss Islington (bot)
2019-09-13
1
-3
/
+5
*
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
Miss Islington (bot)
2019-09-12
1
-5
/
+9
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-1
/
+1
*
bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...
Ivan Levkivskyi
2019-05-31
1
-0
/
+42
*
bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456)
Anthony Sottile
2019-05-29
1
-0
/
+3
*
bpo-37058: PEP 544: Add Protocol to typing module (GH-13585)
Ivan Levkivskyi
2019-05-28
1
-111
/
+231
*
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)
Ivan Levkivskyi
2019-05-26
1
-0
/
+84
*
bpo-37046: PEP 586: Add Literal to typing module (#13572)
Ivan Levkivskyi
2019-05-26
1
-0
/
+27
*
bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571)
Ivan Levkivskyi
2019-05-26
1
-3
/
+49
*
bpo-36972: Add SupportsIndex (GH-13448)
Paul Dagnelie
2019-05-22
1
-0
/
+9
*
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Raymond Hettinger
2019-03-18
1
-9
/
+7
*
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
Ismo Toijala
2018-12-02
1
-0
/
+1
*
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
1
-1
/
+0
*
bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750)
Noah Wood
2018-10-08
1
-1
/
+1
*
Fix typo in typing.py module docstring (#9014)
Tim McNamara
2018-09-01
1
-1
/
+1
*
Fix typo in TypeVar docstring (#8142)
João D. Ferreira
2018-07-07
1
-1
/
+1
*
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144)
Serhiy Storchaka
2018-05-28
1
-21
/
+0
*
bpo-33652: Improve pickle support in the typing module. (GH-7123)
Serhiy Storchaka
2018-05-26
1
-8
/
+19
*
Reverse the meaning of is_argument when used for type check (GH-7039)
Nina Zakharenko
2018-05-22
1
-4
/
+4
*
bpo-28556: Don't simplify unions at runtime (GH-6841)
Ivan Levkivskyi
2018-05-18
1
-29
/
+3
*
Fix ClassVar as string fails when getting type hints (GH-6824)
Nina Zakharenko
2018-05-16
1
-6
/
+13
*
Fix a bug in Generic.__new__ (GH-6758)
Ivan Levkivskyi
2018-05-10
1
-1
/
+1
*
bpo-28556: Minor fixes for typing module (GH-6732)
Ivan Levkivskyi
2018-05-09
1
-2
/
+8
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1
/
+1
*
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)
Ivan Levkivskyi
2018-04-05
1
-1
/
+14
*
Call super in Generic.__init_subclass__ (#6356)
Ivan Levkivskyi
2018-04-04
1
-0
/
+1
*
bpo-32873: Treat type variables and special typing forms as immutable by copy...
Ivan Levkivskyi
2018-03-26
1
-5
/
+29
*
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
aetracht
2018-03-19
1
-0
/
+1
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
1
-1471
/
+664
*
[bpo-28556] Minor fixes for typing module (#4710)
Ivan Levkivskyi
2017-12-04
1
-8
/
+4
*
bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3...
Łukasz Langa
2017-09-14
1
-9
/
+18
*
bpo-28556: Minor updates to typing module (#3550)
Ivan Levkivskyi
2017-09-13
1
-50
/
+29
*
bpo-28556: Updates to typing module (#2076)
Ivan Levkivskyi
2017-06-10
1
-2
/
+59
*
bpo-28556: Routine updates to typing (#1366)
Ivan Levkivskyi
2017-05-02
1
-4
/
+31
*
bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)
Ivan Levkivskyi
2017-02-24
1
-1
/
+4
*
Update to typing: treat subscripted generics as proxies (#265)
Ivan Levkivskyi
2017-02-23
1
-0
/
+7
*
bpo-28556: Various updates to typing (#28)
Ivan Levkivskyi
2017-02-13
1
-33
/
+105
*
Issue #28556: Allow defining methods in NamedTuple class syntax (#362)
Guido van Rossum
2017-01-22
1
-0
/
+4
*
Issue #28556: various style fixes for typing.py
Guido van Rossum
2017-01-22
1
-26
/
+47
[next]