aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix _rawffi and add a todo itemfijal2017-12-091-3/+4
* more str unwrap_spec removedCarl Friedrich Bolz2016-12-061-6/+6
* start replacing space.str_w with either space.bytes_w or space.text_wCarl Friedrich Bolz2016-11-301-9/+9
* _localeCarl Friedrich Bolz2016-11-031-56/+55
* merge oefmt (18b5bfb) oefmt pypy/module/_*Philip Jenvey2016-05-021-3/+2
|\
| * oefmt pypy/module/_*Philip Jenvey2016-05-011-3/+2
* | Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-1/+1
|/
* Add some more get_errno() -> get_saved_errno()Armin Rigo2015-01-151-2/+3
* (alex, fijal): use isinstance_w instead of isinstance where possibleAlex Gaynor2013-03-221-7/+3
* Initial package rename:Alexander Hesse2012-12-301-4/+4
* try to use more consistently space.is_noneMaciej Fijalkowski2012-10-101-1/+1
* (fijal, arigo)Armin Rigo2012-10-101-1/+1
* Remove a bunch of dead imports.Alex Gaynor2011-07-151-1/+0
* (iko, rguillebert, arigo)Armin Rigo2011-04-281-3/+24
* progress: _locale module.Amaury Forgeot d'Arc2011-02-161-23/+9
* merge from trunkBenjamin Peterson2010-07-061-19/+82
* localeconv should be in rlocaleBenjamin Peterson2010-06-061-4/+1
* Move most of _locale.getdefaultlocale to rlib.rlocale.Amaury Forgeot d'Arc2010-04-261-44/+2
* cConfig is now in rlib.rlocaleAmaury Forgeot d'Arc2010-04-231-6/+6
* Move nl_langinfo to rlocaleMaciej Fijalkowski2010-04-161-7/+5
* As most of the stuff depending on platform was moved to rlocale, use it.Maciej Fijalkowski2010-04-161-179/+63
* darwin is a Unix platform, unlike the older 'apple'.Amaury Forgeot d'Arc2009-12-041-2/+0
* Fix a segfault in test_locale, when run by "pypy-c test_all.py -A"Amaury Forgeot d'Arc2009-12-011-0/+6
* Test and fix the _getdefaultlocale() implementation on win32.Amaury Forgeot d'Arc2009-12-011-5/+6
* Fixes the tests for the _locale module on windows:Amaury Forgeot d'Arc2009-12-011-1/+1
* Finish the merge of trunk into pyjitpl5.Armin Rigo2009-06-301-127/+224
* Port most of the _locale module to windowsAmaury Forgeot d'Arc2009-03-021-1/+9
* (jlg, getxsick) bind_textdomain_codeset() implementationBartosz Skowron2009-02-151-0/+23
* CHAR_MAX constant addedJakub Gustak2009-02-151-1/+3
* (jlg, getxsick) bindtextdomain() implementation. more tests would be nice...f...Bartosz Skowron2009-02-151-0/+22
* (getxsick, jlg) strxfrm() better test coverage + fixesJakub Gustak2009-02-151-10/+11
* (jlg, getxsick) nl_langinfo() implementationBartosz Skowron2009-02-151-1/+33
* (jlg, getxsick) strxfrm() implementation. some cleanups.Bartosz Skowron2009-02-151-1/+23
* (jlg, getxsick) unicode arguments for strcoll() supportedBartosz Skowron2009-02-141-8/+5
* (jlg, getxsick) implementation of gettext(), dgettext(), dcgettext() and text...Bartosz Skowron2009-02-141-0/+61
* (getxsick, jlg) strcoll partially implemented, does not work with unicode arg...Jakub Gustak2009-02-141-0/+29
* (getxsick, jlg) BytecodeCorrpution appears in cpython2.6 onlyJakub Gustak2009-02-131-2/+2
* (getxsick, jlg) localeconv() implemented, but test_localeconv raises Bytecode...Jakub Gustak2009-02-131-27/+31
* (jlg, getxsick) docstrings for setlocale() aka yet another forgotten thingBartosz Skowron2009-02-131-2/+2
* (getxsick, jlg) setlocal() fully implementedJakub Gustak2009-02-131-4/+29
* (jlg, getxsick) setlocale() (partial) implementationBartosz Skowron2009-02-131-3/+6
* (getxsick, jlg) started to rewrite of _locale to rffiJakub Gustak2009-02-121-0/+133