| Commit message (Expand) | Author | Age | Files | Lines |
* | fix _rawffi and add a todo item | fijal | 2017-12-09 | 1 | -3/+4 |
* | more str unwrap_spec removed | Carl Friedrich Bolz | 2016-12-06 | 1 | -6/+6 |
* | start replacing space.str_w with either space.bytes_w or space.text_w | Carl Friedrich Bolz | 2016-11-30 | 1 | -9/+9 |
* | _locale | Carl Friedrich Bolz | 2016-11-03 | 1 | -56/+55 |
* | merge oefmt (18b5bfb) oefmt pypy/module/_* | Philip Jenvey | 2016-05-02 | 1 | -3/+2 |
|\ |
|
| * | oefmt pypy/module/_* | Philip Jenvey | 2016-05-01 | 1 | -3/+2 |
* | | Don't use deprecated except clause syntax (pypy/) | Ronan Lamy | 2016-05-02 | 1 | -1/+1 |
|/ |
|
* | Add some more get_errno() -> get_saved_errno() | Armin Rigo | 2015-01-15 | 1 | -2/+3 |
* | (alex, fijal): use isinstance_w instead of isinstance where possible | Alex Gaynor | 2013-03-22 | 1 | -7/+3 |
* | Initial package rename: | Alexander Hesse | 2012-12-30 | 1 | -4/+4 |
* | try to use more consistently space.is_none | Maciej Fijalkowski | 2012-10-10 | 1 | -1/+1 |
* | (fijal, arigo) | Armin Rigo | 2012-10-10 | 1 | -1/+1 |
* | Remove a bunch of dead imports. | Alex Gaynor | 2011-07-15 | 1 | -1/+0 |
* | (iko, rguillebert, arigo) | Armin Rigo | 2011-04-28 | 1 | -3/+24 |
* | progress: _locale module. | Amaury Forgeot d'Arc | 2011-02-16 | 1 | -23/+9 |
* | merge from trunk | Benjamin Peterson | 2010-07-06 | 1 | -19/+82 |
* | localeconv should be in rlocale | Benjamin Peterson | 2010-06-06 | 1 | -4/+1 |
* | Move most of _locale.getdefaultlocale to rlib.rlocale. | Amaury Forgeot d'Arc | 2010-04-26 | 1 | -44/+2 |
* | cConfig is now in rlib.rlocale | Amaury Forgeot d'Arc | 2010-04-23 | 1 | -6/+6 |
* | Move nl_langinfo to rlocale | Maciej Fijalkowski | 2010-04-16 | 1 | -7/+5 |
* | As most of the stuff depending on platform was moved to rlocale, use it. | Maciej Fijalkowski | 2010-04-16 | 1 | -179/+63 |
* | darwin is a Unix platform, unlike the older 'apple'. | Amaury Forgeot d'Arc | 2009-12-04 | 1 | -2/+0 |
* | Fix a segfault in test_locale, when run by "pypy-c test_all.py -A" | Amaury Forgeot d'Arc | 2009-12-01 | 1 | -0/+6 |
* | Test and fix the _getdefaultlocale() implementation on win32. | Amaury Forgeot d'Arc | 2009-12-01 | 1 | -5/+6 |
* | Fixes the tests for the _locale module on windows: | Amaury Forgeot d'Arc | 2009-12-01 | 1 | -1/+1 |
* | Finish the merge of trunk into pyjitpl5. | Armin Rigo | 2009-06-30 | 1 | -127/+224 |
* | Port most of the _locale module to windows | Amaury Forgeot d'Arc | 2009-03-02 | 1 | -1/+9 |
* | (jlg, getxsick) bind_textdomain_codeset() implementation | Bartosz Skowron | 2009-02-15 | 1 | -0/+23 |
* | CHAR_MAX constant added | Jakub Gustak | 2009-02-15 | 1 | -1/+3 |
* | (jlg, getxsick) bindtextdomain() implementation. more tests would be nice...f... | Bartosz Skowron | 2009-02-15 | 1 | -0/+22 |
* | (getxsick, jlg) strxfrm() better test coverage + fixes | Jakub Gustak | 2009-02-15 | 1 | -10/+11 |
* | (jlg, getxsick) nl_langinfo() implementation | Bartosz Skowron | 2009-02-15 | 1 | -1/+33 |
* | (jlg, getxsick) strxfrm() implementation. some cleanups. | Bartosz Skowron | 2009-02-15 | 1 | -1/+23 |
* | (jlg, getxsick) unicode arguments for strcoll() supported | Bartosz Skowron | 2009-02-14 | 1 | -8/+5 |
* | (jlg, getxsick) implementation of gettext(), dgettext(), dcgettext() and text... | Bartosz Skowron | 2009-02-14 | 1 | -0/+61 |
* | (getxsick, jlg) strcoll partially implemented, does not work with unicode arg... | Jakub Gustak | 2009-02-14 | 1 | -0/+29 |
* | (getxsick, jlg) BytecodeCorrpution appears in cpython2.6 only | Jakub Gustak | 2009-02-13 | 1 | -2/+2 |
* | (getxsick, jlg) localeconv() implemented, but test_localeconv raises Bytecode... | Jakub Gustak | 2009-02-13 | 1 | -27/+31 |
* | (jlg, getxsick) docstrings for setlocale() aka yet another forgotten thing | Bartosz Skowron | 2009-02-13 | 1 | -2/+2 |
* | (getxsick, jlg) setlocal() fully implemented | Jakub Gustak | 2009-02-13 | 1 | -4/+29 |
* | (jlg, getxsick) setlocale() (partial) implementation | Bartosz Skowron | 2009-02-13 | 1 | -3/+6 |
* | (getxsick, jlg) started to rewrite of _locale to rffi | Jakub Gustak | 2009-02-12 | 1 | -0/+133 |