- 11 Jan, 2008 1 commit
-
-
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 11 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'
-
Andrew M. Kuchling authored
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long
-
Andrew M. Kuchling authored
-
Facundo Batista authored
by the current context. Thanks Mark Dickinson.
-
Christian Heimes authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Jan, 2008 12 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Christian Heimes authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-