Kovid Goyal
|
fd307c5eee
|
py3: port smtplib
|
2019-04-04 13:27:56 +05:30 |
|
Kovid Goyal
|
3c64ea0995
|
py3: Port terminal I/O module
|
2019-04-03 14:28:51 +05:30 |
|
Kovid Goyal
|
152689812a
|
py3: Port use of Exception.message
|
2019-04-02 15:04:26 +05:30 |
|
Kovid Goyal
|
ce007d8bab
|
py3: port plistlib
|
2019-04-01 16:05:31 +05:30 |
|
Kovid Goyal
|
8b280c03c3
|
py3: Port RTF metadata module
|
2019-03-31 13:45:46 +05:30 |
|
Kovid Goyal
|
f149427104
|
py3: Port use of (un)hexlify()
|
2019-03-30 14:34:48 +05:30 |
|
Kovid Goyal
|
fcd5700306
|
py3: port use as base64 module
|
2019-03-30 13:01:47 +05:30 |
|
Kovid Goyal
|
0db9c42360
|
Use a polyglot IO class for device debug output
|
2019-03-28 12:20:13 +05:30 |
|
Kovid Goyal
|
57e11977b7
|
py3: get rid of __cmp__
|
2019-03-28 11:24:37 +05:30 |
|
Eli Schwartz
|
9023ea8947
|
python3: add Cookie wrapper to polyglot
|
2019-03-26 16:12:18 -04:00 |
|
Eli Schwartz
|
564f053c02
|
python3: add reprlib wrapper to polyglot
|
2019-03-26 15:49:40 -04:00 |
|
Eli Schwartz
|
727e65a203
|
python3: add httplib/http.client polyglot wrapper
|
2019-03-26 15:49:39 -04:00 |
|
Eli Schwartz
|
d7410fe7b3
|
python3: add polyglot wrapper for html.entities/htmlentitydefs
|
2019-03-26 15:10:40 -04:00 |
|
Kovid Goyal
|
0aee163cf7
|
...
|
2019-03-26 18:03:17 +05:30 |
|
Kovid Goyal
|
e1c7ab579d
|
...
|
2019-03-26 14:53:32 +05:30 |
|
Kovid Goyal
|
1fed6604e0
|
py3: port use of raw_input
|
2019-03-26 14:45:36 +05:30 |
|
Kovid Goyal
|
d9ab752f94
|
DRYer
|
2019-03-25 18:54:01 +05:30 |
|
Kovid Goyal
|
5d46f5fbeb
|
Get rid of iterkeys
dict.__iter__() is the same as iterkeys on both py2 and py3
|
2019-03-25 14:31:32 +05:30 |
|
Eli Schwartz
|
45f68f552b
|
python3: make coffee build
add polyglot.socketserver wrapper and fix BaseHTTPServer.HTTPServer
|
2019-03-21 01:27:21 -04:00 |
|
Kovid Goyal
|
9386839320
|
Various ixes for the previous polyglot commit
|
2019-03-20 21:11:45 +05:30 |
|
Eli Schwartz
|
83b055122a
|
python3: add polyglot.queue wrapper
|
2019-03-20 08:44:23 -04:00 |
|
Eli Schwartz
|
8594f52fe8
|
python3: add more urllib wrappers
|
2019-03-20 08:43:54 -04:00 |
|
Kovid Goyal
|
dc274d8c1c
|
Use ABC to test for numbers type
This is important as long does not exist on py3 and anyway using an ABC
is more robust. Also fix a few uses of long() for py3.
|
2019-03-16 12:17:14 +05:30 |
|
Kovid Goyal
|
dbcb63c290
|
Ensure worker env keys are bytes/unicodeon py2/3
|
2019-03-15 21:45:54 +05:30 |
|
Kovid Goyal
|
55151a3cdd
|
Get rid of basestring
|
2019-03-13 14:57:26 +05:30 |
|
Kovid Goyal
|
5b76089839
|
Various py3 related fixes exposed by the unicode patch
|
2019-03-13 06:41:39 +05:30 |
|
Eli Schwartz
|
cbc42bec23
|
python3: add unicode/unichr wrappers to polyglot
|
2019-03-13 06:41:38 +05:30 |
|
Eli Schwartz
|
8e853a3ff8
|
python3: add polyglot compat layer for builtins / __builtin__
|
2019-02-20 23:05:04 -05:00 |
|
Kovid Goyal
|
f17173e615
|
Add Request to plyglot
|
2018-10-03 06:50:03 +05:30 |
|
Kovid Goyal
|
f39f3951f4
|
dict fixes in the setup package
|
2018-09-10 20:54:35 +05:30 |
|
Kovid Goyal
|
5bdb5b7c6c
|
Import fixes for the setup package
|
2018-09-10 20:44:16 +05:30 |
|
Kovid Goyal
|
5234e43f0e
|
Port future_builtins to polyglot
|
2018-09-10 20:12:01 +05:30 |
|
Kovid Goyal
|
a9e07efecd
|
The setup package now imports under python 3
|
2018-09-10 19:47:53 +05:30 |
|
Kovid Goyal
|
b1435f9b44
|
Replace the six module with the polyglot module
|
2018-09-10 15:46:56 +05:30 |
|