An open API service providing commit metadata for open source projects.

GitHub / PythonCharmers/python-future / commits

Easy, clean, reliable Python 2/3 compatibility

SHA Message Author Date Stats
9185b012 Simplify the module-scrubbing interface Ed Schofield <e****d@p****m> over 12 years ago
22b588b8 Add future.utils.{listvalues,listitems} functions (issue #46) Ed Schofield <e****d@p****m> over 12 years ago
b0b757f5 merge Merge branch 'develop_20140421' into develop Ed Schofield <e****d@p****m> over 12 years ago
30b7eee0 merge Merge branch 'develop' of https://github.com/PythonCharmers/python-future int... Ed Schofield <e****d@p****m> over 12 years ago
786bb70b Tweak docs a bit Ed Schofield <e****d@p****m> over 12 years ago
0c26de9d Partial attempt at updating test_httplib to base it on Py3.3's version Ed Schofield <e****d@p****m> over 12 years ago
a2423fb8 Backport assertWarns method on unittest.TestCase to Py2 Ed Schofield <e****d@p****m> over 12 years ago
4be5cb15 Get the last urllib2 test working on Py2.7 Ed Schofield <e****d@p****m> over 12 years ago
b97d650e Fix all test_urllib2 tests (except one) Ed Schofield <e****d@p****m> over 12 years ago
b1867ada http.client: fix a bug with reading too little content Ed Schofield <e****d@p****m> over 12 years ago
a8f7ed91 Get the remaining test_urllib tests passing on Py2.7 and Py3.3 Ed Schofield <e****d@p****m> over 12 years ago
7c6fd366 Get more test_urllib tests passing on Py2.7 Ed Schofield <e****d@p****m> over 12 years ago
9b69732a Some backported http and urllib fixes on Py3 Ed Schofield <e****d@p****m> over 12 years ago
9d90d335 Get the last of the http.cookiejar tests passing on Py2.7 Ed Schofield <e****d@p****m> over 12 years ago
786ea1bb Fix some more cookie http.cookiejar tests Ed Schofield <e****d@p****m> over 12 years ago
a11e4c32 Backported urllib.parse: fix some url quoting tests Ed Schofield <e****d@p****m> over 12 years ago
d0663c46 Add bytes.{rfind,strip,rstrip,lower,upper} methods Ed Schofield <e****d@p****m> over 12 years ago
99b9ffd2 Add a failing bytes.rstrip test Ed Schofield <e****d@p****m> over 12 years ago
ae720d8a Add assertRegex fn for Py3.3 tests Ed Schofield <e****d@p****m> over 12 years ago
8a769f59 Fix the raw_input futurize tests on Py3 Ed Schofield <e****d@p****m> over 12 years ago
ce461207 Fix the raw_input futurize tests on Py3 Ed Schofield <e****d@p****m> over 12 years ago
811fc78b Use backported datetime (with timezone) for email headerregistry tests Ed Schofield <e****d@p****m> over 12 years ago
2e7a2bc6 Add a str.translate() method Ed Schofield <e****d@p****m> over 12 years ago
f43ec4de Add str.maketrans() method and Py3.3 tests Ed Schofield <e****d@p****m> over 12 years ago
1897eefa Get all the futurize tests passing Ed Schofield <e****d@p****m> over 12 years ago
b51e4e7a Generalize fixer for old->new-style classes to accept "class C():" Ed Schofield <e****d@p****m> over 12 years ago
6d40b826 futurize: improvements to importing of newobject Ed Schofield <e****d@p****m> over 12 years ago
acb4258e Fix TestFuturizeSimple.test_xrange() on Py3 Ed Schofield <e****d@p****m> over 12 years ago
6c55707f Small fixes to futurize tests and cleaning up a fixer Ed Schofield <e****d@p****m> over 12 years ago
8610247e futurize: don't import open, round, super, dict, int Ed Schofield <e****d@p****m> over 12 years ago
e6452b8f Fix positioning of ``from future.builtins import ...`` lines Ed Schofield <e****d@p****m> over 12 years ago
5bd11ae9 Fix past.builtins.execfile() Ed Schofield <e****d@p****m> over 12 years ago
fc9c4e77 Remove email torture test Ed Schofield <e****d@p****m> over 12 years ago
8d641392 Fix a newobject test Ed Schofield <e****d@p****m> over 12 years ago
db9f2d0f Remove unrelated test_numpy_cast.py Ed Schofield <e****d@p****m> over 12 years ago
f5661963 Skip some xmlrpc tests on Py2.6 that seem to hang Ed Schofield <e****d@p****m> over 12 years ago
d9694897 More Py2.6 compatibility Ed Schofield <e****d@p****m> over 12 years ago
782410b1 Implement newround() for Py2.6 Ed Schofield <e****d@p****m> over 12 years ago
7af41015 Py2.6 syntax fixes Ed Schofield <e****d@p****m> over 12 years ago
328ce9fe Fix UserDict test in test_builtins Ed Schofield <e****d@p****m> over 12 years ago
d1d8e6ce Fix NameError in test_email/test_pickleable.py Ed Schofield <e****d@p****m> over 12 years ago
0075c3aa Backported datetime module: accept byte-strings on Py2 Ed Schofield <e****d@p****m> over 12 years ago
e509b8cf Remove BaseNewObject for now; add some more tests Ed Schofield <e****d@p****m> over 12 years ago
c0a53739 Improve imports in backported datetime.py Ed Schofield <e****d@p****m> over 12 years ago
8d9321c9 Use the entire backported datetime.py in email module & tests Ed Schofield <e****d@p****m> over 12 years ago
c5bab861 Add (failing) newobject subclass isinstance tests Ed Schofield <e****d@p****m> over 12 years ago
7b518454 Pasteurize Py3.3 datetime.py Ed Schofield <e****d@p****m> over 12 years ago
e5af638a Only scrub sys.modules for modules with names that clash. Ed Schofield <e****d@p****m> over 12 years ago
b12a515f Use backported datetime.timezone class in test_email/test_utils.py Ed Schofield <e****d@p****m> over 12 years ago
8843e8fb Add datetime.py from Py3.3 (needed for email tests) Ed Schofield <e****d@p****m> over 12 years ago
fac51695 Fix a couple of decorators in past/tests/test_translation Ed Schofield <e****d@p****m> over 12 years ago
460aeec1 Remove a couple of xfail decorators Ed Schofield <e****d@p****m> over 12 years ago
d66393ae Fix another test_email import Ed Schofield <e****d@p****m> over 12 years ago
b05a0c6b Get the urllib tests in test_standard_library working Ed Schofield <e****d@p****m> over 12 years ago
6c4d6edd Simplify unittest.main() calling in test_httplib Ed Schofield <e****d@p****m> over 12 years ago
7f327e89 Fix some more imports Ed Schofield <e****d@p****m> over 12 years ago
8ac1da74 Revert to original Py3.3 code for HTTPSConnection in http.client, but disable... Ed Schofield <e****d@p****m> over 12 years ago
45c97da3 newbytes: accept empty sequences like [] and return newbytes(b'') Ed Schofield <e****d@p****m> over 12 years ago
f52d28a6 Add placeholders for missing string methods from Py3 to newstr Ed Schofield <e****d@p****m> over 12 years ago
83b9b9b5 Implement __getattribute__ so that hasattr(newstr(), 'decode') and hasattr(ne... Ed Schofield <e****d@p****m> over 12 years ago
980bf5db Add (failing) tests: are hasattr(newstr(), 'decode') and hasattr(newbytes(), ... Ed Schofield <e****d@p****m> over 12 years ago
51b47e98 Fix more imports Ed Schofield <e****d@p****m> over 12 years ago
e01f8a6a Fix the failing newint test Ed Schofield <e****d@p****m> over 12 years ago
5c9fbbe6 Add a failing newint test Ed Schofield <e****d@p****m> over 12 years ago
30c05196 test_email: add another missing import Ed Schofield <e****d@p****m> over 12 years ago
58f4d849 merge Merge branch 'develop' into native_stdlib Ed Schofield <e****d@p****m> over 12 years ago
63daa456 Skip two urllib tests that are hanging ... Ed Schofield <e****d@p****m> over 12 years ago
24d053d7 More updates and fixes to stdlib imports Ed Schofield <e****d@p****m> over 12 years ago
76b2b80a Doc updates Ed Schofield <e****d@p****m> over 12 years ago
f9493f0e Rationalize stdlib imports in tests Ed Schofield <e****d@p****m> over 12 years ago
b9a0c891 Import email tests from their new home Ed Schofield <e****d@p****m> over 12 years ago
3eefae32 Move future/standard_library/test/test_email to future/tests Ed Schofield <e****d@p****m> over 12 years ago
f9155c69 Improve compatibility of test.support with Py2 Ed Schofield <e****d@p****m> over 12 years ago
9413cc3f Add test for newlist.__nonzero__ (currently failing) Ed Schofield <e****d@p****m> over 12 years ago
371020eb Fix bool(newlist()) Ed Schofield <e****d@p****m> over 12 years ago
a32e619f Add an xrange conversion test that's currently failing on Py2 Ed Schofield <e****d@p****m> over 12 years ago
90a7e45c Rename reformat() function to reformat_code() Ed Schofield <e****d@p****m> over 12 years ago
2e7d8bd8 Make order_future_lines a function Ed Schofield <e****d@p****m> over 12 years ago
c02a56a6 Fix the order_future_lines method Ed Schofield <e****d@p****m> over 12 years ago
a9263f42 Fix the test case for issue #45 Ed Schofield <e****d@p****m> over 12 years ago
db2d6585 Remove a stray pdb.set_trace() call Ed Schofield <e****d@p****m> over 12 years ago
0a8cfd7a Fix issue #45: exception when replacing urllib usage Ed Schofield <e****d@p****m> over 12 years ago
8d3fba72 merge Merge branch 'develop' into native_stdlib Ed Schofield <e****d@p****m> over 12 years ago
f8088028 Use absolute library imports for more tests Ed Schofield <e****d@p****m> over 12 years ago
eeae7cd9 Add test for issue #45 Ed Schofield <e****d@p****m> over 12 years ago
f68c1be3 Add more fixes to backported email package Ed Schofield <e****d@p****m> over 12 years ago
d1beba88 Add more tests and fixes to newlist Ed Schofield <e****d@p****m> over 12 years ago
74a2e575 Add newlist tests Ed Schofield <e****d@p****m> over 12 years ago
f7e8166f Add newstr subclass __getitem__ tests (failing due to a bug in Python <= 2.7.6) Ed Schofield <e****d@p****m> over 12 years ago
574dd80f Permit subclassing of newstr Ed Schofield <e****d@p****m> over 12 years ago
ff7caaf6 Add .clear() method to newlist Ed Schofield <e****d@p****m> over 12 years ago
05e87a3a Get some more test_email/test_generator.py tests working Ed Schofield <e****d@p****m> over 12 years ago
3510d97a Add test_requests.py Ed Schofield <e****d@p****m> over 12 years ago
7a726d6f Email module: more fixes Ed Schofield <e****d@p****m> over 12 years ago
950cf6c2 Get more tests passing Ed Schofield <e****d@p****m> over 12 years ago
26438f7c Add test_http_cookiejar.py from Py3.3 Ed Schofield <e****d@p****m> over 12 years ago
f8396c02 Fixes for tests (mostly imports) Ed Schofield <e****d@p****m> over 12 years ago
650bd945 Fix email.parser Ed Schofield <e****d@p****m> over 12 years ago
268ffcdc Fix comparison of bytes(b'...') with bytearray(b'...') Ed Schofield <e****d@p****m> over 12 years ago
dda2b68e Fix comparison of bytes(b'...') with bytearray(b'...') Ed Schofield <e****d@p****m> over 12 years ago

← Back to repository