Merge branch 'master_std_dev_property' |
|
More...
|
almost 12 years ago
|
.std_dev should now be used instead of .std_dev(), as per the results of my recent Doodle poll. |
|
More...
|
almost 12 years ago
|
Transformed all std_dev() method calls into .std_dev property access. |
|
More...
|
almost 12 years ago
|
Simplified version number. |
|
More...
|
almost 12 years ago
|
Bumped version to the next release version (2.0). |
|
More...
|
almost 12 years ago
|
Made the "interactive mode" more precise: non-Python users could use it, in principle. |
|
More...
|
almost 12 years ago
|
PEP 8 grouping of modules. |
|
More...
|
almost 12 years ago
|
PEP 8 order for imports. |
|
More...
|
almost 12 years ago
|
Merge branch 'master' into python2.3 |
|
More...
|
almost 12 years ago
|
Features ordered by practical importance. More emphasis on the main features. |
|
More...
|
almost 12 years ago
|
Fixed regression. |
|
More...
|
almost 12 years ago
|
Better emphasis. |
|
More...
|
almost 12 years ago
|
Updated URLs with new Python documentation server pythonhosted.org. |
|
More...
|
almost 12 years ago
|
Merge branch 'master' into python2.3 |
|
More...
|
almost 12 years ago
|
Bumped version. |
|
More...
|
almost 12 years ago
|
Merge branch 'master' into python2.3 |
|
More...
|
almost 12 years ago
|
PEP 8 recommendatino for import order and grouping followed better. |
|
More...
|
almost 12 years ago
|
Merge branch 'master' into python2.3 |
|
More...
|
almost 12 years ago
|
Removed duplicate unpickling test (the == x.__dict__ test already did the same test). |
|
More...
|
almost 12 years ago
|
Additional unpickling test. |
|
More...
|
almost 12 years ago
|
Clearer comment. |
|
More...
|
almost 12 years ago
|
Fixed formatting error. |
|
More...
|
almost 12 years ago
|
Better layout (PEP 8). |
|
More...
|
almost 12 years ago
|
Corner case for pickling tested (__dict__ contains a key which is shadowed by a slot name: the unpickled object should still contain this key). |
|
More...
|
almost 12 years ago
|
More precise comment about pickling code. |
|
More...
|
almost 12 years ago
|
Comment about pickling corner case. |
|
More...
|
almost 12 years ago
|
Added comment that makes the pickling easier. |
|
More...
|
almost 12 years ago
|
More robust pickling. |
|
More...
|
almost 12 years ago
|
Added pickling test: the priority of slots values over __dict__ values is now checked. (This is a rare corner case.) |
|
More...
|
almost 12 years ago
|
More info in comment. |
|
More...
|
almost 12 years ago
|