1. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  2. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  3. 6fce353 merge 3.5. by Senthil Kumaran · 8 years ago
  4. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  5. 2753a09 locale.delocalize(): only call localeconv() once by Victor Stinner · 9 years ago
  6. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  7. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  8. b64bca9 Issue #13918: Provide a locale.delocalize() function which can remove by Antoine Pitrou · 10 years ago
  9. 9e04eda Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 10 years ago
  10. b8cd8cf Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 10 years ago
  11. 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  12. 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  13. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 10 years ago
  14. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 10 years ago
  15. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 10 years ago
  16. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 10 years ago
  17. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 10 years ago
  18. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 10 years ago
  19. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 10 years ago
  20. fd4722c Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module. by Antoine Pitrou · 11 years ago
  21. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  22. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  23. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
  24. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  25. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  26. 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  27. 6edd8c1 (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  28. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  29. 7e00ef0 Merged revisions 80521 via svnmerge from by R. David Murray · 14 years ago
  30. ad78d15 Merged revisions 80512 via svnmerge from by R. David Murray · 14 years ago
  31. 0c70d2d Merged revisions 79977 via svnmerge from by Antoine Pitrou · 14 years ago
  32. eda95e9 Merged revisions 75537,75539 via svnmerge from by Antoine Pitrou · 15 years ago
  33. 6a448d4 Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows by Antoine Pitrou · 15 years ago
  34. dc9bc3b Merged revisions 74687 via svnmerge from by Ronald Oussoren · 15 years ago
  35. 6d77e07 Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but by Ronald Oussoren · 15 years ago
  36. bbffb25 Merged revisions 74312 via svnmerge from by Mark Dickinson · 15 years ago
  37. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  38. 0a86694 Merged revisions 72469 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  39. 4072ff3 Merged revisions 72468 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  40. 6ca2e0a Merged revisions 72399 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  41. bcf8506 Merged revisions 72375 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  42. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 15 years ago
  43. 6cf17aa svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit message) by Antoine Pitrou · 15 years ago
  44. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 15 years ago
  45. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  46. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 15 years ago
  47. 83d6a87 Merged revisions 65237 via svnmerge from by Antoine Pitrou · 16 years ago
  48. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  49. 48b98de strxfrm and strcoll are conditionally defined, alwsy provide some impl by Neal Norwitz · 16 years ago
  50. 071ef77 Default to ASCII as the locale.getpreferredencoding, if the POSIX by Martin v. Löwis · 16 years ago
  51. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  52. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  53. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  54. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  55. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  56. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  57. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  58. 777f108 Whitespace normalization. by Tim Peters · 18 years ago
  59. 5035c1c Readd bug report note. by Georg Brandl · 18 years ago
  60. b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 18 years ago
  61. f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 19 years ago
  62. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 19 years ago
  63. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 19 years ago
  64. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 19 years ago
  65. c8ae31d Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 20 years ago
  66. 249369c atof: correct parameter name by Skip Montanaro · 20 years ago
  67. aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 20 years ago
  68. 103d6e7 Support '' as the argument for the setlocale emulation. Fixes #678259. by Martin v. Löwis · 21 years ago
  69. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  70. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  71. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  72. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  73. 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 22 years ago
  74. 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
  75. 67addfe Implement Mark Favas's suggestion. There's a clear bug in _group(): by Guido van Rossum · 23 years ago
  76. 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 23 years ago
  77. 7519e7a setlocale(): In _locale-missing compatibility function, string by Barry Warsaw · 23 years ago
  78. be9b507 String method conversion. by Eric S. Raymond · 23 years ago
  79. 1baf829 test___all__ was failing on WIndows because locale.py doesn't really by Tim Peters · 23 years ago
  80. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  81. db78687 In format(), consider sign only after grouping. by Martin v. Löwis · 23 years ago
  82. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  83. 663809e -- removed get_default compatibility kludge by Fredrik Lundh · 24 years ago
  84. 0466132 - repaired locale.py for non-windows platforms. the try/except by Fredrik Lundh · 24 years ago
  85. 6c86b99 - merged setlocale and set_locale. the internal setlocale by Fredrik Lundh · 24 years ago
  86. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  87. 2348114 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  88. 5431bc3 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  89. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  90. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  91. bd1169a Add Martin von Loewis as the author of this module. by Guido van Rossum · 27 years ago
  92. eef1d4e User-level locale module. A wrapper around _locale which adds by Guido van Rossum · 27 years ago