Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change virtual class name of __iter__ to "object" in order to make it linkable. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Add another named tuple subclassing example. | Raymond Hettinger | 2008-01-07 | 2 | -0/+16 |
| | |||||
* | Fix issue 1747: allow classic classes to be checked for being subclasses of | Jeffrey Yasskin | 2008-01-07 | 2 | -5/+12 |
| | | | | ABCs. | ||||
* | Cleanup subclassing example to more clearly show fixed-width print format. | Raymond Hettinger | 2008-01-07 | 2 | -7/+6 |
| | |||||
* | Add subclassing example to docs for named tuples. | Raymond Hettinger | 2008-01-07 | 2 | -8/+22 |
| | |||||
* | Remove latex trace. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | Speed-up named tuple's _make() constructor. | Raymond Hettinger | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 2 | -5/+52 |
| | |||||
* | Added Mark Dickinson. | Facundo Batista | 2008-01-06 | 1 | -0/+3 |
| | |||||
* | Fix introductory sentence. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. | Georg Brandl | 2008-01-06 | 2 | -18/+34 |
| | |||||
* | #1499: Document compile() exceptions. | Georg Brandl | 2008-01-06 | 1 | -0/+3 |
| | |||||
* | #1582: document __reversed__, patch by Mark Russell. | Georg Brandl | 2008-01-06 | 3 | -3/+24 |
| | |||||
* | #1559684: document that shutil.copy* doesn't copy all metadata on Posix and ↵ | Georg Brandl | 2008-01-06 | 1 | -8/+13 |
| | | | | Windows too. | ||||
* | #1686390: add example for csv.Sniffer use. | Georg Brandl | 2008-01-06 | 1 | -2/+9 |
| | |||||
* | #1727024: document that Popen.returncode is set by Popen.poll/wait. | Georg Brandl | 2008-01-06 | 1 | -10/+15 |
| | |||||
* | #1615275: clarify return object types of different tempfile factories. | Georg Brandl | 2008-01-06 | 1 | -1/+12 |
| | |||||
* | #759525: document that dir() doesn't return metaclass attrs when given a ↵ | Georg Brandl | 2008-01-06 | 2 | -1/+7 |
| | | | | class as arg. | ||||
* | #1501: document that 0**0 == 1. | Georg Brandl | 2008-01-06 | 1 | -2/+6 |
| | |||||
* | #1755097: document default values for [].sort() and sorted(). | Georg Brandl | 2008-01-06 | 2 | -4/+6 |
| | |||||
* | #1680: fix context manager example function name. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | #1591: Clarify docstring of Popen3. | Georg Brandl | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 5 | -0/+9 |
| | | | | Reported by Jesse Towner. | ||||
* | #1696393: don't check for '.' and '..' in ntpath.walk since | Georg Brandl | 2008-01-06 | 1 | -5/+3 |
| | | | | | they aren't returned from os.listdir anymore. Reported by Michael Haggerty. | ||||
* | Don't try to package msvcr90 for the moment. | Martin v. Löwis | 2008-01-06 | 1 | -6/+9 |
| | |||||
* | Package using VS 2008. | Martin v. Löwis | 2008-01-06 | 1 | -4/+3 |
| | |||||
* | Use vcbuild for VS 2009. | Martin v. Löwis | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Small code simplification. Forgot that classmethods can be called from ↵ | Raymond Hettinger | 2008-01-06 | 2 | -2/+2 |
| | | | | intances. | ||||
* | Add John Nagle (of issue #1637). | Guido van Rossum | 2008-01-05 | 1 | -0/+1 |
| | |||||
* | Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. | Guido van Rossum | 2008-01-05 | 3 | -7/+13 |
| | | | | Fix by John Nagle. | ||||
* | Final adjustments for #1601 | Christian Heimes | 2008-01-05 | 1 | -1/+3 |
| | |||||
* | Use markup. | Georg Brandl | 2008-01-05 | 1 | -4/+4 |
| | |||||
* | Repair markup. | Georg Brandl | 2008-01-05 | 1 | -10/+6 |
| | |||||
* | #1719: capitalization error in "UuidCreate". | Georg Brandl | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | Set native svn:eol-style property for text files. | Georg Brandl | 2008-01-05 | 0 | -0/+0 |
| | |||||
* | Revert socket.rst to unix-eol. | Georg Brandl | 2008-01-05 | 1 | -906/+906 |
| | |||||
* | Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. | Georg Brandl | 2008-01-05 | 10 | -95/+101 |
| | |||||
* | Simplify index entries; fix #1712. | Georg Brandl | 2008-01-05 | 3 | -97/+70 |
| | |||||
* | Remove with_statement future imports from 2.6 docs. | Georg Brandl | 2008-01-05 | 6 | -6/+6 |
| | |||||
* | Fix C++-style comment. | Georg Brandl | 2008-01-05 | 1 | -3/+3 |
| | |||||
* | Add myself. | Thomas Heller | 2008-01-05 | 1 | -0/+1 |
| | |||||
* | Fix comment typo | Andrew M. Kuchling | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 13 | -252/+75 |
| | | | | | | | | | | | | round included: * Revert round to its 2.6 behavior (half away from 0). * Because round, floor, and ceil always return float again, it's no longer necessary to have them delegate to __xxx___, so I've ripped that out of their implementations and the Real ABC. This also helps in implementing types that work in both 2.6 and 3.0: you return int from the __xxx__ methods, and let it get enabled by the version upgrade. * Make pow(-1, .5) raise a ValueError again. | ||||
* | clean up a comment | Fred Drake | 2008-01-05 | 1 | -2/+2 |
| | |||||
* | Add error-checking to namedtuple's _replace() method. | Raymond Hettinger | 2008-01-05 | 3 | -2/+15 |
| | |||||
* | Improve namedtuple's _cast() method with a docstring, new name, and ↵ | Raymond Hettinger | 2008-01-05 | 3 | -22/+32 |
| | | | | error-checking. | ||||
* | Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. | Guido van Rossum | 2008-01-05 | 3 | -4/+24 |
| | |||||
* | Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 | Guido van Rossum | 2008-01-05 | 3 | -22/+65 |
| | | | | and adds errors for -0x. | ||||
* | Fix markup | Andrew M. Kuchling | 2008-01-04 | 1 | -3/+3 |
| | |||||
* | Fix markup | Andrew M. Kuchling | 2008-01-04 | 1 | -5/+7 |
| |