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
8f40e861 README: set Python syntax highlighting German Larrain <g****n@u****m> over 12 years ago
3fae2273 README: set shell syntax highlighting German Larrain <g****n@u****m> over 12 years ago
f3e3bed1 What's New fix for bytes ↔ native_str conversions fixes Joshua Landau <j****a@l****s> over 12 years ago
fc0b3004 Update docs Ed Schofield <e****d@p****m> over 12 years ago
93a232eb Don't rely on test.test_support being present Ed Schofield <e****d@p****m> over 12 years ago
dac6ea8a merge Merge branch 'develop' Ed Schofield <e****d@p****m> over 12 years ago
393e2a05 Tweak What's New doc Ed Schofield <e****d@p****m> over 12 years ago
57532002 Import forgotton urllib.robotparser Ed Schofield <e****d@p****m> over 12 years ago
05894ab3 More refactoring -> future.backports Ed Schofield <e****d@p****m> over 12 years ago
74694333 Fix the bytes_to_native_str test on Py3 Ed Schofield <e****d@p****m> over 12 years ago
6611ec6c Change lots of uses of future.standard_library to future.backports Ed Schofield <e****d@p****m> over 12 years ago
c4abb6be Change setup.py to use future.backports; make it a package Ed Schofield <e****d@p****m> over 12 years ago
64fbdd07 Move backported stdlib modules from future.standard_library to future.backports Ed Schofield <e****d@p****m> over 12 years ago
131150d3 Update docs Ed Schofield <e****d@p****m> over 12 years ago
c528b4fd Add future.moves.queue Ed Schofield <e****d@p****m> over 12 years ago
4559acbe New multi-level urllib import capability Ed Schofield <e****d@p****m> over 12 years ago
1c068050 merge Merge branch 'master' of https://github.com/PythonCharmers/python-future Ed Schofield <e****d@p****m> over 12 years ago
60c72c51 Add a forgotten module (future.standard_library.misc) to the repo Ed Schofield <e****d@p****m> over 12 years ago
5380e25d Update FAQ doc Ed Schofield <e****d@p****m> over 12 years ago
7070eb81 merge Merge branch 'master' of https://github.com/PythonCharmers/python-future Ed Schofield <e****d@p****m> over 12 years ago
9ce25299 Bump version string to v0.12.0 Ed Schofield <e****d@p****m> over 12 years ago
7bd9a4aa merge Merge branch 'develop' Ed Schofield <e****d@p****m> over 12 years ago
063baa18 Update What's New to mention fix for issue #47: "Contradictory terminology ab... Ed Schofield <e****d@p****m> over 12 years ago
2959d2ce Improve the bytes_to_native_str() family of functions in future.utils Ed Schofield <e****d@p****m> over 12 years ago
3e6151ad More doc tweaks Ed Schofield <e****d@p****m> over 12 years ago
88414fcd Fix weirdly broken link to Overview page with the sphinx-bootstrap-theme Ed Schofield <e****d@p****m> over 12 years ago
6ad49758 Update porting cheat-sheet Ed Schofield <e****d@p****m> over 12 years ago
27ee1972 Add a test for issue #47: "Contradictory terminology about native types" Ed Schofield <e****d@p****m> over 12 years ago
6c74962c Quick-start guide: describe urllib situation Ed Schofield <e****d@p****m> over 12 years ago
27305caa Update docs/quickstart.rst on standard library imports Ed Schofield <e****d@p****m> over 12 years ago
04fa865a Acknowledge future.moves as a package Ed Schofield <e****d@p****m> over 12 years ago
6a190c58 Update README.rst Ed Schofield <e****d@p****m> over 12 years ago
e2e6043b Update and improve docs on standard library imports Ed Schofield <e****d@p****m> over 12 years ago
0a14a45b Py2.6 fixes Ed Schofield <e****d@p****m> over 12 years ago
61bd282f Add two fixers missing from the repo: fix_object, fix_raise_ Ed Schofield <e****d@p****m> over 12 years ago
33088764 Disable the tests from unittest autodiscovery by force: renaming Ed Schofield <e****d@p****m> over 12 years ago
0d506a93 Fix up some more tests Ed Schofield <e****d@p****m> over 12 years ago
3e4627e6 Tweak to logging call Ed Schofield <e****d@p****m> over 12 years ago
8beee368 Fix some more tests Ed Schofield <e****d@p****m> over 12 years ago
53181f9d Disable urllib2 doctests Ed Schofield <e****d@p****m> over 12 years ago
f278b649 Update README.rst and What's New Ed Schofield <e****d@p****m> over 12 years ago
ecbdb038 Fix imports of past.builtins types Ed Schofield <e****d@p****m> over 12 years ago
16b7a70f Change test_urllibnet to reflect new python.org setup: https://python.org Ed Schofield <e****d@p****m> over 12 years ago
18e33782 Collect all disabled tests together Ed Schofield <e****d@p****m> over 12 years ago
146033f4 Fix disabled tests Ed Schofield <e****d@p****m> over 12 years ago
fc8d1b8a Fix test_requests if it's not available Ed Schofield <e****d@p****m> over 12 years ago
e7825883 Create alias base64.encodebytes() in test_urllib2 Ed Schofield <e****d@p****m> over 12 years ago
0edc7222 Hack urllib tests so they test the native urllib, not the backported one Ed Schofield <e****d@p****m> over 12 years ago
61aed194 future.moves Add some imports missing from __all__ in the Py2 modules Ed Schofield <e****d@p****m> over 12 years ago
d3dbf261 Add html.escape() fn for Py2.7 Ed Schofield <e****d@p****m> over 12 years ago
33f56d76 Add Python 3 support to future.moves modules Ed Schofield <e****d@p****m> over 12 years ago
e4426843 Tweak to urllib test: use new import_ interface Ed Schofield <e****d@p****m> over 12 years ago
e6d83175 Update What's New doc Ed Schofield <e****d@p****m> over 12 years ago
78e3ffbd Tell py.test not to run disabled tests Ed Schofield <e****d@p****m> over 12 years ago
111efb42 Fix a past.builtins import Ed Schofield <e****d@p****m> over 12 years ago
911edff1 Little tweaks to requests tests Ed Schofield <e****d@p****m> over 12 years ago
e68e0541 Updating importing of modules from future.moves Ed Schofield <e****d@p****m> over 12 years ago
381f763b Restore old behaviour of remove_hooks(): scrubbing sys.modules too Ed Schofield <e****d@p****m> over 12 years ago
787c59a4 Fix up future.moves.urllib Ed Schofield <e****d@p****m> over 12 years ago
6bb85c23 Add new import_ and import_from functions to future.standard_library Ed Schofield <e****d@p****m> over 12 years ago
205df55a Fix requests tests. Now exposing the failure again. Ed Schofield <e****d@p****m> over 12 years ago
4469ce7e More updates and improvements to the docs Ed Schofield <e****d@p****m> over 12 years ago
98af291b Update docs; move unicode_literals discussion to its own .rst file Ed Schofield <e****d@p****m> over 12 years ago
c0c9c6fc Update What's New doc Ed Schofield <e****d@p****m> over 12 years ago
83c8749c Add fix from MysticMirage (issue #33): "Use str.join method as staticmethod" Ed Schofield <e****d@p****m> over 12 years ago
d04e44ac Add str.join test (issue #33): currently failing Ed Schofield <e****d@p****m> over 12 years ago
60bf99e8 merge Merge branch 'disable_xmlrpc_email' into develop Ed Schofield <e****d@p****m> over 12 years ago
088b1f28 Update What's New doc Ed Schofield <e****d@p****m> over 12 years ago
f9707f4d Move past.builtins.types to past.types Ed Schofield <e****d@p****m> over 12 years ago
27d15e61 Make a note of a libpasteurize fixer that needs work Ed Schofield <e****d@p****m> over 12 years ago
18a2fa8e Add @expectedFailure decorator for pasteurize urllib test Ed Schofield <e****d@p****m> over 12 years ago
7df88186 Disable email tests (part 2) Ed Schofield <e****d@p****m> over 12 years ago
192306d5 Add @expectedFailure for known failure of isinstance(..., newobject) Ed Schofield <e****d@p****m> over 12 years ago
f90b05dc Disable email tests for now too Ed Schofield <e****d@p****m> over 12 years ago
13bf5216 Disable xmlrpc for now. Ed Schofield <e****d@p****m> over 12 years ago
4ec344c4 Add ensure_new_type() function Ed Schofield <e****d@p****m> over 12 years ago
1b090d4a Fix an int/long repr test in xmlrpc Ed Schofield <e****d@p****m> over 12 years ago
982127f4 Revert "Fix another couple of repr tests" Ed Schofield <e****d@p****m> over 12 years ago
afe582d3 Catch an bug in http.client Ed Schofield <e****d@p****m> over 12 years ago
a43e8bf9 Fix another couple of repr tests Ed Schofield <e****d@p****m> over 12 years ago
a19086c0 Mark utf-16 as a known-failing case with the newstr.encode(..., 'surrogateesc... Ed Schofield <e****d@p****m> over 12 years ago
b2b8edf9 Add tests (currently failing) for encoding / decoding with the surrogateescap... Ed Schofield <e****d@p****m> over 12 years ago
28482f90 email.generator: use newstr for surrogateescape error handler Ed Schofield <e****d@p****m> over 12 years ago
01b51dee Clean up comment Ed Schofield <e****d@p****m> over 12 years ago
629715be email.charset._encode(): use newstr for surrogateescape Ed Schofield <e****d@p****m> over 12 years ago
7e62efc2 email._policybase: add needed str import Ed Schofield <e****d@p****m> over 12 years ago
df550cc6 Move future.builtins.types to future.types Ed Schofield <e****d@p****m> over 12 years ago
2a875f92 email._encoded_words: work-around for missing validate kwarg with base64.b64d... Ed Schofield <e****d@p****m> over 12 years ago
20a68478 Try using explicit super() calls in email._header_value_parser: does super().... Ed Schofield <e****d@p****m> over 12 years ago
bc7e914b Email module: more little tweaks for backward compatibility Ed Schofield <e****d@p****m> over 12 years ago
e9048ee8 Email tests: Use the new bytes.splitlines() method Ed Schofield <e****d@p****m> over 12 years ago
7e3924dc Add newstr.splitlines() method Ed Schofield <e****d@p****m> over 12 years ago
7dc7ef77 Add bytes.splitlines() method Ed Schofield <e****d@p****m> over 12 years ago
becd0617 Update What's New doc for v0.12 Ed Schofield <e****d@p****m> over 12 years ago
ba96aa87 Streamline implementation of surrogateescape error handler Ed Schofield <e****d@p****m> over 12 years ago
5a5fc3b8 surrogateescape tests: use newstr Ed Schofield <e****d@p****m> over 12 years ago
ba1bcd45 email.message: use newstr for surrogateescape error handler Ed Schofield <e****d@p****m> over 12 years ago
1043277e Register surrogateescape error handler for entire email package (decoding only) Ed Schofield <e****d@p****m> over 12 years ago
233833ed Add errors='surrogateescape' handling to newstr.encode() Ed Schofield <e****d@p****m> over 12 years ago
a4aacd94 Add a Py3-compatible math.ceil() function Ed Schofield <e****d@p****m> over 12 years ago

← Back to repository