| Commit message (Expand) | Author | Age | Files | Lines |
* | Doctest results return a named tuple for readability | Raymond Hettinger | 2008-01-11 | 1 | -58/+58 |
|
|
* | Run doctests on the collections module | Raymond Hettinger | 2008-01-11 | 1 | -2/+4 |
|
|
* | Closing issue1761. | Amaury Forgeot d'Arc | 2008-01-10 | 1 | -0/+12 |
|
|
* | Fixed #1776. __import__() no longer imports modules by file name | Christian Heimes | 2008-01-09 | 1 | -1/+11 |
|
|
* | Added __enter__ and __exit__ functions to HKEY object | Christian Heimes | 2008-01-08 | 1 | -20/+25 |
|
|
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 1 | -2/+128 |
|
|
* | Issue #1757: The hash of a Decimal instance is no longer affected | Facundo Batista | 2008-01-08 | 1 | -0/+17 |
|
|
* | It's verbose, not debug | Christian Heimes | 2008-01-08 | 1 | -1/+1 |
|
|
* | Fixed indention problem that caused the second TIPC test to run on systems wi... | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
|
|
* | #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. | Georg Brandl | 2008-01-07 | 1 | -0/+56 |
|
|
* | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 1 | -0/+82 |
|
|
* | Fix issue 1747: allow classic classes to be checked for being subclasses of | Jeffrey Yasskin | 2008-01-07 | 1 | -4/+11 |
|
|
* | #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. | Georg Brandl | 2008-01-06 | 1 | -0/+5 |
|
|
* | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 2 | -0/+2 |
|
|
* | Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. | Guido van Rossum | 2008-01-05 | 1 | -0/+5 |
|
|
* | Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. | Georg Brandl | 2008-01-05 | 1 | -1/+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 | 3 | -20/+16 |
|
|
* | 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 | 1 | -0/+7 |
|
|
* | Improve namedtuple's _cast() method with a docstring, new name, and error-che... | Raymond Hettinger | 2008-01-05 | 1 | -4/+7 |
|
|
* | Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. | Guido van Rossum | 2008-01-05 | 1 | -0/+18 |
|
|
* | Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 | Guido van Rossum | 2008-01-05 | 2 | -0/+13 |
|
|
* | socket.ioctl is only available on Windows | Christian Heimes | 2008-01-04 | 1 | -0/+10 |
|
|
* | Issue #1735: TarFile.extractall() now correctly sets | Lars Gustäbel | 2008-01-04 | 1 | -0/+17 |
|
|
* | Make math.{floor,ceil}({int,long}) return float again for backwards | Jeffrey Yasskin | 2008-01-04 | 1 | -0/+8 |
|
|
* | Minor fix-ups to named tuples: | Raymond Hettinger | 2008-01-04 | 1 | -8/+1 |
|
|
* | Added _struct._clearcache() for regression tests | Christian Heimes | 2008-01-04 | 1 | -0/+1 |
|
|
* | Fixed refleak tests for _struct changes | Christian Heimes | 2008-01-04 | 1 | -1/+0 |
|
|
* | Bug #1481296: Fixed long(float('nan'))!=0L. | Christian Heimes | 2008-01-04 | 1 | -0/+4 |
|
|
* | Added copysign(x, y) function to the math module | Christian Heimes | 2008-01-03 | 1 | -0/+7 |
|
|
* | Added math.isinf() and math.isnan() | Christian Heimes | 2008-01-03 | 1 | -0/+16 |
|
|
* | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 1 | -0/+30 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 5 | -3/+187 |
|
|
* | Change docstrings to comments so test output will display normally. | Kurt B. Kaiser | 2008-01-02 | 1 | -3/+3 |
|
|
* | Issue1177 | Kurt B. Kaiser | 2008-01-02 | 1 | -0/+13 |
|
|
* | Remove a straggling debugging print line. | Brett Cannon | 2007-12-25 | 1 | -1/+0 |
|
|
* | Actually execute the tests for the getter/setter/deleter tests on properties. | Brett Cannon | 2007-12-25 | 1 | -7/+12 |
|
|
* | Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. | Guido van Rossum | 2007-12-20 | 1 | -1/+1 |
|
|
* | Add tests for the warnings module; specifically formatwarning and showwarning. | Brett Cannon | 2007-12-20 | 1 | -1/+32 |
|
|
* | Patch #1549 by Thomas Herve. | Guido van Rossum | 2007-12-19 | 1 | -1/+61 |
|
|
* | Patch #1583 by Adam Olsen. | Guido van Rossum | 2007-12-19 | 1 | -1/+48 |
|
|
* | Fix issue 1661: Flags argument silently ignored in re functions with compiled... | Raymond Hettinger | 2007-12-19 | 1 | -0/+8 |
|
|
* | Beef-up tests for dict literals | Raymond Hettinger | 2007-12-19 | 1 | -1/+10 |
|
|
* | Users demand iterable input for named tuples. The author capitulates. | Raymond Hettinger | 2007-12-18 | 1 | -0/+4 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -1/+72 |
|
|
* | Add more namedtuple() test cases. Neaten the code and comments. | Raymond Hettinger | 2007-12-18 | 1 | -1/+28 |
|
|
* | Fixed #1624: Remove output comparison for test_pep277 | Christian Heimes | 2007-12-15 | 2 | -8/+4 |
|
|
* | Cleaner method naming convention | Raymond Hettinger | 2007-12-14 | 1 | -8/+8 |
|
|
* | Fixed bug #1620: New @spam.getter property syntax modifies the property in pl... | Christian Heimes | 2007-12-14 | 1 | -0/+98 |
|
|