summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify metaclass docs and add example.Georg Brandl2008-01-071-2/+17
* Fix two further doc build warnings.Georg Brandl2008-01-072-3/+4
* Fix inconsistent title levels -- it made the whole doc build crash horribly.Raymond Hettinger2008-01-071-1/+1
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-074-1/+144
* Fix #define ordering.Georg Brandl2008-01-072-4/+3
* Restructure urllib doc structure.Georg Brandl2008-01-071-73/+65
* Make Python compile with --disable-unicode.Georg Brandl2008-01-074-0/+8
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-075-5/+45
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-078-8/+56
* Restore "somenamedtuple" as the "class" for named tuple attrs.Georg Brandl2008-01-071-11/+7
* Added a hyperlink from sequence types to mutable sequence types.Mark Summerfield2008-01-071-1/+1
* #1755: typo.Georg Brandl2008-01-071-1/+1
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-078-5/+278
* Updated docs for basicConfig to indicate it's a no-op if handlers have been d...Vinay Sajip2008-01-071-11/+12
* Clean up markup.Georg Brandl2008-01-071-7/+5
* Consistency nit.Georg Brandl2008-01-071-5/+5
* Change virtual class name of __iter__ to "object" in order to make it linkable.Georg Brandl2008-01-071-1/+1
* Add another named tuple subclassing example.Raymond Hettinger2008-01-072-0/+16
* Fix issue 1747: allow classic classes to be checked for being subclasses ofJeffrey Yasskin2008-01-072-5/+12
* Cleanup subclassing example to more clearly show fixed-width print format.Raymond Hettinger2008-01-072-7/+6
* Add subclassing example to docs for named tuples.Raymond Hettinger2008-01-072-8/+22
* Remove latex trace.Georg Brandl2008-01-061-1/+1
* Speed-up named tuple's _make() constructor.Raymond Hettinger2008-01-061-2/+2
* Add tutorial section about coding style.Georg Brandl2008-01-062-5/+52
* Added Mark Dickinson.Facundo Batista2008-01-061-0/+3
* Fix introductory sentence.Georg Brandl2008-01-061-1/+1
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-062-18/+34