| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify positional only argument parsinng by following how CPython 3.8's code | Carl Friedrich Bolz-Tereick | 2020-11-06 | 1 | -7/+5 |
* | start implementing TextIOWrapper.reconfigure | Carl Friedrich Bolz-Tereick | 2020-03-31 | 1 | -0/+1 |
* | test and fix for gateway default logic | Carl Friedrich Bolz-Tereick | 2020-03-22 | 1 | -12/+5 |
* | write some tests for the positional only error messages. make the messages | Carl Friedrich Bolz-Tereick | 2020-03-22 | 1 | -1/+1 |
* | First try at positional-only parameters | Yannick Jadoul | 2019-12-31 | 1 | -5/+36 |
* | merge default into branch | Matti Picus | 2019-10-16 | 1 | -24/+17 |
|\ |
|
| * | fix translation: BuiltinCode inherits from W_Root | Matti Picus | 2019-10-15 | 1 | -8/+8 |
| * | Make a new helper method for the common code, and move there the logic that | Armin Rigo | 2019-10-14 | 1 | -24/+16 |
| * | fix first level of problems: args.firstarg() is always None in this context, | Carl Friedrich Bolz-Tereick | 2019-10-13 | 1 | -1/+2 |
* | | Fix race condition with SemLock that would sometimes cause a deadlock | Ronan Lamy | 2019-09-25 | 1 | -1/+1 |
* | | str -> utf_w, unicode -> realunicode_w | Matti Picus | 2018-11-01 | 1 | -2/+4 |
* | | add a lgt arg to newtext, change error _compute_value accordingly | Matti Picus | 2018-08-09 | 1 | -1/+1 |
* | | more places where the rpython type needs to be true unicode | Matti Picus | 2018-07-02 | 1 | -2/+2 |
* | | convert uncode_w to utf8_w, use decode when a python2 unicode object is required | Matti Picus | 2018-06-13 | 1 | -2/+2 |
* | | newunicode -> newtext, newtext now accepts utf8-encoded bytes or unicode | Matti Picus | 2018-06-13 | 1 | -1/+1 |
* | | merge unicode-utf8 into branch, probably many mistakes in merge | Matti Picus | 2018-06-10 | 1 | -0/+9 |
|\| |
|
| * | (fijal, arigo) | Armin Rigo | 2017-08-24 | 1 | -6/+11 |
| * | hg merge default | Armin Rigo | 2017-08-24 | 1 | -57/+53 |
| |\ |
|
| * | | get enough plumbing to start running more tests | fijal | 2017-02-25 | 1 | -0/+11 |
| * | | implement utf8 gateway (that passes unicode length as a second param) | fijal | 2017-02-25 | 1 | -6/+34 |
* | | | merge default into py3.5 | Matti Picus | 2018-05-12 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | backport a couple cosmetic changes from branch unicode-utf8 | Ronan Lamy | 2018-05-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | wip - test start to pass | Matti Picus | 2018-01-01 | 1 | -0/+9 |
* | | | merge default | Carl Friedrich Bolz | 2017-08-04 | 1 | -12/+14 |
|\| | |
|
| * | | remove some more NOT_RPYTHON and replace them with the decorator | Carl Friedrich Bolz | 2017-08-03 | 1 | -12/+14 |
| * | | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
| * | | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | | | kill space.bufferstr_w() | Ronan Lamy | 2017-04-21 | 1 | -1/+1 |
* | | | space.bufferstr_w() with a single argument is just space.charbuf_w() | Ronan Lamy | 2017-04-21 | 1 | -1/+1 |
* | | | hg merge default | Armin Rigo | 2017-02-22 | 1 | -14/+14 |
|\| | |
|
| * | | Replace space.realstr_w -> space.realtext_w and 'str_or_None' -> | Armin Rigo | 2017-02-22 | 1 | -5/+14 |
* | | | hg merge default | Armin Rigo | 2017-02-22 | 1 | -9/+2 |
|\| | |
|
| * | | Remove space.str_w() and space.str0_w() in RPython code. | Armin Rigo | 2017-02-22 | 1 | -9/+2 |
* | | | hg merge default | Armin Rigo | 2017-02-21 | 1 | -0/+18 |
|\| | |
|
| * | | Move fsencode_w() as a space method, and add a 'fsencode' unwrap_spec. | Armin Rigo | 2017-02-21 | 1 | -0/+9 |
| * | | Add space.text0_w() and space.bytes0_w(). Start using it | Armin Rigo | 2017-02-21 | 1 | -0/+18 |
| |/ |
|
* | | more fixes | Armin Rigo | 2017-02-15 | 1 | -1/+1 |
* | | fixes | Armin Rigo | 2017-02-15 | 1 | -1/+2 |
* | | hg merge space-newtext (yay) | Armin Rigo | 2017-02-15 | 1 | -0/+2 |
|\| |
|
| * | Tweak the fake objspace | Armin Rigo | 2017-02-13 | 1 | -0/+2 |
* | | big hg merge 8e2bcfb77e80 | Armin Rigo | 2017-02-15 | 1 | -7/+48 |
|\| |
|
| * | gave up finding the root cause of this translation problem, and instead enforce | Carl Friedrich Bolz | 2016-12-16 | 1 | -1/+31 |
| * | merge default | Carl Friedrich Bolz | 2016-12-14 | 1 | -2/+2 |
| |\ |
|
| * \ | merge default | Carl Friedrich Bolz | 2016-12-13 | 1 | -2/+2 |
| |\ \ |
|
| * | | | add a 'text' unwrap_spec | Carl Friedrich Bolz | 2016-12-06 | 1 | -0/+9 |
| * | | | add a way to express "bytes" unwrapping via unwrap_spec | Carl Friedrich Bolz | 2016-11-10 | 1 | -0/+9 |
| * | | | merge default | Carl Friedrich Bolz | 2016-11-21 | 1 | -11/+5 |
| |\ \ \ |
|
* | | | | | hg merge 97de008631bc | Armin Rigo | 2017-02-14 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | __spacebind__ -> spacebind (there's no need to make it look like a special me... | Carl Friedrich Bolz | 2016-11-10 | 1 | -1/+1 |
* | | | | | hg merge 22c094827f52 | Armin Rigo | 2017-02-14 | 1 | -1/+1 |
|\| | | | |
|