FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - IBMZ-Linux-OSS-Python/python-future · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
IBMZ-Linux-OSS-Python
/
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
tests
on
exceptions
User selector
Datepicker
Commit history
Commits on Dec 13, 2016
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
Test whether FileNotFoundError etc. are caught too eagerly
edschofield
committed
4fa7019
View commit details
Copy full SHA for 4fa7019
View code at this point
Browse repository at this point
Add initial tests for PEP3151 emulation
edschofield
committed
9793331
View commit details
Copy full SHA for 9793331
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
Fix tests for issue #235
edschofield
committed
25a86fe
View commit details
Copy full SHA for 25a86fe
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Add test for issue #235
edschofield
committed
efe07a0
View commit details
Copy full SHA for efe07a0
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
Add tests for issue #171. The first part seems to be passing.
edschofield
committed
4b3a581
View commit details
Copy full SHA for 4b3a581
View code at this point
Browse repository at this point
Merge pull request #186 from posita/posita/185-fix-ensure_new_type
Show description for eb9e3b4
edschofield
committed
eb9e3b4
View commit details
Copy full SHA for eb9e3b4
View code at this point
Browse repository at this point
Add test for issue #211 (thanks to Tadeusz Sznuk)
edschofield
committed
89b95cf
View commit details
Copy full SHA for 89b95cf
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
tests: properly fix assertRaises for pow and compile on python-3.5
dev-zero
committed
148d5f2
View commit details
Copy full SHA for 148d5f2
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Add a test exposing newbytes constructor bug (issue #193)
edschofield
committed
956817c
View commit details
Copy full SHA for 956817c
View code at this point
Browse repository at this point
Commits on Nov 21, 2015
Augment tests for #185 (appropriately failing at this point).
posita
committed
3bf80a6
View commit details
Copy full SHA for 3bf80a6
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Add some more ``urllib`` tests under the ``install_aliases()`` assumption
Show description for ca225ce
edschofield
committed
ca225ce
View commit details
Copy full SHA for ca225ce
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Mark bytes mod tests as currently failing (PEP 461): not implemented yet
edschofield
committed
d141ee8
View commit details
Copy full SHA for d141ee8
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Add bytes.__mod__ tests (test_mod and test_imod) from Py3.5's test_bytes.py
edschofield
committed
eaf8a12
View commit details
Copy full SHA for eaf8a12
View code at this point
Browse repository at this point
Disable two assertions in builtins tests for Py3.5 compatibility
Show description for 7959135
edschofield
committed
7959135
View commit details
Copy full SHA for 7959135
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
Enable conservative basestring fixer from past.builtins (issues #127 and #156)
edschofield
committed
c865899
View commit details
Copy full SHA for c865899
View code at this point
Browse repository at this point
Document `surrogateescape` support and enable it for bytes decoding (issue #116)
edschofield
committed
ade1bd3
View commit details
Copy full SHA for ade1bd3
View code at this point
Browse repository at this point
Fix a test that failed on 32-bit architectures (issue #149)
edschofield
committed
00d5149
View commit details
Copy full SHA for 00d5149
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Make a urllib test run on Py2.6 and modernize a test
edschofield
committed
0971652
View commit details
Copy full SHA for 0971652
View code at this point
Browse repository at this point
Add test that highlights issue #158
edschofield
committed
a27aa52
View commit details
Copy full SHA for a27aa52
View code at this point
Browse repository at this point
Disable a broken OrderedDict test on Py2.6
edschofield
committed
7448097
View commit details
Copy full SHA for 7448097
View code at this point
Browse repository at this point
Some additional Counter tests now work on Py2.6
edschofield
committed
42667ac
View commit details
Copy full SHA for 42667ac
View code at this point
Browse repository at this point
Update future.backports.misc.Counter to use the implementation from Py3.4
edschofield
committed
ec43278
View commit details
Copy full SHA for ec43278
View code at this point
Browse repository at this point
Fix .copy() with subclasses of OrderedDict on Py2.6
edschofield
committed
b668cc0
View commit details
Copy full SHA for b668cc0
View code at this point
Browse repository at this point
Add test highlighting urllib3 missing HTTPMessage import from http.client (issue #159)
edschofield
committed
479d66e
View commit details
Copy full SHA for 479d66e
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Fix remaining test failures from extra Py3 collections tests
Show description for 37e1278
edschofield
committed
37e1278
View commit details
Copy full SHA for 37e1278
View code at this point
Browse repository at this point
Add ChainMap backport from Py3.4 (issue #150)
edschofield
committed
9c59bd5
View commit details
Copy full SHA for 9c59bd5
View code at this point
Browse repository at this point
Add tests for backported collections classes from Py3.4
edschofield
committed
9e0f21d
View commit details
Copy full SHA for 9e0f21d
View code at this point
Browse repository at this point
Backport `count()` with step param for Py2.6 (issue #152)
edschofield
committed
5363a9f
View commit details
Copy full SHA for 5363a9f
View code at this point
Browse repository at this point
Improve robustness of test_futurize.py and test_pasteurize.py
Show description for ed1c6a6
edschofield
committed
ed1c6a6
View commit details
Copy full SHA for ed1c6a6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL