- 11 Ock, 2008 7 kayıt (commit)
-
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 10 Ock, 2008 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
- 09 Ock, 2008 9 kayıt (commit)
-
-
Thomas Heller yazdı
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 yazdı
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 yazdı
-
Christian Heimes yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
- 08 Ock, 2008 11 kayıt (commit)
-
-
Facundo Batista yazdı
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 yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Added ExpandEnvironmentStrings to the _winreg module.
-
Thomas Heller yazdı
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 yazdı
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 yazdı
-
Facundo Batista yazdı
by the current context. Thanks Mark Dickinson.
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Ock, 2008 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
-
Vinay Sajip yazdı
-