Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change amd64 buildbot scripts to use Visual Studio 2008, and | Thomas Heller | 2008-01-09 | 1 | -33/+26 |
| | | | | | | to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets. | ||||
* | 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 |
| | | | | | | | | | SRE_MATCH so that signal handlers can be invoked during long regular expression matches. It also adds a new error return value indicating that an exception occurred in a signal handler during the match, allowing exceptions in the signal handler to propagate up to the main loop. Thanks Josh Hoyt and Ralf Schmitt. | ||||
* | 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 |
| | | | | Added ExpandEnvironmentStrings to the _winreg module. | ||||
* | Use relative instead of absolute filenames in the C-level tracebacks. | Thomas Heller | 2008-01-08 | 2 | -2/+2 |
| | | | | | | This prevents traceback prints pointing to files in this way: File "\loewis\25\python\Modules\_ctypes\callbacks.c", line 206, in 'calling callback function' | ||||
* | Patch 1114: fix compilation of curses module on 64-bit AIX, and any other ↵ | Andrew M. Kuchling | 2008-01-08 | 2 | -25/+83 |
| | | | | LP64 platforms where attr_t isn't a C long | ||||
* | 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 |
| | | | | by the current context. Thanks Mark Dickinson. | ||||
* | 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 |
| | |||||
* | Expand comment. | Raymond Hettinger | 2008-01-08 | 1 | -1/+2 |
| | |||||
* | Documentation nits. | Raymond Hettinger | 2008-01-07 | 1 | -5/+5 |
| | |||||
* | Use get() instead of pop() for the optimized version of _replace(). | Raymond Hettinger | 2008-01-07 | 2 | -2/+2 |
| | |||||
* | Minor markup fix | Raymond Hettinger | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Cleanup named tuple subclassing example. | Raymond Hettinger | 2008-01-07 | 2 | -13/+16 |
| | |||||
* | Fixed indention problem that caused the second TIPC test to run on systems ↵ | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
| | | | | without TIPC | ||||
* | Added section about adding contextual information to log output. | Vinay Sajip | 2008-01-07 | 1 | -0/+46 |
| | |||||
* | Clarify metaclass docs and add example. | Georg Brandl | 2008-01-07 | 1 | -2/+17 |
| | |||||
* | Fix two further doc build warnings. | Georg Brandl | 2008-01-07 | 2 | -3/+4 |
| | |||||
* | Fix inconsistent title levels -- it made the whole doc build crash horribly. | Raymond Hettinger | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. | Georg Brandl | 2008-01-07 | 4 | -1/+144 |
| | |||||
* | Fix #define ordering. | Georg Brandl | 2008-01-07 | 2 | -4/+3 |
| | |||||
* | Restructure urllib doc structure. | Georg Brandl | 2008-01-07 | 1 | -73/+65 |
| | |||||
* | Make Python compile with --disable-unicode. | Georg Brandl | 2008-01-07 | 4 | -0/+8 |
| | |||||
* | patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. | Georg Brandl | 2008-01-07 | 5 | -5/+45 |
| | |||||
* | Patch #602345 by Neal Norwitz and me: add -B option and ↵ | Georg Brandl | 2008-01-07 | 8 | -8/+56 |
| | | | | PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. | ||||
* | Restore "somenamedtuple" as the "class" for named tuple attrs. | Georg Brandl | 2008-01-07 | 1 | -11/+7 |
| | |||||
* | Added a hyperlink from sequence types to mutable sequence types. | Mark Summerfield | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | #1755: typo. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 8 | -5/+278 |
| | | | | | for TIPC under Linux, see http://tipc.sf.net/ for more information. Thanks to Alberto Bertogli for the patch | ||||
* | Updated docs for basicConfig to indicate it's a no-op if handlers have been ↵ | Vinay Sajip | 2008-01-07 | 1 | -11/+12 |
| | | | | defined for the root logger. | ||||
* | Clean up markup. | Georg Brandl | 2008-01-07 | 1 | -7/+5 |
| | |||||
* | Consistency nit. | Georg Brandl | 2008-01-07 | 1 | -5/+5 |
| | |||||
* | Change virtual class name of __iter__ to "object" in order to make it linkable. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Add another named tuple subclassing example. | Raymond Hettinger | 2008-01-07 | 2 | -0/+16 |
| | |||||
* | Fix issue 1747: allow classic classes to be checked for being subclasses of | Jeffrey Yasskin | 2008-01-07 | 2 | -5/+12 |
| | | | | ABCs. | ||||
* | Cleanup subclassing example to more clearly show fixed-width print format. | Raymond Hettinger | 2008-01-07 | 2 | -7/+6 |
| | |||||
* | Add subclassing example to docs for named tuples. | Raymond Hettinger | 2008-01-07 | 2 | -8/+22 |
| | |||||
* | Remove latex trace. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | Speed-up named tuple's _make() constructor. | Raymond Hettinger | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 2 | -5/+52 |
| | |||||
* | Added Mark Dickinson. | Facundo Batista | 2008-01-06 | 1 | -0/+3 |
| |