index
:
delta/pyyaml.git
baserock/morph
master
master@60
master@61
master@62
working-on-emitter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
yaml
/
constructor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dropped support for Python 2.3 and 2.4.
xi
2011-05-30
1
-10
/
+1
*
Clear cyclic references in the parser and the emitter to avoid extra GC calls.
xi
2011-05-30
1
-2
/
+2
*
Removed unused variable.
xi
2008-12-04
1
-1
/
+0
*
Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).
xi
2008-07-29
1
-1
/
+4
*
Make compose() and load() ensure that the input stream contains a single docu...
xi
2007-08-21
1
-0
/
+7
*
Make the encoding of the unicode->str conversion explicit; fix [52].
xi
2007-05-05
1
-1
/
+1
*
Use the types module instead of constructing type objects by hand. Fix #41. T...
xi
2006-12-08
1
-6
/
+2
*
Fix loss of microsecond precision in datetime.datetime constructor (fix #30).
xi
2006-10-04
1
-2
/
+2
*
Fix timestamp constructing and representing (close #25).
xi
2006-08-16
1
-26
/
+29
*
Subclass all base classes from `object`.
xi
2006-08-03
1
-92
/
+134
*
To make porting easier, rewrite Parser not using generators.
xi
2006-07-03
1
-5
/
+0
*
Add pyrex-based bindings for the libyaml scanner.
xi
2006-06-19
1
-2
/
+1
*
Optimize slightly the float constructor.
xi
2006-05-22
1
-3
/
+3
*
Revamp the inf/nan handling again.
xi
2006-05-22
1
-2
/
+2
*
Fixed #15 (pyyaml discards '-' sign on negative floats).
xi
2006-05-21
1
-1
/
+1
*
Dynamically determine the inf and nan values. Should fix #14.
xi
2006-05-15
1
-1
/
+3
*
Add support for pickling/unpickling python objects.
xi
2006-04-22
1
-0
/
+92
*
Fix !!python/name for Python 2.3. Clear the yaml module namespace.
xi
2006-04-21
1
-1
/
+5
*
Add support for recursive nodes to Composer. Constructor does not support rec...
xi
2006-04-18
1
-0
/
+7
*
Add constructors for some simple python types.
xi
2006-04-18
1
-9
/
+122
*
Major refactoring.
xi
2006-04-15
1
-24
/
+57
*
Implement yaml.dump().
xi
2006-04-11
1
-52
/
+31
*
Back to work :). Rename markers to marks.
xi
2006-03-18
1
-31
/
+31
*
Remove y/n from the boolean constants.
xi
2006-02-25
1
-2
/
+0
*
Ready for the initial release.
xi
2006-02-25
1
-44
/
+51
*
Fix a few bugs.
xi
2006-02-24
1
-0
/
+11
*
Constructor is done.
xi
2006-02-24
1
-12
/
+152
*
Working on Constructor.
xi
2006-02-23
1
-0
/
+254