0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build More... over 11 years ago
Updated CONTRIBUTORS, version bump More... over 11 years ago
Fix incorrect statement about return value of augmented assignment operators. Fixes #34. Thanks go to @william-mi-leslie for taking the time to point out mistakes and weaknesses in the guide More... over 11 years ago
Describe circumstances when reflected operator magic methods are called. Fixes #35 More... over 11 years ago
Version bump More... over 11 years ago
Restore header/footer More... over 11 years ago
Build script fix More... over 11 years ago
Fixed typo in table, fixes #30 More... over 11 years ago
Merge pull request #32 from aasted/master More... over 11 years ago
Merge pull request #31 from seliopou/margin More... over 11 years ago
Moved discussion of contextlib.closing() back to context managers More... over 11 years ago
Add a margin to the body element More... over 11 years ago
Document differences in Python 3's object model; fixes #25. Thanks @rhettinger for all of your help keeping this guide up to date and complete! More... over 11 years ago
Document reduce and reduce_ex. Closes #20' More... over 11 years ago
Merge branch 'master' of github.com:RafeKettler/magicmethods More... over 11 years ago
Link to Python documentation for ABCs (gives it better treatment than I could), which use a magic method . Closes #23 More... over 11 years ago
Merge pull request #28 from redtoad/master More... over 11 years ago
Added missing __s More... over 11 years ago
Added missing __s More... over 11 years ago
Merge pull request #27 from bobuss/master More... almost 12 years ago
super call needs to inherit from object in AccessCounter More... almost 12 years ago
Document __copy__ and __deepcopy__. Fixes #19 More... about 12 years ago
Document __format__, fixes #26 More... about 12 years ago
Document __trunc__, __round__, __floor__, and __ceil__. Fixes #21 More... about 12 years ago
Document __sizeof__ More... about 12 years ago
Document __dir__ More... about 12 years ago
Document , fixes #24 More... about 12 years ago
Document that usually implies also defining . Fixes #22. More... about 12 years ago
Remove documentation of bogus method __concat__, fixes #18 More... about 12 years ago
Updated README to reflect file name changes More... about 12 years ago