summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix stream unpacking example in README (#317)Marat Sharafutdinov2018-11-051-1/+1
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-12/+12
| | | fixes #273
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-111-22/+56
|
* Fix READMEINADA Naoki2018-01-101-1/+1
|
* Make msgpack-python deprecated clone of msgpack.INADA Naoki2018-01-101-2/+2
|
* Update READMEINADA Naoki2018-01-091-2/+3
|
* Update READMEINADA Naoki2018-01-091-0/+14
|
* Update READMEINADA Naoki2018-01-071-13/+2
|
* Warn about future use_bin_type change (#264)INADA Naoki2018-01-061-5/+8
|
* Clarify README, fix grammar, update section on byte arrays (#253)Martin Braun2017-10-171-21/+36
|
* Update badges (#247)Hugo2017-10-121-4/+5
|
* Add badge for Read the DocsINADA Naoki2017-01-131-3/+4
|
* Remove version and date from READMEINADA Naoki2017-01-131-2/+0
|
* Merge branch 'release-0.4'INADA Naoki2017-01-121-14/+15
|\
| * fix typos and other cosmetic issues (#214)release-0.4TW2017-01-111-14/+15
| | | | | | | | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings
* | Update README.rst (#184)Timothy Cyrus2016-04-301-1/+1
|/ | | Change PNG Badges to SVG
* readme: Fix markupINADA Naoki2015-11-091-2/+2
|
* Remove `msgpack 2.0` from READMEINADA Naoki2015-11-091-50/+59
| | | | There are no versio in spec.
* Update Windows compiler informationINADA Naoki2015-11-081-3/+7
|
* Drpo pypip.in badgeINADA Naoki2015-11-081-3/+0
| | | | It downs so long
* Update README.rsttbeu2015-03-221-1/+1
| | | Fix typo
* README: Update versionINADA Naoki2015-03-131-2/+2
|
* update READMEINADA Naoki2015-01-261-2/+2
|
* README.rst: Add PyPI badgeMarc Abramowitz2015-01-081-0/+4
|
* README.rst: Add code-blocksMarc Abramowitz2015-01-081-5/+13
| | | For syntax highlighting
* Update READMEINADA Naoki2015-01-091-2/+2
|
* 0.4.3INADA Naoki2015-01-071-7/+5
|
* Fix README reSTINADA Naoki2015-01-021-3/+3
|
* Update READMEINADA Naoki2014-02-171-2/+2
|
* Update README.INADA Naoki2013-10-211-3/+35
|
* Add ext_type example to README.INADA Naoki2013-10-201-4/+21
|
* add a note in the READMEAntonio Cuni2013-10-191-0/+8
|
* Remove obsolete StopIteration warningjnothman2013-04-101-3/+0
|
* Update READMEINADA Naoki2013-02-241-37/+40
|
* README: s/nosetest/pytest/INADA Naoki2013-02-161-2/+2
|
* Add note for StopIteration => OutOfData.INADA Naoki2012-12-101-0/+6
|
* Add NOTE for changing default value of use_list.INADA Naoki2012-12-071-2/+9
|
* Merge pull request #35 from jnothman/patch-1INADA Naoki2012-12-061-8/+7
|\ | | | | Fix README re default use_list=True
| * Fix README re default use_list=Truejnothman2012-12-071-8/+7
| |
* | Warn about StopIteration in READMEjnothman2012-12-071-0/+3
|/
* Add note about use_list.INADA Naoki2012-12-061-0/+24
|
* Mention CPython and MessagePack in READMEJoel Nothman2012-12-061-0/+7
|
* Brief mention of Unpacker.feed in READMEJoel Nothman2012-12-061-1/+1
|
* Minor grammar fixesJoel Nothman2012-12-061-3/+4
|
* README documentation of advanced Unpacker featuresJoel Nothman2012-12-061-0/+30
|
* Describe object_pairs_hook in READMEJoel Nothman2012-12-061-0/+3
|
* Change Unpacker example to read from streamJoel Nothman2012-12-061-9/+3
|
* Add travis status.INADA Naoki2012-11-061-0/+3
|
* Put Unpacker read loop back into buffer read loopSpiros Eliopoulos2012-11-011-4/+4
| | | | So it works for streaming as intended.
* Fix Unpacker example in READMESpiros Eliopoulos2012-11-011-6/+7
| | | | | The example did not properly deserialize, since it was dropping bytes from the input stream.