aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* refactorfijal2017-12-061-23/+23
* try to improve latin1 handlingfijal2017-12-061-18/+13
* more trivial use cases for Utf8StringIteratorfijal2017-12-061-14/+3
* use iterator for islowerfijal2017-12-062-7/+4
* mergefijal2017-12-039-46/+90
|\
| * hg merge defaultRonan Lamy2017-12-039-46/+90
| |\
| | * space.unwrap() -> space.unicode_w()Ronan Lamy2017-12-035-26/+28
| | * Improve interp-level test and fix bugs in W_TextIOWrapper.readline_w()Ronan Lamy2017-11-292-17/+31
| | * both build slaves seem happyMatti Picus2017-11-291-0/+3
| | * DOC: how to hack your win32 environment to build cffi modules without setuptoolsMatti Picus2017-11-261-3/+28
* | | whack sre until it compilesfijal2017-12-031-5/+10
* | | another untested part of exceptions modulefijal2017-12-031-1/+2
* | | fix exceptions modulefijal2017-12-031-1/+1
* | | "fix" the operator modulefijal2017-12-031-7/+10
* | | fix the warnings module, add we_are_translated for nowfijal2017-12-033-15/+20
|/ /
* | Remove newunicode() and unicode_w() againRonan Lamy2017-11-283-12/+2
* | kill test: _io needs the real spaceRonan Lamy2017-11-261-4/+0
* | Convert stringio to utf8Ronan Lamy2017-11-261-19/+19
* | Fix seek() and tell()Ronan Lamy2017-11-261-10/+12
* | Adapt DecodeBuffer to utf8Ronan Lamy2017-11-262-25/+21
* | Reapply b89046216269Ronan Lamy2017-11-263-0/+23
* | hg merge defaultRonan Lamy2017-11-263-221/+343
|\|
| * Add some tests for DecodeBufferRonan Lamy2017-11-262-4/+39
| * Refactor readline_w() and move most of the logic to DecodeBufferRonan Lamy2017-11-261-77/+111
| * Add readline() and readline_universal() methods to UnicodeIO, and stop sharin...Ronan Lamy2017-11-251-19/+60
| * Extract UnicodeIO object from W_StringIORonan Lamy2017-11-251-76/+84
| * Extract DecodeBuffer object from W_TextIOWrapperRonan Lamy2017-11-251-58/+62
* | hg merge defaultRonan Lamy2017-11-244-74/+116
|\|
| * Replace (pos-if-found, pos-if-not-found) tuple with (position, found)Ronan Lamy2017-11-242-21/+16
| * More refactoring: deal with the remnant more explicitly and handle size limit...Ronan Lamy2017-11-243-49/+81
| * Keep chipping away at readline_w()Ronan Lamy2017-11-241-47/+55
| * generate conf.h for testsMatti Picus2017-11-241-0/+7
* | small cleanup of copy-pasted join codeCarl Friedrich Bolz-Tereick2017-11-241-11/+3
* | replace a lot of uses of StringBuilder by Utf8StringBuilderCarl Friedrich Bolz-Tereick2017-11-241-77/+39
* | fix encoding to operate on utf-8 encoded stringsCarl Friedrich Bolz-Tereick2017-11-241-21/+20
* | fix more testsCarl Friedrich Bolz-Tereick2017-11-242-15/+6
* | fix unicode \-encoding in _pypyjsonCarl Friedrich Bolz-Tereick2017-11-241-2/+1
* | start fixing _rawffifijal2017-11-244-15/+17
* | fix _ssl modulefijal2017-11-241-3/+4
* | mergefijal2017-11-241-41/+36
|\ \
| * | hg merge defaultRonan Lamy2017-11-231-41/+36
| |\|
| | * Simplify _find_line_ending() and fix logic in the case of embedded \r and sel...Ronan Lamy2017-11-231-16/+15
| | * refactorRonan Lamy2017-11-231-25/+21
* | | start working on pypyjsonfijal2017-11-234-48/+15
|/ /
* | one part of interp_srefijal2017-11-231-5/+8
* | fix multibytecodecfijal2017-11-235-53/+70
* | merge defaultfijal2017-11-2367-707/+1755
|\|
| * Use a UnicodeBuilder in _io.TextIOWrapper.readlineRonan Lamy2017-11-231-15/+9
| * Refactor interp_textio.py a littleRonan Lamy2017-11-232-25/+23
| * Fix this fragile test (it broke because of 167b802baf3b, unsure why)Armin Rigo2017-11-191-1/+1