summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework the safety related API codesafety-apiIngy döt Net2018-06-2812-100/+178
* Changes for 4.1 release4.1-retracted4.1Alex Gaynor2018-06-267-22/+42
* Changes for 4.01 releaseIngy döt Net2018-06-247-36/+93
* Support escaped slash in double quotes "\/"Tina Müller2018-06-242-0/+2
* Drop unsupported Python 3.3hugovk2018-06-242-3/+1
* Test on Python 3.7-devHugo2018-04-113-1/+4
* Remove commented out Psyco codeJon Dufresne2018-04-114-26/+0
* Revert PR #150 per @asomovIngy döt Net2018-04-102-2/+10
* Remove redundant code in Scanner.peek_token()Andrey Somov2018-03-282-4/+2
* Fallback to Pure Python if Compilation failsDonald Stufft2017-09-111-55/+7
* add 3.12 changeloghsmtkk2017-09-111-0/+8
* Now, for py3k!Alex Gaynor2017-08-266-37/+46
* wtf, how did this typo happenAlex Gaynor2017-08-261-1/+1
* Make pyyaml safe by default.Alex Gaynor2017-08-266-38/+46
* Fix typosJakub Wilk2017-08-0812-31/+31
* Improve RepresenterError creationTimofei Bondarev2017-08-082-4/+4
* Resolves #57, update readme issues linkpsanchez2017-08-071-1/+1
* Remove tox workaround for Travis CIJon Dufresne2017-08-072-23/+3
* Use Travis CI built in pip cache supportJon Dufresne2017-08-071-3/+1
* Document and test Python 3.6 supportJon Dufresne2017-08-073-1/+7
* Reverting README to old copyPeter Murphy2017-05-101-2/+0
* Suspicious 'expected an exception' messages trimmedPeter Murphy2017-05-102-37/+12
* Added emoticon test data files (which will probably break testing)Peter Murphy2017-05-092-0/+11
* First attack at pyyaml does not support literals in unicode over codepoint 0x...Peter Murphy2017-05-084-11/+18
* A change to a messagePeter Murphy2017-05-071-0/+1
* Allow colon in a plain scalar in a flow context (#45)Daniel Beer2017-02-083-23/+10
* Install tox in a virtualenvIan Cordasco2016-11-232-3/+4
* Add Travis SupportDonald Stufft2016-09-122-0/+45
* Ignore common build/runtime artifactsDonald Stufft2016-09-121-0/+10
* Add a tox.ini to run testsDonald Stufft2016-09-121-0/+8
* Added tag 3.12 for changeset 823acfc7b4ffKirill Simonov2016-08-280-0/+0
* Updated README and announcement.3.12Kirill Simonov2016-08-272-21/+12
* Fixed handling --verbose flag in the test appliance.Kirill Simonov2016-08-252-0/+2
* Merged in scorphus/pyyaml (pull request #9)Kirill Simonov2016-08-2514-63/+81
|\
| * Corrected libyaml definitions in _yaml.pxd.Kirill Simonov2016-08-252-13/+13
| * Improved check for CPython (fixes issue #58).Kirill Simonov2016-08-251-7/+5
| * Adding an implicit resolver to a derived loader should not affect the base lo...Kirill Simonov2016-08-252-2/+8
| * Uniform representation for OrderedDict (fixes issue #61).Kirill Simonov2016-08-251-1/+12
| * Fixed comparison to () (closes #64).Kirill Simonov2016-08-252-2/+6
| * Fixed comparison to None warning (closes issue #64).Kirill Simonov2016-08-252-2/+2
| * removed a test which fails when wheel is imported.Kirill Simonov2016-06-161-1/+0
| * Support for wheel packages.Kirill Simonov2016-06-161-6/+15
| * Raise an error when test suite failed.Kirill Simonov2016-06-155-6/+9
| * Dropped pyrex build support; Cython now supports Python 3.Kirill Simonov2016-06-151-22/+10
| * Bumped the version number.Kirill Simonov2016-06-153-3/+3
| * Removed invalid simple key assertion.Kirill Simonov2014-11-282-8/+0
| * Added tag 3.11 for changeset b361458ecb13Kirill Simonov2014-03-260-0/+0
| * Bumped the version number.3.11Kirill Simonov2014-03-264-4/+11
| * update tagsconvert-repo2012-12-240-0/+0
| * Removed build options for 2.3 and 2.4.Kirill Simonov2011-05-302-9/+1