Mercurial > p > roundup > code
comparison CHANGES.txt @ 8094:8e310a7b5e09
issue2551131 - Return accept-patch if patch body not accepted (415 code)
Now returns:
Accept-Patch: application/json, application/x-www-form-urlencoded
for PATCH verb.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Jul 2024 20:23:36 -0400 |
| parents | f0d2aa39bc32 |
| children | e97caa8e4dae |
comparison
equal
deleted
inserted
replaced
| 8093:d913db0ab498 | 8094:8e310a7b5e09 |
|---|---|
| 14 Roundup 2.4.0 is the last release to support Python 2. | 14 Roundup 2.4.0 is the last release to support Python 2. |
| 15 | 15 |
| 16 2025-XX-XX 2.5.0 | 16 2025-XX-XX 2.5.0 |
| 17 | 17 |
| 18 Fixed: | 18 Fixed: |
| 19 | |
| 19 - issue2551343 - Remove support for PySQLite. It is unmaintained | 20 - issue2551343 - Remove support for PySQLite. It is unmaintained |
| 20 and sqlite3 is used which is the default for a Python | 21 and sqlite3 is used which is the default for a Python |
| 21 distribution. (John Rouillard) | 22 distribution. (John Rouillard) |
| 22 - replace use of os.listdir with os.scandir. Performance | 23 - replace use of os.listdir with os.scandir. Performance |
| 23 improvement. Using with Python 2 requires 'pip install | 24 improvement. Using with Python 2 requires 'pip install |
| 24 scandir'. (John Rouillard) | 25 scandir'. (John Rouillard) |
| 26 - issue2551131 - Return accept-patch if patch body not accepted | |
| 27 (415 code). Accept-Patch returned with acceptable values. (John | |
| 28 Rouillard) | |
| 25 | 29 |
| 26 Features: | 30 Features: |
| 27 | 31 |
| 28 - issue2551287 - Enhance roundup_gettext.py to extract strings from | 32 - issue2551287 - Enhance roundup_gettext.py to extract strings from |
| 29 detectors/extensions. If the polib module is available, | 33 detectors/extensions. If the polib module is available, |
