FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python2 - alvistack/python-typing · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
alvistack
/
python-typing
Public
forked from
python/typing
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-typing
python2
on
master
User selector
Datepicker
Commit history
Commits on Aug 22, 2019
Fix isinstance() with generic protocol subclasses after subscripting (#669)
Show description for a522554
ilevkivskyi
authored
a522554
View commit details
Copy full SHA for a522554
View code at this point
Browse repository at this point
Commits on Aug 10, 2019
Try fixing Travis build (#666)
ilevkivskyi
authored
00522c4
View commit details
Copy full SHA for 00522c4
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
* fix tests for non-default interpreters (#662)
Show description for 6f7daad
Kelledin
authored and
ilevkivskyi
committed
6f7daad
View commit details
Copy full SHA for 6f7daad
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Fix unions of protocols on Python 2 (#654)
Show description for f4e7b23
ilevkivskyi
authored
f4e7b23
View commit details
Copy full SHA for f4e7b23
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
Fix subclassing builtin protocols on older Python versions (#650)
Show description for f63829c
ilevkivskyi
authored
f63829c
View commit details
Copy full SHA for f63829c
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Move Protocol, runtime_checkable, Final, final, Literal, and TypedDict to typing (#649)
Show description for 537a104
ilevkivskyi
authored
537a104
View commit details
Copy full SHA for 537a104
View code at this point
Browse repository at this point
Commits on May 22, 2019
Add SupportsIndex (#630)
Show description for 7a16042
pcd1193182
authored and
ilevkivskyi
committed
7a16042
View commit details
Copy full SHA for 7a16042
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Fix GeneralMeta.__instancecheck__() for old style classes (#613)
Show description for 4e42809
felixonmars
authored and
ilevkivskyi
committed
4e42809
View commit details
Copy full SHA for 4e42809
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Fix IO.closed to be property (#576)
Show description for af7a3c9
suutari
authored and
ilevkivskyi
committed
af7a3c9
View commit details
Copy full SHA for af7a3c9
View code at this point
Browse repository at this point
Commits on May 11, 2018
Backport Generic.__new__ fix (#560)
ilevkivskyi
authored
ff2084e
View commit details
Copy full SHA for ff2084e
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
Add missing 'NoReturn' to __all__ in typing.py (#545)
aetracht
authored and
ilevkivskyi
committed
8e32dc3
View commit details
Copy full SHA for 8e32dc3
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
Fix for issue #524 (#527)
Show description for fcb6f4c
Nickatak
authored and
ilevkivskyi
committed
fcb6f4c
View commit details
Copy full SHA for fcb6f4c
View code at this point
Browse repository at this point
Pass *args and **kwargs to superclass in Generic.__new__ (#517)
Show description for 7d7ffcd
chadrik
authored and
ilevkivskyi
committed
7d7ffcd
View commit details
Copy full SHA for 7d7ffcd
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Override subclass check for the singledispatch library (#486)
Show description for 2613161
Wilfred
authored and
ilevkivskyi
committed
2613161
View commit details
Copy full SHA for 2613161
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
Fix copying generic instances in Python 3 (#502)
Show description for cca58ee
ilevkivskyi
authored
cca58ee
View commit details
Copy full SHA for cca58ee
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Speed improvements for typing (#439)
Show description for 2b6932a
ilevkivskyi
authored
2b6932a
View commit details
Copy full SHA for 2b6932a
View code at this point
Browse repository at this point
Commits on May 6, 2017
add typing.ContextManager on all supported Python versions (#422)
Show description for 47e0860
JelleZijlstra
authored and
gvanrossum
committed
47e0860
View commit details
Copy full SHA for 47e0860
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
Apply changes made by Serhiy in CPython repo (#419)
ilevkivskyi
authored
d9e477e
View commit details
Copy full SHA for d9e477e
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Add missing classes to __all__ (#409)
ilevkivskyi
authored
53679b1
View commit details
Copy full SHA for 53679b1
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Add NoReturn type (#397)
Show description for 48082ad
ilevkivskyi
authored
48082ad
View commit details
Copy full SHA for 48082ad
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Remove duplicate test in AnyTests (#398)
ilevkivskyi
authored
ad956f4
View commit details
Copy full SHA for ad956f4
View code at this point
Browse repository at this point
Fix typo in NamedTuple docstring (#396)
Show description for b185b8d
naufraghi
authored and
ilevkivskyi
committed
b185b8d
View commit details
Copy full SHA for b185b8d
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
Prevent ABC registry being wiped out by new __setattr__ (#394)
ilevkivskyi
authored
78fab13
View commit details
Copy full SHA for 78fab13
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Treat subscripted generics as "proxies" for original class. (#393)
Show description for 07fdb60
ilevkivskyi
authored
07fdb60
View commit details
Copy full SHA for 07fdb60
View code at this point
Browse repository at this point
Commits on Feb 11, 2017
Fix name and imports for test module mod_generics_cache.py (#390)
Show description for c53963f
ilevkivskyi
authored
c53963f
View commit details
Copy full SHA for c53963f
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
Add some tests based on coverage report: Part 2 (#375)
Show description for 370a137
ilevkivskyi
authored
370a137
View commit details
Copy full SHA for 370a137
View code at this point
Browse repository at this point
Optimize ABC caches (#383)
Show description for 58c86ad
ilevkivskyi
authored
58c86ad
View commit details
Copy full SHA for 58c86ad
View code at this point
Browse repository at this point
Add typing.Counter and typing.ChainMap (#366)
Show description for d6390f3
JelleZijlstra
authored and
ilevkivskyi
committed
d6390f3
View commit details
Copy full SHA for d6390f3
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
Prepend bases on first subscription (#386)
Show description for 1229efb
ilevkivskyi
authored
1229efb
View commit details
Copy full SHA for 1229efb
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
Add some tests based on coverage report: Part 1 (#373)
Show description for d149ce7
ilevkivskyi
authored
d149ce7
View commit details
Copy full SHA for d149ce7
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
fix running tests directly in py2 (#382)
Show description for 75380ac
JelleZijlstra
authored and
ilevkivskyi
committed
75380ac
View commit details
Copy full SHA for 75380ac
View code at this point
Browse repository at this point
Allow istantiation of Deque and DefaultDict (#381)
ilevkivskyi
authored
d1e1860
View commit details
Copy full SHA for d1e1860
View code at this point
Browse repository at this point
Commits on Jan 28, 2017
Clarify the role of mod.py files (#376)
ilevkivskyi
authored
239b3a3
View commit details
Copy full SHA for 239b3a3
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Fix hash of GenericMeta classes (#371)
Show description for abfdf49
ilevkivskyi
authored
abfdf49
View commit details
Copy full SHA for abfdf49
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Align continuations in tests
Lukasz Langa
committed
a15575f
View commit details
Copy full SHA for a15575f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL