index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
locale.py
Commit message (
Expand
)
Author
Age
*
gh-118761: Always lazy import `re` in `locale` (#129860)
Semyon Moroz
2025-03-27
*
gh-129646: Update the locale alias mapping (#129647)
Serhiy Storchaka
2025-02-04
*
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
Steve (Gadget) Barnes
2024-04-01
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
*
gh-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401)
Victor Stinner
2023-06-06
*
gh-104783: locale.getencoding() fallback uses FS encoding (#105381)
Victor Stinner
2023-06-06
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
*
gh-74940: Allow fallback to UTF-8 encoding on systems with no locales install...
Gordon Messmer
2023-04-26
*
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...
Jeong, YunWon
2023-03-31
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
*
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
*
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier
2021-04-12
*
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner
2020-10-31
*
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
Inada Naoki
2020-01-20
*
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...
Ronald Oussoren
2019-08-29
*
Remove mojibake in the locale aliases mapping. (GH-6716)
Serhiy Storchaka
2018-05-06
*
bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (П...
Serhiy Storchaka
2018-05-06
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
*
bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka
2017-09-26
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
*
test_locale now ignores the DeprecationWarning (#977)
Victor Stinner
2017-04-03
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
*
bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...
Benjamin Peterson
2017-03-19
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-07
*
Issue #28596: The preferred encoding is UTF-8 on Android.
Xavier de Gaye
2016-12-17
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
|
merge 3.5.
Senthil Kumaran
2016-04-12
|
\
|
|
*
[minor] - Correct the docstring of locale.str. Patch by poleto.
Senthil Kumaran
2016-04-12
*
|
locale.delocalize(): only call localeconv() once
Victor Stinner
2015-11-03
|
/
*
Issue #22681: Added support for the koi8_t encoding.
Serhiy Storchaka
2015-05-12
*
Issue #22682: Added support for the kz1048 encoding.
Serhiy Storchaka
2015-05-12
*
Issue #13918: Provide a locale.delocalize() function which can remove
Antoine Pitrou
2014-10-23
*
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
Serhiy Storchaka
2014-10-02
*
Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is
Serhiy Storchaka
2014-10-02
*
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-02
*
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
*
Issue #20046: Locale alias table no longer contains entities which can be
Serhiy Storchaka
2013-12-27
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
|
\
|
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
*
|
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
|
\
|
|
*
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
|
*
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
*
|
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
[next]