aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-302-5/+5
* progressAmaury Forgeot d'Arc2012-10-291-7/+6
* try to use more consistently space.is_noneMaciej Fijalkowski2012-10-101-1/+1
* (fijal, arigo)Armin Rigo2012-10-101-1/+1
* use _locale.CHAR_MAX instead of hardcoding 127 as the maximum value. On ARM/L...David Schneider2012-09-111-8/+8
* 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-09-081-1/+0
* 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
* These _locale tests need the unicode databaseAmaury Forgeot d'Arc2010-04-261-1/+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-164-231/+81
* avoid to skip the tests on only UTF-8 oriented systemsBartosz Skowron2010-03-311-5/+13
* darwin is a Unix platform, unlike the older 'apple'.Amaury Forgeot d'Arc2009-12-042-3/+1
* 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-012-5/+17
* Fixes the tests for the _locale module on windows:Amaury Forgeot d'Arc2009-12-012-14/+25
* Finish the merge of trunk into pyjitpl5.Armin Rigo2009-06-303-132/+274
* Probably fix the _locale test failure.Amaury Forgeot d'Arc2009-03-061-1/+1
* Port most of the _locale module to windowsAmaury Forgeot d'Arc2009-03-023-21/+62
* (jlg, getxsick) bind_textdomain_codeset() implementationBartosz Skowron2009-02-153-11/+44
* CHAR_MAX constant addedJakub Gustak2009-02-152-1/+4
* (jlg, getxsick) bindtextdomain() implementation. more tests would be nice...f...Bartosz Skowron2009-02-153-0/+30
* (getxsick, jlg) strxfrm() better test coverage + fixesJakub Gustak2009-02-152-10/+18
* (jlg, getxsick) nl_langinfo() implementationBartosz Skowron2009-02-153-2/+103
* (jlg, getxsick) strxfrm() implementation. some cleanups.Bartosz Skowron2009-02-153-6/+35
* (jlg, getxsick) lconv is not in API anymoreBartosz Skowron2009-02-141-1/+0
* (jlg, getxsick) remove doubled testsBartosz Skowron2009-02-141-3/+0
* (jlg, getxsick) use UTF-8 for convinenceBartosz Skowron2009-02-141-2/+2
* (jlg, getxsick) unicode arguments for strcoll() supportedBartosz Skowron2009-02-142-13/+10
* (jlg, getxsick) implementation of gettext(), dgettext(), dcgettext() and text...Bartosz Skowron2009-02-143-4/+79
* (getxsick, jlg) strcoll partially implemented, does not work with unicode arg...Jakub Gustak2009-02-143-1/+57
* (getxsick, jlg) BytecodeCorrpution appears in cpython2.6 onlyJakub Gustak2009-02-132-3/+2
* (getxsick, jlg) localeconv() implemented, but test_localeconv raises Bytecode...Jakub Gustak2009-02-132-27/+61
* (jlg, getxsick) docstrings for setlocale() aka yet another forgotten thingBartosz Skowron2009-02-131-2/+2
* (getxsick, jlg) forgoten fileJakub Gustak2009-02-131-0/+34
* (getxsick, jlg) setlocal() fully implementedJakub Gustak2009-02-133-7/+55
* (jlg, getxsick) setlocale() (partial) implementationBartosz Skowron2009-02-132-6/+9
* (getxsick, jlg) started to rewrite of _locale to rffiJakub Gustak2009-02-123-0/+210