FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Python-Repository-Hub/python-future · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Oct 7, 2013
Swap out Py2.7-specific unittest uses with py.test
Ed Schofield
committed
648ea79
View commit details
Copy full SHA for 648ea79
Browse repository at this point
Monkey-patch a subprocess.check_output fn on Py2.6
Ed Schofield
committed
c9a85ac
View commit details
Copy full SHA for c9a85ac
Browse repository at this point
Remove two unnecessary imports
Ed Schofield
committed
e9cdbfa
View commit details
Copy full SHA for e9cdbfa
Browse repository at this point
Change set literals with {...} to set([...]) for Py2.6 compatibility
Ed Schofield
committed
275029a
View commit details
Copy full SHA for 275029a
Browse repository at this point
Commits on Oct 6, 2013
Bump version to 0.6.1-dev
edschofield
committed
7fd42db
View commit details
Copy full SHA for 7fd42db
Browse repository at this point
Simplify package-level docstring
Show description for 794edcb
edschofield
committed
794edcb
View commit details
Copy full SHA for 794edcb
Browse repository at this point
Update ChangeLog; update docs about disabled Py2 builtins
edschofield
committed
55aac54
View commit details
Copy full SHA for 55aac54
Browse repository at this point
Enable backported ``int`` in future.builtins
edschofield
committed
a8974f1
View commit details
Copy full SHA for a8974f1
Browse repository at this point
More little improvements to newint and newstr
edschofield
committed
a3968f1
View commit details
Copy full SHA for a3968f1
Browse repository at this point
Draft: Add native() function in future.utils
edschofield
committed
b7bad22
View commit details
Copy full SHA for b7bad22
Browse repository at this point
Use isbytes and istext in the backported http.client module
edschofield
committed
034d20c
View commit details
Copy full SHA for 034d20c
Browse repository at this point
Tighten up str and bytes comparisons with other objects
edschofield
committed
1d6619c
View commit details
Copy full SHA for 1d6619c
Browse repository at this point
Rename is_text and is_bytes to istext and isbytes
edschofield
committed
8236d76
View commit details
Copy full SHA for 8236d76
Browse repository at this point
Add additional str and bytes tests
edschofield
committed
2100e47
View commit details
Copy full SHA for 2100e47
Browse repository at this point
Use isinstance(obj, numbers.Integral) for all int isinstance checks
edschofield
committed
b40e103
View commit details
Copy full SHA for b40e103
Browse repository at this point
Commits on Oct 5, 2013
Fix is_int on Py3
edschofield
committed
89232fb
View commit details
Copy full SHA for 89232fb
Browse repository at this point
Add tests for comparing (unicode) strings to incompatible types
Show description for f4aff0b
edschofield
committed
f4aff0b
View commit details
Copy full SHA for f4aff0b
Browse repository at this point
Add a backported Py3 int object (subclass of Py2 long)
edschofield
committed
f9e2f3b
View commit details
Copy full SHA for f9e2f3b
Browse repository at this point
Don't disable obsolete Py2 names with ``from future.builtins import *``
Show description for 071f8e7
edschofield
committed
071f8e7
View commit details
Copy full SHA for 071f8e7
Browse repository at this point
Improve tests for newbytes object
edschofield
committed
fc9c24a
View commit details
Copy full SHA for fc9c24a
Browse repository at this point
Use safer is_int() function for type-checking both ints and longs
edschofield
committed
c171199
View commit details
Copy full SHA for c171199
Browse repository at this point
Commits on Oct 3, 2013
Spruce up docs for bytes and str objects
edschofield
committed
95f1463
View commit details
Copy full SHA for 95f1463
Browse repository at this point
Add alternative to isinstance for bytes vs strings
edschofield
committed
b4bab1b
View commit details
Copy full SHA for b4bab1b
Browse repository at this point
Commits on Oct 2, 2013
Add note discouraging selective imports from future.builtins
edschofield
committed
0193ca5
View commit details
Copy full SHA for 0193ca5
Browse repository at this point
Add docs on the open() function
edschofield
committed
3b56c09
View commit details
Copy full SHA for 3b56c09
Browse repository at this point
Simplify the top-level future package docstring
Show description for 2fbd5c8
edschofield
committed
2fbd5c8
View commit details
Copy full SHA for 2fbd5c8
Browse repository at this point
Add str_object.rst to "What Else" chapter
edschofield
committed
82ae481
View commit details
Copy full SHA for 82ae481
Browse repository at this point
Bump version to v0.6.0
edschofield
committed
d1d2d65
View commit details
Copy full SHA for d1d2d65
Browse repository at this point
Update docs
edschofield
committed
3950a1f
View commit details
Copy full SHA for 3950a1f
Browse repository at this point
Tidy up module docstring comments on imports
edschofield
committed
03a9164
View commit details
Copy full SHA for 03a9164
Browse repository at this point
Add more docs on the new str object
edschofield
committed
8ba0a23
View commit details
Copy full SHA for 8ba0a23
Browse repository at this point
Commits on Oct 1, 2013
Mention new backported str class in docs
edschofield
committed
720c547
View commit details
Copy full SHA for 720c547
Browse repository at this point
Improvements to newstr and newbytes methods
edschofield
committed
8ede91c
View commit details
Copy full SHA for 8ede91c
Browse repository at this point
Add more str and bytes tests
edschofield
committed
740266e
View commit details
Copy full SHA for 740266e
Browse repository at this point
Remove last vestiges of ``from future import *`` from code and comments
edschofield
committed
3f72acf
View commit details
Copy full SHA for 3f72acf
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL