2008-01-13 |
Raymond Hettinger | Named tuple is a concept, not a specific type. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Georg Brandl | Fix editing glitch. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Georg Brandl | Patch #1700288: Method cache optimization, by Armin... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Georg Brandl | Move OSError docs to exceptions doc, remove obsolete... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Mark Dickinson | Issue 1780: Allow leading and trailing whitespace in... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Update the opcode docs for STORE_MAP and BUILD_MAP |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | Fix a potential 'SystemError: NULL result without error'. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | Raise an error instead of crashing with a segfault... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Andrew M. Kuchling | Bug #1790: update link; remove outdated paragraph |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Speed-up and simplify code urlparse's result objects. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Christian Heimes | Removed unused variable |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | Revert revision 59913, because it was wrong: |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | The sqlite3 dll, when compiled in debug mode, must... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Georg Brandl | Documentation for r5990[3567]. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Georg Brandl | News entries for rev. 5990[567]. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Georg Brandl | Guard definition of TIPC_SUB_CANCEL with an #ifdef. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | Add an important missing blank. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Improve usability of the SequenceMatcher by returning... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Let most inspect functions return named tuples |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Have Decimal.as_tuple return a named tuple. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Comment-out missing constant (from rev 59819) |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Doctest results return a named tuple for readability |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Raymond Hettinger | Run doctests on the collections module |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Raymond Hettinger | Neaten-up the named tuple docs |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Amaury Forgeot... | Closing issue1761. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Raymond Hettinger | Clarify how to add a field to a named tuple. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Raymond Hettinger | Examples for named tuple subclassing should include... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Thomas Heller | Reflow a paragraph, and fix a typo. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Andrew M. Kuchling | Check for fd of -1 to save fsync() and fstat() call |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Neal Norwitz | Reword entry, not sure I made it much better though. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Thomas Heller | Change amd64 buildbot scripts to use Visual Studio... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Thomas Heller | Change amd64 buildbot scripts to use Visual Studio... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Christian Heimes | Fixed #1776. __import__() no longer imports modules... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Christian Heimes | vs9to8 sync |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Andrew M. Kuchling | Related to patch #1114: fix another place where attr_t... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Thomas Heller | Set the output file in the _ctypes Debug|x64 configuration. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fred Drake | minor cleaning |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Raymond Hettinger | Syntax highlighting only works when >>> lines are accom... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Facundo Batista | Issue 846388. Adds a call to PyErr_CheckSignals to |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Georg Brandl | Better method for associating .py files with the interp... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Georg Brandl | Fix markup errors from r59857 and clarify key.__enter__... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Christian Heimes | Added __enter__ and __exit__ functions to HKEY object |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Thomas Heller | Use relative instead of absolute filenames in the C... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Andrew M. Kuchling | Patch 1114: fix compilation of curses module on 64... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Andrew M. Kuchling | Patch 1137: allow assigning to .buffer_size attribute... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Facundo Batista | Issue #1757: The hash of a Decimal instance is no longe... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Christian Heimes | It's verbose, not debug |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Raymond Hettinger | Docs on named tuple's naming conventions and limits... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Raymond Hettinger | Expand comment. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Documentation nits. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Use get() instead of pop() for the optimized version... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Minor markup fix |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Cleanup named tuple subclassing example. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Fixed indention problem that caused the second TIPC... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Vinay Sajip | Added section about adding contextual information to... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Clarify metaclass docs and add example. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Fix two further doc build warnings. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Fix inconsistent title levels -- it made the whole... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | #467924, patch by Alan McIntyre: Add ZipFile.extract... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Fix #define ordering. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Restructure urllib doc structure. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Make Python compile with --disable-unicode. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | patch #1668: clarify envvar docs; rename THREADDEBUG... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Patch #602345 by Neal Norwitz and me: add -B option... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Restore "somenamedtuple" as the "class" for named tuple... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Mark Summerfield | Added a hyperlink from sequence types to mutable sequen... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | #1755: typo. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Issue #1646: Make socket support TIPC. The socket modul... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Vinay Sajip | Updated docs for basicConfig to indicate it's a no... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Clean up markup. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Consistency nit. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Change virtual class name of __iter__ to "object" in... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Add another named tuple subclassing example. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Jeffrey Yasskin | Fix issue 1747: allow classic classes to be checked... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Cleanup subclassing example to more clearly show fixed... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Raymond Hettinger | Add subclassing example to docs for named tuples. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Remove latex trace. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Raymond Hettinger | Speed-up named tuple's _make() constructor. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Add tutorial section about coding style. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Facundo Batista | Added Mark Dickinson. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Fix introductory sentence. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1325: Add docs and tests for zipimporter.archive and... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1499: Document compile() exceptions. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1582: document __reversed__, patch by Mark Russell. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1559684: document that shutil.copy* doesn't copy all... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1686390: add example for csv.Sniffer use. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1727024: document that Popen.returncode is set by... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1615275: clarify return object types of different... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #759525: document that dir() doesn't return metaclass... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1501: document that 0**0 == 1. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1755097: document default values for [].sort() and... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1680: fix context manager example function name. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1591: Clarify docstring of Popen3. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1742: don't raise exception on os.path.relpath("a... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | #1696393: don't check for '.' and '..' in ntpath.walk... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Martin v. Löwis | Don't try to package msvcr90 for the moment. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Martin v. Löwis | Package using VS 2008. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Martin v. Löwis | Use vcbuild for VS 2009. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Raymond Hettinger | Small code simplification. Forgot that classmethods... |
commit | commitdiff | tree | snapshot |
next |