FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - gstack13/python-future · GitHub
gstack13
/
python-future
Public
forked from
PythonCharmers/python-future
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-future
src
on
exceptions
User selector
Datepicker
Commit history
Commits on Dec 13, 2016
Rename BlockingOSError to BlockingIOError
edschofield
committed
e97c807
View commit details
Copy full SHA for e97c807
View code at this point
Browse repository at this point
Py2.6 compatibility: missed one set literal
edschofield
committed
dded882
View commit details
Copy full SHA for dded882
View code at this point
Browse repository at this point
Remove message_checking_exception: broken and probably unneeded
edschofield
committed
61a331f
View commit details
Copy full SHA for 61a331f
View code at this point
Browse repository at this point
Define PEP3151 exceptions explicitly in future.builtins for Py3.3+
edschofield
committed
a6031d6
View commit details
Copy full SHA for a6031d6
View code at this point
Browse repository at this point
Fix: export PEP3151 exceptions in future.types.exceptions
edschofield
committed
3f1d281
View commit details
Copy full SHA for 3f1d281
View code at this point
Browse repository at this point
Remove set literals for Py2.6 compatibility
edschofield
committed
781a2d7
View commit details
Copy full SHA for 781a2d7
View code at this point
Browse repository at this point
Fix typo in PermissionError
edschofield
committed
9a37698
View commit details
Copy full SHA for 9a37698
View code at this point
Browse repository at this point
Import all PEP3151 exceptions into future.builtins
edschofield
committed
747fd46
View commit details
Copy full SHA for 747fd46
View code at this point
Browse repository at this point
Add semi-working PEP3151 exceptions
edschofield
committed
769d643
View commit details
Copy full SHA for 769d643
View code at this point
Browse repository at this point
Add (failing) attempt at FileNotFoundError backport for Py2
Show description for 8604cf4
edschofield
committed
8604cf4
View commit details
Copy full SHA for 8604cf4
View code at this point
Browse repository at this point
Bump version number to 0.17.0-dev
edschofield
committed
cf56246
View commit details
Copy full SHA for cf56246
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Comment out PEP 461 tests for now
Show description for ecf1121
edschofield
committed
ecf1121
View commit details
Copy full SHA for ecf1121
View code at this point
Browse repository at this point
Mark PEP 461 tests as expected to pass on Py3.5
edschofield
committed
8ab0ae0
View commit details
Copy full SHA for 8ab0ae0
View code at this point
Browse repository at this point
Use the presence of `builtins` rather than `configparser` to indicate the future/src folder
edschofield
committed
d25f4f8
View commit details
Copy full SHA for d25f4f8
View code at this point
Browse repository at this point
Add fix for issues #235 and (probably) #213
edschofield
committed
d789837
View commit details
Copy full SHA for d789837
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Bump version to v0.16.0
edschofield
committed
a7447b0
View commit details
Copy full SHA for a7447b0
View code at this point
Browse repository at this point
Ignore ImportError with `subprocess.check_output` for GAE compatibility (issue #231)
edschofield
committed
0f34dd0
View commit details
Copy full SHA for 0f34dd0
View code at this point
Browse repository at this point
Add more underscore-prefixed imports to `tkinter` (issue #233)
edschofield
committed
5cd9587
View commit details
Copy full SHA for 5cd9587
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Add _flatten and _cnfmerge to tkinter package (issue #233)
edschofield
committed
a6ed514
View commit details
Copy full SHA for a6ed514
View code at this point
Browse repository at this point
Remove attempt to import top-level configparser
edschofield
committed
c75378e
View commit details
Copy full SHA for c75378e
View code at this point
Browse repository at this point
Add missing cmp_to_key for Py2.6 (issue #189)
edschofield
committed
7d311e4
View commit details
Copy full SHA for 7d311e4
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
Update copyright dates to 2016
edschofield
committed
ca95709
View commit details
Copy full SHA for ca95709
View code at this point
Browse repository at this point
Commits on May 22, 2016
Fix docs/comments to refer to the correct version number
edschofield
committed
62be9a0
View commit details
Copy full SHA for 62be9a0
View code at this point
Browse repository at this point
Remove configparser alias package (issue #118)
edschofield
committed
bd4381d
View commit details
Copy full SHA for bd4381d
View code at this point
Browse repository at this point
Merge branch 'master' into v0.15.x
Show description for 4a8f545
edschofield
committed
4a8f545
View commit details
Copy full SHA for 4a8f545
View code at this point
Browse repository at this point
Issue #190: clean up unused `libfuturize` fixer `FixOldstrWrap`
edschofield
committed
4ee470a
View commit details
Copy full SHA for 4ee470a
View code at this point
Browse repository at this point
Merge pull request #205 from sevajide/fix-install-aliases-on-pypy
Show description for 27c4f08
edschofield
committed
27c4f08
View commit details
Copy full SHA for 27c4f08
View code at this point
Browse repository at this point
Putative fix for issue #211
edschofield
committed
511359a
View commit details
Copy full SHA for 511359a
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
Fixes standard_library.install_aliases() on pypy
sevajide
committed
193f638
View commit details
Copy full SHA for 193f638
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Bump version to v0.15.3-dev and update What's New page
edschofield
committed
181b4f5
View commit details
Copy full SHA for 181b4f5
View code at this point
Browse repository at this point
Putative fix for issue #193
edschofield
committed
abf19bb
View commit details
Copy full SHA for abf19bb
View code at this point
Browse repository at this point
Commits on Nov 21, 2015
Fix #185. Return argument unmolested from ensure_new_type if conversion to new type does not exist.
posita
committed
2fcbb5a
View commit details
Copy full SHA for 2fcbb5a
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Refactor and clean up fixer_util a bit
edschofield
committed
55e8227
View commit details
Copy full SHA for 55e8227
View code at this point
Browse repository at this point
Don't add imports above a comment like a shebang line
edschofield
committed
0922f8d
View commit details
Copy full SHA for 0922f8d
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Bump version to v0.15.2
edschofield
committed
b978693
View commit details
Copy full SHA for b978693
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL