| Commit message (Expand) | Author | Age | Files | Lines |
* | entry for r60015 | Gregory P. Smith | 2008-01-17 | 1 | -0/+4 |
|
|
* | Make starmap() match its pure python definition and accept any itertable inpu... | Raymond Hettinger | 2008-01-17 | 1 | -0/+3 |
|
|
* | Add news entry. | Raymond Hettinger | 2008-01-16 | 1 | -0/+2 |
|
|
* | Raise a TypeError instead of a ValueError when too many initializers | Thomas Heller | 2008-01-16 | 1 | -0/+2 |
|
|
* | Raise a TypeError if conflicting positional and named arguments are | Thomas Heller | 2008-01-16 | 1 | -0/+3 |
|
|
* | Convert the internal ctypes array type cache to a WeakValueDict so | Thomas Heller | 2008-01-16 | 1 | -0/+3 |
|
|
* | Issue #1786 (by myself): pdb should use its own stdin/stdout around an | Guido van Rossum | 2008-01-15 | 1 | -1/+5 |
|
|
* | Temporarily revert 59967 until GC can be added. | Raymond Hettinger | 2008-01-15 | 2 | -5/+0 |
|
|
* | Issue 1820: structseq objects did not work with the % formatting operator or... | Raymond Hettinger | 2008-01-15 | 2 | -0/+5 |
|
|
* | Fix 1698398: Zipfile.printdir() crashed because the format string expected a... | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 1 | -0/+3 |
|
|
* | Applied patch #1816: sys.flags patch | Christian Heimes | 2008-01-14 | 1 | -2/+5 |
|
|
* | Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r... | Christian Heimes | 2008-01-14 | 1 | -0/+3 |
|
|
* | Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) | Amaury Forgeot d'Arc | 2008-01-14 | 1 | -0/+3 |
|
|
* | Back out r59931 - test_ctypes fails with it. | Georg Brandl | 2008-01-13 | 1 | -3/+0 |
|
|
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 1 | -0/+3 |
|
|
* | Issue 1780: Allow leading and trailing whitespace in Decimal constructor, | Mark Dickinson | 2008-01-12 | 1 | -0/+4 |
|
|
* | News entries for rev. 5990[567]. | Georg Brandl | 2008-01-11 | 1 | -0/+3 |
|
|
* | Doctest results return a named tuple for readability | Raymond Hettinger | 2008-01-11 | 1 | -0/+3 |
|
|
* | Reword entry, not sure I made it much better though. | Neal Norwitz | 2008-01-10 | 1 | -3/+2 |
|
|
* | Fixed #1776. __import__() no longer imports modules by file name | Christian Heimes | 2008-01-09 | 1 | -0/+4 |
|
|
* | minor cleaning | Fred Drake | 2008-01-09 | 1 | -2/+2 |
|
|
* | Issue 846388. Adds a call to PyErr_CheckSignals to | Facundo Batista | 2008-01-08 | 1 | -0/+3 |
|
|
* | Added __enter__ and __exit__ functions to HKEY object | Christian Heimes | 2008-01-08 | 1 | -0/+4 |
|
|
* | Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6... | Andrew M. Kuchling | 2008-01-08 | 1 | -0/+4 |
|
|
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 2 | -0/+4 |
|
|
* | Issue #1757: The hash of a Decimal instance is no longer affected | Facundo Batista | 2008-01-08 | 1 | -0/+3 |
|
|
* | #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. | Georg Brandl | 2008-01-07 | 1 | -0/+3 |
|
|
* | patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. | Georg Brandl | 2008-01-07 | 1 | -0/+2 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -0/+4 |
|
|
* | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 1 | -0/+5 |
|
|
* | Added Mark Dickinson. | Facundo Batista | 2008-01-06 | 1 | -0/+3 |
|
|
* | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 1 | -0/+3 |
|
|
* | 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 | 1 | -0/+2 |
|
|
* | Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. | Guido van Rossum | 2008-01-05 | 1 | -0/+2 |
|
|
* | Added interface to Windows' WSAIoctl and a simple example for a network sniffer. | Christian Heimes | 2008-01-04 | 1 | -0/+3 |
|
|
* | Issue #1735: TarFile.extractall() now correctly sets | Lars Gustäbel | 2008-01-04 | 1 | -0/+3 |
|
|
* | Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. | Christian Heimes | 2008-01-04 | 1 | -0/+2 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-01-04 | 1 | -1/+1 |
|
|
* | Partial port of r59682 from py3k. | Amaury Forgeot d'Arc | 2008-01-04 | 1 | -0/+4 |
|
|
* | Bug #1481296: Fixed long(float('nan'))!=0L. | Christian Heimes | 2008-01-04 | 1 | -0/+2 |
|
|
* | Fixed #1687: plistlib.py restricts <integer> to Python int when writing | Christian Heimes | 2008-01-04 | 1 | -0/+2 |
|
|
* | Bug #1301: fixed a bad assert in _tkinter. | Guido van Rossum | 2008-01-03 | 1 | -0/+2 |
|
|
* | Added copysign(x, y) function to the math module | Christian Heimes | 2008-01-03 | 1 | -1/+2 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 1 | -15/+21 |
|
|
* | Added math.isinf() and math.isnan() | Christian Heimes | 2008-01-03 | 1 | -0/+2 |
|
|
* | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 1 | -0/+3 |
|
|
* | Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj | Christian Heimes | 2008-01-03 | 1 | -0/+2 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -0/+2 |
|
|