2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Remove SHA1 hashes for distfiles
|
2021-07-10 07:42:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-simplejson: updated to 3.17.3
Version 3.17.3
* Replaced Travis-CI and AppVeyor with Github Actions,
adding wheels for Python 3.9.
|
2020-07-20 21:14:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.17.2
Version 3.17.2
* Added arm64 to build matrix and reintroduced
manylinux wheels
* No more bdist_wininst builds per PEP 527
* Minor grammatical issue fixed in README
|
2019-11-18 10:03:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.17.0
Version 3.17.0:
* Updated documentation to be Python 3 first, and
have removed documentation notes about version changes
that occurred more than five years ago.
* Update build matrix for Python 3.8
|
2018-07-03 14:21:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.16.0
Version 3.16.0:
* Restore old behavior with regard to the type of decoded empty
strings with speedups enabled on Python 2.x
* Add python_requires to setup.py to help pip
* Fix CSS in docs when built locally
|
2018-05-14 09:14:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.15.0
Version 3.15.0:
* Clean up the C code
* Bypass the decode() method in bytes subclasses
* Support builds without cStringIO
* Allow to disable serializing bytes by default in Python 3
* Simplify the compatibility code
* Fix tests in Python 2.5
|
2018-04-30 08:41:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.14.0
Version 3.14.0:
* Defer is_raw_json test (performance improvement)
* Avoid escaping U+2028 and U+2029 without ensure_ascii
* Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy.
|
2017-11-28 12:01:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-simplejson: updated to 3.13.2
Version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows
|
2017-11-07 14:06:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-simplejson: updated to 3.12.0
Version 3.12.0:
* Fix threaded import race condition
* Move RawJSON implementation to simplejson.raw_json module
* Move JSONDecodeError implementation to simplejson.errors module
|
2017-07-03 19:13:11 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Version 3.11.1:
* Fix issue with item_sort_key when speedups are available, and add
auto-discovery to test suites to prevent similar regressions
Version 3.11.0:
* docstring fix in JSONEncoder
* Call PyObject_IsTrue() only once for the strict argument of scanner
* Fix a crash with unencodable encoding in the encoder
* Remove unused imports
* Remove remnants of Python 2.4 support
* Fix argument checking errors in _speedups.c
* Remove the `__init__` methods in extension classes
* Fix typo in the doc for loads
* Add Python 3.6 to testing matrix and PyPI metadata
|