| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling. | Raymond Hettinger | 2008-01-13 | 1 | -1/+1 |
|
|
* | Named tuple is a concept, not a specific type. | Raymond Hettinger | 2008-01-13 | 1 | -5/+11 |
|
|
* | Fix editing glitch. | Georg Brandl | 2008-01-12 | 1 | -5/+2 |
|
|
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 4 | -6/+219 |
|
|
* | Move OSError docs to exceptions doc, remove obsolete descriptions | Georg Brandl | 2008-01-12 | 3 | -65/+44 |
|
|
* | Issue 1780: Allow leading and trailing whitespace in Decimal constructor, | Mark Dickinson | 2008-01-12 | 4 | -6/+37 |
|
|
* | Update the opcode docs for STORE_MAP and BUILD_MAP | Raymond Hettinger | 2008-01-11 | 1 | -3/+7 |
|
|
* | Fix a potential 'SystemError: NULL result without error'. | Thomas Heller | 2008-01-11 | 1 | -1/+1 |
|
|
* | Raise an error instead of crashing with a segfault when a NULL | Thomas Heller | 2008-01-11 | 2 | -0/+11 |
|
|
* | Bug #1790: update link; remove outdated paragraph | Andrew M. Kuchling | 2008-01-11 | 1 | -9/+3 |
|
|
* | Speed-up and simplify code urlparse's result objects. | Raymond Hettinger | 2008-01-11 | 1 | -52/+6 |
|
|
* | Removed unused variable | Christian Heimes | 2008-01-11 | 1 | -1/+1 |
|
|
* | Revert revision 59913, because it was wrong: | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | Documentation for r5990[3567]. | Georg Brandl | 2008-01-11 | 5 | -3/+36 |
|
|
* | News entries for rev. 5990[567]. | Georg Brandl | 2008-01-11 | 1 | -0/+3 |
|
|
* | Guard definition of TIPC_SUB_CANCEL with an #ifdef. | Georg Brandl | 2008-01-11 | 1 | -1/+4 |
|
|
* | Add an important missing blank. | Thomas Heller | 2008-01-11 | 1 | -1/+1 |
|
|
* | Improve usability of the SequenceMatcher by returning named tuples describing... | Raymond Hettinger | 2008-01-11 | 1 | -7/+10 |
|
|
* | Let most inspect functions return named tuples | Raymond Hettinger | 2008-01-11 | 1 | -5/+19 |
|
|
* | Have Decimal.as_tuple return a named tuple. | Raymond Hettinger | 2008-01-11 | 1 | -1/+7 |
|
|
* | Comment-out missing constant (from rev 59819) | Raymond Hettinger | 2008-01-11 | 1 | -1/+1 |
|
|
* | Doctest results return a named tuple for readability | Raymond Hettinger | 2008-01-11 | 3 | -70/+76 |
|
|
* | Run doctests on the collections module | Raymond Hettinger | 2008-01-11 | 2 | -3/+5 |
|
|
* | Neaten-up the named tuple docs | Raymond Hettinger | 2008-01-10 | 2 | -8/+8 |
|
|
* | Closing issue1761. | Amaury Forgeot d'Arc | 2008-01-10 | 2 | -1/+15 |
|
|
* | Clarify how to add a field to a named tuple. | Raymond Hettinger | 2008-01-10 | 2 | -1/+4 |
|
|
* | Examples for named tuple subclassing should include __slots__ | Raymond Hettinger | 2008-01-10 | 2 | -4/+7 |
|
|
* | Reflow a paragraph, and fix a typo. | Thomas Heller | 2008-01-10 | 1 | -4/+6 |
|
|
* | Check for fd of -1 to save fsync() and fstat() call | Andrew M. Kuchling | 2008-01-10 | 1 | -2/+4 |
|
|
* | Reword entry, not sure I made it much better though. | Neal Norwitz | 2008-01-10 | 1 | -3/+2 |
|
|
* | Change amd64 buildbot scripts to use Visual Studio 2008, and | Thomas Heller | 2008-01-09 | 2 | -6/+6 |
|
|
* | Change amd64 buildbot scripts to use Visual Studio 2008, and | Thomas Heller | 2008-01-09 | 1 | -33/+26 |
|
|
* | Fixed #1776. __import__() no longer imports modules by file name | Christian Heimes | 2008-01-09 | 3 | -1/+25 |
|
|
* | vs9to8 sync | Christian Heimes | 2008-01-09 | 1 | -0/+1 |
|
|
* | Related to patch #1114: fix another place where attr_t is assumed to be a long | Andrew M. Kuchling | 2008-01-09 | 1 | -4/+9 |
|
|
* | Set the output file in the _ctypes Debug|x64 configuration. | Thomas Heller | 2008-01-09 | 1 | -1/+2 |
|
|
* | Fix typo | Raymond Hettinger | 2008-01-09 | 1 | -1/+1 |
|
|
* | minor cleaning | Fred Drake | 2008-01-09 | 1 | -2/+2 |
|
|
* | Syntax highlighting only works when >>> lines are accompanied by ... lines | Raymond Hettinger | 2008-01-09 | 1 | -8/+8 |
|
|
* | Issue 846388. Adds a call to PyErr_CheckSignals to | Facundo Batista | 2008-01-08 | 2 | -0/+11 |
|
|
* | Better method for associating .py files with the interpreter. | Georg Brandl | 2008-01-08 | 1 | -8/+9 |
|
|
* | Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs | Georg Brandl | 2008-01-08 | 1 | -11/+16 |
|
|
* | Added __enter__ and __exit__ functions to HKEY object | Christian Heimes | 2008-01-08 | 4 | -20/+104 |
|
|
* | Use relative instead of absolute filenames in the C-level tracebacks. | Thomas Heller | 2008-01-08 | 2 | -2/+2 |
|
|
* | Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6... | Andrew M. Kuchling | 2008-01-08 | 2 | -25/+83 |
|
|
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 6 | -4/+189 |
|
|
* | Issue #1757: The hash of a Decimal instance is no longer affected | Facundo Batista | 2008-01-08 | 3 | -3/+31 |
|
|
* | It's verbose, not debug | Christian Heimes | 2008-01-08 | 1 | -1/+1 |
|
|
* | Docs on named tuple's naming conventions and limits of subclassing | Raymond Hettinger | 2008-01-08 | 1 | -1/+7 |
|
|