summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a potential 'SystemError: NULL result without error'.Thomas Heller2008-01-111-1/+1
* Raise an error instead of crashing with a segfault when a NULLThomas Heller2008-01-112-0/+11
* Bug #1790: update link; remove outdated paragraphAndrew M. Kuchling2008-01-111-9/+3
* Speed-up and simplify code urlparse's result objects.Raymond Hettinger2008-01-111-52/+6
* Removed unused variableChristian Heimes2008-01-111-1/+1
* Revert revision 59913, because it was wrong:Thomas Heller2008-01-111-4/+4
* The sqlite3 dll, when compiled in debug mode, must be linked with /MDdThomas Heller2008-01-111-4/+4
* Documentation for r5990[3567].Georg Brandl2008-01-115-3/+36
* News entries for rev. 5990[567].Georg Brandl2008-01-111-0/+3
* Guard definition of TIPC_SUB_CANCEL with an #ifdef.Georg Brandl2008-01-111-1/+4
* Add an important missing blank.Thomas Heller2008-01-111-1/+1
* Improve usability of the SequenceMatcher by returning named tuples describing...Raymond Hettinger2008-01-111-7/+10
* Let most inspect functions return named tuplesRaymond Hettinger2008-01-111-5/+19
* Have Decimal.as_tuple return a named tuple.Raymond Hettinger2008-01-111-1/+7
* Comment-out missing constant (from rev 59819)Raymond Hettinger2008-01-111-1/+1
* Doctest results return a named tuple for readabilityRaymond Hettinger2008-01-113-70/+76
* Run doctests on the collections moduleRaymond Hettinger2008-01-112-3/+5
* Neaten-up the named tuple docsRaymond Hettinger2008-01-102-8/+8
* Closing issue1761.Amaury Forgeot d'Arc2008-01-102-1/+15
* Clarify how to add a field to a named tuple.Raymond Hettinger2008-01-102-1/+4
* Examples for named tuple subclassing should include __slots__Raymond Hettinger2008-01-102-4/+7
* Reflow a paragraph, and fix a typo.Thomas Heller2008-01-101-4/+6
* Check for fd of -1 to save fsync() and fstat() callAndrew M. Kuchling2008-01-101-2/+4
* Reword entry, not sure I made it much better though.Neal Norwitz2008-01-101-3/+2
* Change amd64 buildbot scripts to use Visual Studio 2008, andThomas Heller2008-01-092-6/+6
* Change amd64 buildbot scripts to use Visual Studio 2008, andThomas Heller2008-01-091-33/+26
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-093-1/+25
* vs9to8 syncChristian Heimes2008-01-091-0/+1
* Related to patch #1114: fix another place where attr_t is assumed to be a longAndrew M. Kuchling2008-01-091-4/+9
* Set the output file in the _ctypes Debug|x64 configuration.Thomas Heller2008-01-091-1/+2
* Fix typoRaymond Hettinger2008-01-091-1/+1
* minor cleaningFred Drake2008-01-091-2/+2
* Syntax highlighting only works when >>> lines are accompanied by ... linesRaymond Hettinger2008-01-091-8/+8
* Issue 846388. Adds a call to PyErr_CheckSignals toFacundo Batista2008-01-082-0/+11
* Better method for associating .py files with the interpreter.Georg Brandl2008-01-081-8/+9
* Fix markup errors from r59857 and clarify key.__enter__/__exit__ docsGeorg Brandl2008-01-081-11/+16
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-084-20/+104
* Use relative instead of absolute filenames in the C-level tracebacks.Thomas Heller2008-01-082-2/+2
* Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-082-25/+83
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-086-4/+189
* Issue #1757: The hash of a Decimal instance is no longer affectedFacundo Batista2008-01-083-3/+31
* It's verbose, not debugChristian Heimes2008-01-081-1/+1
* Docs on named tuple's naming conventions and limits of subclassingRaymond Hettinger2008-01-081-1/+7
* Expand comment.Raymond Hettinger2008-01-081-1/+2
* Documentation nits.Raymond Hettinger2008-01-071-5/+5
* Use get() instead of pop() for the optimized version of _replace().Raymond Hettinger2008-01-072-2/+2
* Minor markup fixRaymond Hettinger2008-01-071-1/+1
* Cleanup named tuple subclassing example.Raymond Hettinger2008-01-072-13/+16
* Fixed indention problem that caused the second TIPC test to run on systems wi...Christian Heimes2008-01-071-1/+1
* Added section about adding contextual information to log output.Vinay Sajip2008-01-071-0/+46