Changes between Version 2 and Version 3 of PyYAMLLegacy
- Timestamp:
- 03/11/06 17:01:46 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAMLLegacy
v2 v3 1 1 = PyYAML Legacy Code = 2 2 3 ''The following text was written by Tim Parkin and was hosted by Pollenation Internet. It's grabbed from [http://pyyaml.dyndns.org/cgi-bin/trac.cgi the old pyyaml.org]. ''3 ''The following text was written by Tim Parkin and was hosted by Pollenation Internet. It's grabbed from [http://pyyaml.dyndns.org/cgi-bin/trac.cgi the old pyyaml.org]. Feel free to add or modify the content here if you want to add some historic notes or attributions.'' 4 4 5 5 == Overview == … … 18 18 The documentation will consist of two major levels. User documentation (i.e. python developers using PyYAML) and PyYAML developers. 19 19 20 * [wiki:PyYAMLLegacyUserDocumentation User Documentation]21 * [wiki:PyYAMLLegacyDeveloperDocumentation Developer Documentation]20 * LegacyUserDocumentation 21 * LegacyDeveloperDocumentation 22 22 23 23 == Subversion Repository == … … 33 33 === SVN Tarball === 34 34 35 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml_svn_20040711.tar.gz Version of 11 Jul 2004: http://pyyaml.org/pyyaml-legacy/download/PyYaml_svn_20040711.tar.gz]35 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml_svn_20040711.tar.gz Version of 11 Jul 2004: PyYaml_svn_20040711.tar.gz] 36 36 37 === Archive Tarballs === 38 39 ==== Official Version ==== 37 === Official Version === 40 38 41 39 The last official version … … 43 41 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml-SHowell-0.32.tar.gz PyYaml-SHowell-0.32.tar.gz] 44 42 45 === = Work that has been carried out since 0.32 ====43 === Work that has been carried out since 0.32 === 46 44 47 45 Mike Orr had started to work on changes including an excellent USAGE page. I've included the USAGE in the docs folder … … 49 47 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml_0.32_MONEW.tar.gz PyYaml_0.32_MONEW.tar.gz] 50 48 51 Steve Howell wanted to have all data loaded as strings (I think) so this departed from TestingSuite spec49 Steve Howell wanted to have all data loaded as strings (I think) so this departed from LegacyTestingSuite spec 52 50 53 51 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml-SHowell-StringsAreKing.tar.gz PyYaml-SHowell-StringsAreKing.tar.gz] - Steve Howells changes to loads ints as strings 54 52 55 John Pywtorak added some patches (the effects of which can be seen in PywtorakPatches)53 John Pywtorak added some patches (the effects of which can be seen in LegacyPywtorakPatches) 56 54 for empty scalars and stripping trailing line modifiers for folded scalars (this tar is just the .patch files for load and stream) 57 55 … … 60 58 This version was the one linked from yaml.org (This is actually 0.30 as noted on the page linked to). 61 59 62 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml_fromyamlorg.tgz PyYaml_fromyamlorg.tgz] - Deviations from 0.32 noted here YamlOrgTarball60 * [http://pyyaml.org/download/pyyaml-legacy/PyYaml_fromyamlorg.tgz PyYaml_fromyamlorg.tgz] - Deviations from 0.32 noted here: LegacyYamlOrgTarball. 63 61 64 === = Older Archive ====62 === Older Archive === 65 63 66 64 Old versions kept here for completeness
