- 12 Jan, 2008 1 commit
-
-
Mark Dickinson authored
when constructing from a string. Disallow trailing newlines in Context.create_decimal.
-
- 11 Jan, 2008 18 commits
-
-
Raymond Hettinger authored
-
Thomas Heller authored
NULL may be a valid return value from PyLong_AsVoidPtr. Will backport to release25-maint.
-
Thomas Heller authored
function pointer is called. Will backport to release25-maint.
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Christian Heimes authored
-
Thomas Heller authored
The sqlite3 dll, when compiled in debug mode, must be linked with /MDd to use the debug runtime library. Further, the dll will be named sqlite3_d.dll.
-
Thomas Heller authored
to use the debug runtime library. Further, the dll will be named sqlite3_d.dll.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 10 Jan, 2008 7 commits
-
-
Raymond Hettinger authored
-
Amaury Forgeot d'Arc authored
Surprising behaviour of the "$" regexp: it matches the end of the string, AND just before the newline at the end of the string:: re.sub('$', '#', 'foo\n') == 'foo#\n#' Python is consistent with Perl and the pcre library, so we just document it. Guido prefers "\Z" to match only the end of the string.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
- 09 Jan, 2008 9 commits
-
-
Thomas Heller authored
to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
-
Thomas Heller authored
to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
-
Christian Heimes authored
-
Christian Heimes authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Raymond Hettinger authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
- 08 Jan, 2008 5 commits
-
-
Facundo Batista authored
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.
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
Added ExpandEnvironmentStrings to the _winreg module.
-
Thomas Heller authored
This prevents traceback prints pointing to files in this way: File "\loewis\25\python\Modules\_ctypes\callbacks.c", line 206, in 'calling callback function'
-