aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* for some reason we have two rutf8 functions that do the same thing,Carl Friedrich Bolz-Tereick2019-09-161-2/+2
* hg merge defaultRonan Lamy2019-03-122-50/+21
|\
| * merge default into branchMatti Picus2018-03-271-4/+7
| |\
| * \ merge default into branchMatti Picus2018-03-181-1/+3
| |\ \
| * | | random assertfijal2017-12-091-0/+1
| * | | fix unicodedata modulefijal2017-12-092-52/+26
* | | | fix fix fixRonan Lamy2018-04-171-0/+6
* | | | Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.pyRonan Lamy2018-11-072-25/+25
| |_|/ |/| |
* | | use assume so the test passes rather than skipsMatti Picus2018-03-191-4/+7
| |/ |/|
* | (mattip, arigo)Armin Rigo2018-03-171-0/+3
* | Backport test additions and cleanups from unicode-utf8Ronan Lamy2017-12-121-3/+6
|/
* space.unwrap() -> space.unicode_w()Ronan Lamy2017-12-031-1/+1
* Hypothesis found this failure on WindowsArmin Rigo2017-10-151-0/+1
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-054-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-034-0/+0
* Fix issue 2289 (hopefully)Ronan Lamy2017-02-262-2/+4
* Interp-level version on extra_test/test_unicode.pyRonan Lamy2017-02-261-0/+46
* more str unwrap_spec removedCarl Friedrich Bolz2016-12-061-3/+3
* make interp_attrproperty take a required wrapfn argument (the py3.5 branchCarl Friedrich Bolz2016-11-211-1/+2
* unicodedataCarl Friedrich Bolz2016-11-021-18/+18
* merge defaultPhilip Jenvey2016-05-021-1/+1
|\
| * Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-1/+1
* | oefmt pypy/module/!(_*)Philip Jenvey2016-05-011-15/+13
|/
* Use "must be unicode, not %T" in unicodedata TypeErrors.Devin Jeanpierre2016-05-012-9/+24
* (alex, fijal): use isinstance_w instead of isinstance where possibleAlex Gaynor2013-03-221-3/+3
* merge remove-list-smm, that removes two of ANY_ANY_ANYMaciej Fijalkowski2013-03-221-9/+8
|\
| * general progress removing Wrappable, stuff is a bit brokenAlex Gaynor2013-03-201-9/+8
* | cleanups in pypy.moduleBrian Kearns2013-03-221-0/+1
|/
* here tooBrian Kearns2013-02-061-1/+1
* catch proper exception hereBrian Kearns2013-02-061-1/+1
* this should be a TypeErrorBrian Kearns2013-02-061-1/+1
* add test that goes through runicode.ord_accepts_surrogatemattip2013-02-061-0/+4
* Help with unicode issuesMaciej Fijalkowski2013-01-271-5/+3
* appdef doesn't handle multiline py.test.mark decorators, blergPhilip Jenvey2013-01-241-2/+1
* Move test file into test dirAmaury Forgeot d'Arc2013-01-201-0/+0
* Correctly skip a test when host CPython is a narrow unicode build.Amaury Forgeot d'Arc2013-01-201-3/+5
* err, remove unnecessary changesMaciej Fijalkowski2013-01-201-1/+1
* add a missing fileMaciej Fijalkowski2013-01-201-0/+103
* shuffle stuff aroundMaciej Fijalkowski2013-01-202-51/+1
* Moved most parts of unicodedb to rpythonAlexander Hesse2013-01-1119-284948/+24
* Initial package rename:Alexander Hesse2012-12-305-7/+7
* progressAmaury Forgeot d'Arc2012-10-291-6/+1
* kill NoneNotWrappedMaciej Fijalkowski2012-10-101-5/+5
* Test and fix for issue1132.Armin Rigo2012-05-263-18/+25
* Remove a bunch of dead imports.Alex Gaynor2011-07-151-14/+12
* Update unicode data with the new unwrap_specAmaury Forgeot d'Arc2011-02-161-21/+9
* Added space.len_w which is a shortcut for space.int_w(space.len(w_obj))Alex Gaynor2011-02-041-10/+9
* Fix test by ensuring that a unicode string is returned in all casesAmaury Forgeot d'Arc2011-01-251-1/+3
* For no reason, unicodedata.mirrored() returns an int, not a bool.Amaury Forgeot d'Arc2011-01-242-1/+7
* Fix unicodedata on narrow unicode builds (sizeof w_char_t == 2):Amaury Forgeot d'Arc2011-01-242-23/+113