FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for future - LucidtechAI/python-future · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
LucidtechAI
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-future
future
on
monkey_patching_stuff
User selector
Datepicker
Commit history
Commits on Nov 13, 2013
Initial (not yet working) code for maybe one day monkey-patching out the bugs in the Py2 stdlib
edschofield
committed
9615329
View commit details
Copy full SHA for 9615329
View code at this point
Browse repository at this point
Loosen up str type-checking to allow mixing with native Py2 types (but not newbytes)
Show description for 38a2cea
edschofield
committed
38a2cea
View commit details
Copy full SHA for 38a2cea
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
Patch for buggy newstr.__radd__
Show description for aecb525
edschofield
committed
aecb525
View commit details
Copy full SHA for aecb525
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
Mark test_type() as xfail
edschofield
committed
37adad5
View commit details
Copy full SHA for 37adad5
View code at this point
Browse repository at this point
Add a couple more little ``int`` tests
edschofield
committed
e8022a1
View commit details
Copy full SHA for e8022a1
View code at this point
Browse repository at this point
Remove isinstance() implementation and replace with __instancecheck__ overrides
edschofield
committed
11bc89c
View commit details
Copy full SHA for 11bc89c
View code at this point
Browse repository at this point
Fix test_str_encode_cp1251 (issue #14)
edschofield
committed
9c78130
View commit details
Copy full SHA for 9c78130
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
Bump version to v0.9.0-dev; update What's New doc
edschofield
committed
419d5a4
View commit details
Copy full SHA for 419d5a4
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
Add and improve various tests
edschofield
committed
3f64c37
View commit details
Copy full SHA for 3f64c37
View code at this point
Browse repository at this point
Add suspend_hooks() to standard_library module
edschofield
committed
32ba322
View commit details
Copy full SHA for 32ba322
View code at this point
Browse repository at this point
Commits on Nov 4, 2013
Add test_isinstance.py from Py3.3 test suite
edschofield
committed
e20464f
View commit details
Copy full SHA for e20464f
View code at this point
Browse repository at this point
Further work on the --all-imports option to ``futurize`` script.
Show description for afef0dd
edschofield
committed
afef0dd
View commit details
Copy full SHA for afef0dd
View code at this point
Browse repository at this point
Commits on Nov 3, 2013
Update docs
edschofield
committed
02b8609
View commit details
Copy full SHA for 02b8609
View code at this point
Browse repository at this point
Add failing test for str.encode() with encoding as a non-keyword arg
edschofield
committed
e251279
View commit details
Copy full SHA for e251279
View code at this point
Browse repository at this point
Add tests for isinstance(x, tuple_of_types)
edschofield
committed
bf5c59d
View commit details
Copy full SHA for bf5c59d
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
Bump version to v0.8.3-dev
edschofield
committed
4d7862e
View commit details
Copy full SHA for 4d7862e
View code at this point
Browse repository at this point
Bump version to v0.8.2
edschofield
committed
43035ed
View commit details
Copy full SHA for 43035ed
View code at this point
Browse repository at this point
Updates and tweaks for isinstance()
Show description for f4472dc
edschofield
committed
f4472dc
View commit details
Copy full SHA for f4472dc
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Add isinstance() to future.builtins
Show description for bea3e62
edschofield
committed
bea3e62
View commit details
Copy full SHA for bea3e62
View code at this point
Browse repository at this point
Bump version to v0.8.1 and update changelog
edschofield
committed
7cb3be4
View commit details
Copy full SHA for 7cb3be4
View code at this point
Browse repository at this point
Actually add fix_apply to stage 1 (and fix its test)
edschofield
committed
a50f5b8
View commit details
Copy full SHA for a50f5b8
View code at this point
Browse repository at this point
Add backported socketserver.py from Py3.3
Show description for 3310e13
edschofield
committed
3310e13
View commit details
Copy full SHA for 3310e13
View code at this point
Browse repository at this point
Add more tests and refactor tests a bit
edschofield
committed
388e712
View commit details
Copy full SHA for 388e712
View code at this point
Browse repository at this point
Bump version to v0.8.1-dev
edschofield
committed
bda422d
View commit details
Copy full SHA for bda422d
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
Cleanup of future.utils
edschofield
committed
417ea3e
View commit details
Copy full SHA for 417ea3e
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/PythonCharmers/python-future
edschofield
committed
a22bfa2
View commit details
Copy full SHA for a22bfa2
View code at this point
Browse repository at this point
Add test cases for issue #7
edschofield
committed
b0c1dfb
View commit details
Copy full SHA for b0c1dfb
View code at this point
Browse repository at this point
Merge pull request #8 from Mystic-Mirage/master
Show description for 6f37262
edschofield
committed
6f37262
View commit details
Copy full SHA for 6f37262
View code at this point
Browse repository at this point
Fix "TypeError: type() argument 1 must be string, not unicode" in Python 2
Mystic-Mirage
committed
5f0f2c3
View commit details
Copy full SHA for 5f0f2c3
View code at this point
Browse repository at this point
Bump version to v0.8.0
edschofield
committed
dded4d3
View commit details
Copy full SHA for dded4d3
View code at this point
Browse repository at this point
Bump version to v0.8.0-beta1
Show description for 5a741cd
edschofield
committed
5a741cd
View commit details
Copy full SHA for 5a741cd
View code at this point
Browse repository at this point
Commits on Oct 27, 2013
Remove @skipIf decorators that attempt to prevent spurious travis-ci failures; add a manual test skipping mechanism
Show description for e877fb0
edschofield
committed
e877fb0
View commit details
Copy full SHA for e877fb0
View code at this point
Browse repository at this point
Fix Py3 SyntaxError with one xfailing test (test_problematic_string)
edschofield
committed
b4b18c1
View commit details
Copy full SHA for b4b18c1
View code at this point
Browse repository at this point
Improve Py2.6 compatibility for newbytes.__new__ with encoding arg
edschofield
committed
692f4c2
View commit details
Copy full SHA for 692f4c2
View code at this point
Browse repository at this point
Python 2.6 fixes for test.support
edschofield
committed
4af9f70
View commit details
Copy full SHA for 4af9f70
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL