summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* v3.19.1HEADv3.19.1masterBob Ippolito2023-04-061-1/+1
| | | | Signed-off-by: Bob Ippolito <bob@redivi.com>
* Bump version and update CHANGEStest-sdistBob Ippolito2023-02-051-1/+1
|
* Fix #309. Build sdist without any overridesBob Ippolito2023-02-051-1/+1
|
* Fix #307. Build a pure python wheelBob Ippolito2023-02-041-2/+2
|
* Declare support for Python 3.11 and build wheelsBruno Alla2023-01-031-0/+1
|
* Update version to v3.18.1 and update CHANGES for #303Bob Ippolito2022-11-161-1/+1
|
* v3.18.0Bob Ippolito2022-11-141-1/+1
|
* Update CHANGES.txt and bump versionBob Ippolito2022-04-221-1/+1
|
* v3.17.6v3.17.6Bob Ippolito2021-11-151-1/+1
|
* Declare support for Python 3.10Hugo van Kemenade2021-11-151-0/+1
|
* Update version to 3.17.5Bob Ippolito2021-08-231-1/+1
|
* Upgrade cibuildwheel to v2.1.1test-v3.17.4Bob Ippolito2021-08-191-1/+1
|
* Replace travis and appveyor with github actionsBob Ippolito2021-07-091-2/+4
|
* v3.17.2v3.17.2Bob Ippolito2020-07-161-1/+1
|
* v3.17.1v3.17.1Bob Ippolito2020-07-161-1/+1
|
* Set version back to v3.17.0v3.17.0Bob Ippolito2019-11-171-1/+1
|
* Prep for v3.16.1 and add JSON lines examplejson-lines-exampleBob Ippolito2018-09-061-1/+2
|
* Update CHANGES for v3.16.0v3.16.0Bob Ippolito2018-06-281-1/+1
|
* Add python_requires to help pipHugo2018-06-191-0/+3
|
* http -> httpsHugo2018-06-191-2/+2
|
* v3.15.0v3.15.0Bob Ippolito2018-05-121-1/+1
|
* v3.14.0v3.14.0Bob Ippolito2018-04-211-1/+1
|
* Update CHANGES.txt and increment version to 3.13.3Bob Ippolito2018-03-271-1/+1
|
* The classifier parameter in setup.py must be a list.setup-classifiersSerhiy Storchaka2017-12-031-20/+19
|
* v3.13.2v3.13.2Bob Ippolito2017-11-241-1/+1
|
* v3.13.1v3.13.1Bob Ippolito2017-11-241-1/+1
|
* fail build in CI if speedups do not build correctlyBob Ippolito2017-11-241-0/+3
|
* Ensure that encoding text subtypes is consistent with or without speedups. ↵Bob Ippolito2017-11-231-1/+1
| | | | Fixes #185
* Update version, add *.pyd to gitignoreBob Ippolito2017-11-231-1/+1
|
* v3.12.1v3.12.1Bob Ippolito2017-11-231-1/+1
|
* Fix #184 threaded import issue, prep v3.12.0v3.12.0Bob Ippolito2017-11-051-1/+1
|
* setup.py: fix condition for build_ext exception typesTal Einat2017-06-281-1/+1
| | | The comment states that IOError and ValueError can be thrown in Python 2.6. The referenced CPython issue supports this, it seems to have been resolved in version 2.7. However, the code seems to have the condition backwards, and will only catch IOError or ValueError in versions *greater* than 2.6.
* v3.11.1fix-173Bob Ippolito2017-06-191-1/+1
|
* v3.11.0v3.11.0Bob Ippolito2017-06-181-1/+1
|
* Update Python versionsHugo2017-01-171-0/+2
|
* Bump version, update changelog, fix issues identified in code review of #143Bob Ippolito2016-10-281-1/+1
|
* Bump version to 3.9.0Bob Ippolito2016-10-211-1/+1
|
* v3.8.2 - fix compiler warning, automated wheel builds for Windows and Macv3.8.2wheelsBob Ippolito2016-02-151-1/+1
|
* Update version to 3.8.1Bob Ippolito2015-09-041-1/+1
|
* clean up iterable_as_array for 3.8.0v3.8.0Bob Ippolito2015-07-181-1/+1
|
* Merge branch 'master' into iterable_as_array-gh1Nick Babcock2015-07-101-15/+37
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES.txt conf.py index.rst setup.py simplejson/__init__.py simplejson/_speedups.c simplejson/encoder.py simplejson/tests/test_tuple.py
| * fix typo in e18cc09v3.7.3Bob Ippolito2015-05-311-1/+1
| |
| * attempt to work around an issue with reloading the Decimal modulev3.7.2Bob Ippolito2015-05-221-1/+1
| |
| * bump version for #119v3.7.1Bob Ippolito2015-05-181-1/+1
| |
| * no longer trust custom repr for int/long/float subclasses #118v3.7.0Bob Ippolito2015-05-181-1/+1
| |
| * update CHANGES and bump version to v3.6.5v3.6.5Bob Ippolito2014-10-241-1/+1
| |
| * update version for v3.6.4Bob Ippolito2014-09-291-1/+1
| |
| * documentation about key limitations in JSON per #103v3.6.3Bob Ippolito2014-08-181-1/+1
| |
| * doc updates from http://bugs.python.org/issue21514 re: #102v3.6.2Bob Ippolito2014-08-091-1/+1
| |
| * update documentation per #102docs-102Bob Ippolito2014-08-091-1/+1
| |