0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master_std_dev_property'
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
.std_dev should now be used instead of .std_dev(), as per the results of my recent Doodle poll.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Transformed all std_dev() method calls into .std_dev property access.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Simplified version number.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Bumped version to the next release version (2.0).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Made the "interactive mode" more precise: non-Python users could use it, in principle.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
PEP 8 grouping of modules.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
PEP 8 order for imports.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Merge branch 'master' into python2.3
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Features ordered by practical importance. More emphasis on the main features.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed regression.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Better emphasis.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Updated URLs with new Python documentation server pythonhosted.org.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Merge branch 'master' into python2.3
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Bumped version.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Merge branch 'master' into python2.3
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
PEP 8 recommendatino for import order and grouping followed better.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Merge branch 'master' into python2.3
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Removed duplicate unpickling test (the == x.__dict__ test already did the same test).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Additional unpickling test.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Clearer comment.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed formatting error.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Better layout (PEP 8).
lebigot
as Eric O. LEBIGOT (EOL)
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).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More precise comment about pickling code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Comment about pickling corner case.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Added comment that makes the pickling easier.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More robust pickling.
lebigot
as Eric O. LEBIGOT (EOL)
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.)
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More info in comment.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago