index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
makemessages.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-06-08
1
-7
/
+38
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-8
/
+13
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-166
/
+236
*
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-11-11
1
-2
/
+4
*
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-07-01
1
-0
/
+5
*
Fixed #32144 -- Made makemessages remove temporary files when locale path doe...
Carlton Gibson
2021-07-01
1
-0
/
+2
*
Fixed typo in makemessages error message.
Jacob Walls
2021-06-21
1
-1
/
+1
*
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-02-09
1
-2
/
+3
*
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2021-01-14
1
-3
/
+0
*
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-11-13
1
-0
/
+8
*
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-21
1
-1
/
+1
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-2
/
+2
*
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
1
-6
/
+6
*
Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...
Cristobal Mackenzie
2020-02-28
1
-1
/
+1
*
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-18
1
-1
/
+1
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-1
/
+2
*
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-09-10
1
-2
/
+1
*
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
1
-4
/
+2
*
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2019-01-28
1
-26
/
+3
*
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-27
1
-3
/
+3
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-10
/
+10
*
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
Bartosz Grabski
2018-06-11
1
-2
/
+3
*
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-05-13
1
-1
/
+0
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-2
/
+1
*
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-28
1
-1
/
+3
*
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-07
1
-5
/
+3
*
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-29
1
-1
/
+1
*
Fixed #28015 -- Added makemessages --add-location option.
Ling-Xiao Yang
2017-05-22
1
-0
/
+22
*
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
1
-7
/
+7
*
Fixed #27868 -- Filtered locale path subdirectories
Claude Paroz
2017-02-23
1
-1
/
+5
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-11
/
+10
*
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-02-06
1
-1
/
+1
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-4
/
+4
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-2
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-3
/
+3
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-2
/
+2
*
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
1
-8
/
+7
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-12-01
1
-1
/
+4
*
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
2016-10-01
1
-4
/
+19
*
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-08-11
1
-8
/
+1
*
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Claude Paroz
2016-07-14
1
-1
/
+1
*
Fixed #26645 -- Fixed potential makemessages failures on Windows.
Ramiro Morales
2016-05-27
1
-4
/
+31
*
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Claude Paroz
2016-05-02
1
-1
/
+1
*
Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Claude Paroz
2016-04-30
1
-6
/
+11
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-36
/
+67
*
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
1
-13
/
+13
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-2
/
+4
*
Fixed #25677 -- Prevented decoding errors in/after Popen calls
Claude Paroz
2015-11-19
1
-26
/
+5
*
Fixed #17375 -- Changed makemessages to use xgettext with --files-from
Sergey Kolosov
2015-08-28
1
-104
/
+197
[next]