Next | Query returned 51 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-07-20 21:14:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2016-08-19 08:17:43 by Richard PALO | Files touched by this commit (3) | Package updated
Log message:
update to py-simplejson-3.8.2

Version 3.8.2 released 2016-02-14

* Fix implicit cast compiler warning in _speedups.c
* simplejson is now available as wheels for OS X and Windows thanks to Travis-CI
  and AppVeyor respectively! Many thanks to @aebrahim for getting this party
  started.
  https://github.com/simplejson/simplejson/pull/130
  https://github.com/simplejson/simplejson/issues/122

Version 3.8.1 released 2015-10-27

* Fix issue with iterable_as_array and indent option
  https://github.com/simplejson/simplejson/issues/128
* Fix typo in keyword argument name introduced in 3.8.0
  https://github.com/simplejson/simplejson/pull/123

Version 3.8.0 released 2015-07-18

* New iterable_as_array encoder option to perform lazy serialization of
  any iterable objects, without having to convert to tuple or list.

Version 3.7.3 released 2015-05-31

* Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
  \ 
https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842

Version 3.7.2 released 2015-05-22

* Do not cache Decimal class in encoder, only reference the decimal module.
  This may make reload work in more common scenarios.

Version 3.7.1 released 2015-05-18

* Fix compilation with MSVC
  https://github.com/simplejson/simplejson/pull/119

Version 3.7.0 released 2015-05-18

* simplejson no longer trusts custom str/repr methods for int, long, float
  subclasses. These instances are now formatted as if they were exact
  instances of those types.
  https://github.com/simplejson/simplejson/issues/118
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.

Next | Query returned 51 messages, browsing 11 to 20 | Previous